Skip to content

Commit a283730

Browse files
committed
Remove invalid -S option from rdoc_options.
1 parent a135917 commit a283730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderay.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |s|
2828
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
2929
s.require_paths = ['lib']
3030

31-
s.rdoc_options = '-SNw2', "-m#{readme_file}", '-t CodeRay Documentation'
31+
s.rdoc_options = '-Nw2', "-m#{readme_file}", '-t CodeRay Documentation'
3232
s.extra_rdoc_files = readme_file
3333
end

0 commit comments

Comments
 (0)