From f72f591c8c8e34c91f7602e1de53f1fc7d826d4b Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 20 May 2011 17:39:33 +0530 Subject: [PATCH] Not updating rubyforge for new versions. Result of "gem list -d rails" is not useful. --- actionmailer/actionmailer.gemspec | 1 - actionpack/actionpack.gemspec | 1 - activemodel/activemodel.gemspec | 1 - activerecord/activerecord.gemspec | 1 - activeresource/activeresource.gemspec | 1 - activesupport/activesupport.gemspec | 1 - rails.gemspec | 1 - railties/railties.gemspec | 1 - 8 files changed, 8 deletions(-) diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec index 447e25ca8a935..d7f450f751dff 100644 --- a/actionmailer/actionmailer.gemspec +++ b/actionmailer/actionmailer.gemspec @@ -11,7 +11,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 = 'actionmailer' s.files = Dir['CHANGELOG', 'README.rdoc', 'MIT-LICENSE', 'lib/**/*'] s.require_path = 'lib' diff --git a/actionpack/actionpack.gemspec b/actionpack/actionpack.gemspec index 08d5d689aea5d..907968b44fd87 100644 --- a/actionpack/actionpack.gemspec +++ b/actionpack/actionpack.gemspec @@ -11,7 +11,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 = 'actionpack' s.files = Dir['CHANGELOG', 'README.rdoc', 'MIT-LICENSE', 'lib/**/*'] s.require_path = 'lib' diff --git a/activemodel/activemodel.gemspec b/activemodel/activemodel.gemspec index ce69c4a201a6a..22c0a6224fc7a 100644 --- a/activemodel/activemodel.gemspec +++ b/activemodel/activemodel.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 = 'activemodel' s.files = Dir['CHANGELOG', 'MIT-LICENSE', 'README.rdoc', 'lib/**/*'] s.require_path = 'lib' diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec index 335127f38e80b..43a1258c209f2 100644 --- a/activerecord/activerecord.gemspec +++ b/activerecord/activerecord.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 = 'activerecord' s.files = Dir['CHANGELOG', 'README.rdoc', 'examples/**/*', 'lib/**/*'] s.require_path = 'lib' diff --git a/activeresource/activeresource.gemspec b/activeresource/activeresource.gemspec index c2fd707e9bc57..400a0d851dc65 100644 --- a/activeresource/activeresource.gemspec +++ b/activeresource/activeresource.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 = 'activeresource' s.files = Dir['CHANGELOG', 'README.rdoc', 'examples/**/*', 'lib/**/*'] s.require_path = 'lib' diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index c5b5b57deca16..f6eb2be5aed15 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' diff --git a/rails.gemspec b/rails.gemspec index 4ee814c507625..bb3fe85c2b87a 100644 --- a/rails.gemspec +++ b/rails.gemspec @@ -13,7 +13,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 = 'rails' s.bindir = 'bin' s.executables = ['rails'] diff --git a/railties/railties.gemspec b/railties/railties.gemspec index 4404838670de0..f1c92bd5d4dc9 100644 --- a/railties/railties.gemspec +++ b/railties/railties.gemspec @@ -11,7 +11,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 = 'rails' s.files = Dir['CHANGELOG', 'README.rdoc', 'bin/**/*', 'guides/**/*', 'lib/**/{*,.[a-z]*}'] s.require_path = 'lib'