Skip to content

Commit 3b1c92b

Browse files
committed
Fix: has_rdoc is now deprecated
Fix #181 Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true) RDoc is now generated regardless of Gem::Specification#has_rdoc?
1 parent dd94d0e commit 3b1c92b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

classifier-reborn-jruby.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Gem::Specification.new do |s|
2323
s.executables = all_files.grep(%r{^bin/}) { |f| File.basename(f) }
2424
s.require_paths = ['lib']
2525

26-
s.has_rdoc = true
2726
s.rdoc_options = ['--charset=UTF-8']
2827
s.extra_rdoc_files = %w(README.markdown LICENSE)
2928

classifier-reborn.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
2222
s.executables = all_files.grep(%r{^bin/}) { |f| File.basename(f) }
2323
s.require_paths = ['lib']
2424

25-
s.has_rdoc = true
2625
s.rdoc_options = ['--charset=UTF-8']
2726
s.extra_rdoc_files = %w(README.markdown LICENSE)
2827

0 commit comments

Comments
 (0)