Commit b1a3b533 by Jon Moss Committed by Mike Burns

RubyForge isn't a thing anymore

Remove RubyForge project name from gemspec
parent 3fb5484c
...@@ -12,8 +12,6 @@ Gem::Specification.new do |s| ...@@ -12,8 +12,6 @@ Gem::Specification.new do |s|
s.description = "Easy upload management for ActiveRecord" s.description = "Easy upload management for ActiveRecord"
s.license = "MIT" s.license = "MIT"
s.rubyforge_project = "paperclip"
s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.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) } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment