Skip to content

Commit b2bb3f0

Browse files
authored
Drop deprecated option from gemspec
- This is the warning: NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01.
1 parent 941a829 commit b2bb3f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruby-openid.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Gem::Specification.new do |s|
2020
s.test_files = s.files.grep(%r{^(test|spec|features)/})
2121

2222
# RDoc
23-
s.has_rdoc = true
2423
s.extra_rdoc_files = ['README.md', 'INSTALL.md', 'LICENSE', 'UPGRADE.md']
2524
s.rdoc_options << '--main' << 'README.md'
2625

0 commit comments

Comments
 (0)