Suppress deprecation warning on RDoc

> NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It
> will be removed on or after 2018-12-01.
This commit is contained in:
Kitaiti Makoto 2019-11-05 04:52:54 +09:00 committed by KitaitiMakoto
parent d9e7346b60
commit da9721cb34
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ Gem::Specification.new do |s|
s.extensions = ['ext/c/extconf.rb'] s.extensions = ['ext/c/extconf.rb']
end end
s.has_rdoc = 'yard'
s.required_ruby_version = '>= 1.9.3' s.required_ruby_version = '>= 1.9.3'
s.add_dependency 'ast' s.add_dependency 'ast'