Gemspec: drop rubyforge_project, it is EOL (#639)
The RubyGems gemspec property `rubyforge_project` has been removed without a replacement.
Refer to https://github.com/rubygems/rubygems/pull/2436
Showing
... | ... | @@ -38,7 +38,6 @@ Gem::Specification.new do |s| |
s.homepage = 'http://github.com/ctran/annotate_models' | ||
s.licenses = ['Ruby'] | ||
s.require_paths = ['lib'] | ||
s.rubyforge_project = 'annotate' | ||
s.rubygems_version = '2.1.11' | ||
s.summary = 'Annotates Rails Models, routes, fixtures, and others based on the database schema.' | ||
... | ... |
Please
register
or
sign in
to comment