Skip to content

Commit

Permalink
Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino authored and tenderlove committed May 24, 2011
1 parent 2649db7 commit 352daff
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions actionmailer/actionmailer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.has_rdoc = true

s.add_dependency('actionpack', version)
s.add_dependency('mail', '~> 2.2.19')
end
2 changes: 0 additions & 2 deletions actionpack/actionpack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.has_rdoc = true

s.add_dependency('activesupport', version)
s.add_dependency('activemodel', version)
s.add_dependency('builder', '~> 2.1.2')
Expand Down
2 changes: 0 additions & 2 deletions activemodel/activemodel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Gem::Specification.new do |s|
s.files = Dir['CHANGELOG', 'MIT-LICENSE', 'README.rdoc', 'lib/**/*']
s.require_path = 'lib'

s.has_rdoc = true

s.add_dependency('activesupport', version)
s.add_dependency('builder', '~> 2.1.2')
s.add_dependency('i18n', '~> 0.5.0')
Expand Down
1 change: 0 additions & 1 deletion activerecord/activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down
1 change: 0 additions & 1 deletion activeresource/activeresource.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down
2 changes: 0 additions & 2 deletions activesupport/activesupport.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion railties/railties.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Gem::Specification.new do |s|
s.require_path = 'lib'

s.rdoc_options << '--exclude' << '.'
s.has_rdoc = false

s.add_dependency('rake', '>= 0.8.7')
s.add_dependency('thor', '~> 0.14.4')
Expand Down

0 comments on commit 352daff

Please sign in to comment.