aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.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 /activesupport/activesupport.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 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index df7f68fecf..eaecb30090 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -16,6 +16,4 @@ Gem::Specification.new do |s|
s.files = Dir['CHANGELOG', 'README.rdoc', 'lib/**/*']
s.require_path = 'lib'
-
- s.has_rdoc = true
end