Remove now-deprecated has_rdoc config in RocketAMF gemspec
This was causing a deprecation warning. Fixed!
This commit is contained in:
parent
dcbdf17e56
commit
59d1f5bae8
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ Gem::Specification.new do |s|
|
||||||
s.extensions = Dir[*["ext/**/extconf.rb"]]
|
s.extensions = Dir[*["ext/**/extconf.rb"]]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
|
|
||||||
s.has_rdoc = true
|
|
||||||
s.extra_rdoc_files = ['README.rdoc']
|
s.extra_rdoc_files = ['README.rdoc']
|
||||||
s.rdoc_options = ['--line-numbers', '--main', 'README.rdoc']
|
s.rdoc_options = ['--line-numbers', '--main', 'README.rdoc']
|
||||||
end
|
end
|
||||||
Loading…
Reference in a new issue