aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-21 04:55:37 -0700
committerJosé Valim <jose.valim@gmail.com>2011-05-21 04:55:37 -0700
commit26703f49055505e5edccf6c955abbde72bdff0c2 (patch)
treede6032990351fdefb7fa435ad4d64d65823253c4 /activerecord
parentd62a39a22b7ad56efa79089177aa06fda0d41f86 (diff)
parentf72f591c8c8e34c91f7602e1de53f1fc7d826d4b (diff)
downloadrails-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 'activerecord')
-rw-r--r--activerecord/activerecord.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index 335127f38e..43a1258c20 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'