RubyForge isn't a thing anymore
Remove RubyForge project name from gemspec
Showing
| ... | ... | @@ -12,8 +12,6 @@ Gem::Specification.new do |s| |
| s.description = "Easy upload management for ActiveRecord" | ||
| s.license = "MIT" | ||
| s.rubyforge_project = "paperclip" | ||
| s.files = `git ls-files`.split("\n") | ||
| s.test_files = `git ls-files -- {spec,features}/*`.split("\n") | ||
| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } | ||
| ... | ... |
Please
register
or
sign in
to comment