Skip to content

Commit

Permalink
Remove invalid -S option from rdoc_options.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Jun 18, 2020
1 parent a135917 commit a283730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coderay.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']

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

0 comments on commit a283730

Please sign in to comment.