diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-04-02 00:35:33 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-04-02 00:35:33 -0300 |
commit | 99da42c29944beed0cb9e892ae90bfeb2590c57e (patch) | |
tree | ceeb7051f57e3e4d951267096a9789bdeaaffc96 /activeresource/activeresource.gemspec | |
parent | 9de8dea2e886dad608cc0de6e62b8365b0ed9760 (diff) | |
download | rails-99da42c29944beed0cb9e892ae90bfeb2590c57e.tar.gz rails-99da42c29944beed0cb9e892ae90bfeb2590c57e.tar.bz2 rails-99da42c29944beed0cb9e892ae90bfeb2590c57e.zip |
Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0
Diffstat (limited to 'activeresource/activeresource.gemspec')
-rw-r--r-- | activeresource/activeresource.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activeresource/activeresource.gemspec b/activeresource/activeresource.gemspec index a71168722b..c2fd707e9b 100644 --- a/activeresource/activeresource.gemspec +++ b/activeresource/activeresource.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'] |