#has_rdoc was deprecated. Removed property from gemspec.
This commit is contained in:
parent
e0afbdaf05
commit
ed6e58a45c
|
@ -17,7 +17,6 @@ namespace :gem do
|
|||
s.files = PKG_FILES.to_a
|
||||
s.executables << 'google-api'
|
||||
|
||||
s.has_rdoc = true
|
||||
s.extra_rdoc_files = %w( README.md )
|
||||
s.rdoc_options.concat ['--main', 'README.md']
|
||||
|
||||
|
|
Loading…
Reference in New Issue