aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-04-02 00:35:33 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-04-02 00:35:33 -0300
commit99da42c29944beed0cb9e892ae90bfeb2590c57e (patch)
treeceeb7051f57e3e4d951267096a9789bdeaaffc96 /activerecord/activerecord.gemspec
parent9de8dea2e886dad608cc0de6e62b8365b0ed9760 (diff)
downloadrails-99da42c29944beed0cb9e892ae90bfeb2590c57e.tar.gz
rails-99da42c29944beed0cb9e892ae90bfeb2590c57e.tar.bz2
rails-99da42c29944beed0cb9e892ae90bfeb2590c57e.zip
Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0
Diffstat (limited to 'activerecord/activerecord.gemspec')
-rw-r--r--activerecord/activerecord.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index b1df24844a..c3cd76a714 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.gemspec
@@ -17,7 +17,6 @@ Gem::Specification.new do |s|
s.files = Dir['CHANGELOG', 'README.rdoc', 'examples/**/*', 'lib/**/*']
s.require_path = 'lib'
- s.has_rdoc = true
s.extra_rdoc_files = %w( README.rdoc )
s.rdoc_options.concat ['--main', 'README.rdoc']