Skip to content

Commit 8f4254b

Browse files
authored
Merge pull request #250 from djberg96/rdoc_options
Remove invalid -S option from rdoc_options
2 parents 228e873 + a283730 commit 8f4254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderay.gemspec

+1-1
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)