diff options
author | José Valim <jose.valim@gmail.com> | 2011-05-21 04:55:37 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-05-21 04:55:37 -0700 |
commit | 26703f49055505e5edccf6c955abbde72bdff0c2 (patch) | |
tree | de6032990351fdefb7fa435ad4d64d65823253c4 /activesupport/activesupport.gemspec | |
parent | d62a39a22b7ad56efa79089177aa06fda0d41f86 (diff) | |
parent | f72f591c8c8e34c91f7602e1de53f1fc7d826d4b (diff) | |
download | rails-26703f49055505e5edccf6c955abbde72bdff0c2.tar.gz rails-26703f49055505e5edccf6c955abbde72bdff0c2.tar.bz2 rails-26703f49055505e5edccf6c955abbde72bdff0c2.zip |
Merge pull request #1165 from arunagw/rubyforge_remove
Not updating rubyforge for new versions.
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r-- | activesupport/activesupport.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index c5b5b57dec..f6eb2be5ae 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -12,7 +12,6 @@ Gem::Specification.new do |s| s.author = 'David Heinemeier Hansson' s.email = 'david@loudthinking.com' s.homepage = 'http://www.rubyonrails.org' - s.rubyforge_project = 'activesupport' s.files = Dir['CHANGELOG', 'README.rdoc', 'lib/**/*'] s.require_path = 'lib' |