We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a135917 commit a283730Copy full SHA for a283730
coderay.gemspec
@@ -28,6 +28,6 @@ Gem::Specification.new do |s|
28
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
29
s.require_paths = ['lib']
30
31
- s.rdoc_options = '-SNw2', "-m#{readme_file}", '-t CodeRay Documentation'
+ s.rdoc_options = '-Nw2', "-m#{readme_file}", '-t CodeRay Documentation'
32
s.extra_rdoc_files = readme_file
33
end
0 commit comments