rubychan / coderay

Fast and easy syntax highlighting for selected languages, written in Ruby.
http://coderay.rubychan.de/
Other
847 stars 115 forks source link

Remove invalid -S option from rdoc_options #250

Closed djberg96 closed 4 years ago

djberg96 commented 4 years ago

The "-S" option for rdoc_options is invalid:

>gem install coderay-1.1.3.rc1.gem
Successfully installed coderay-1.1.3.rc1
invalid options: -SNw2
(invalid options are ignored)

This PR removes it.

Addresses https://github.com/rubychan/coderay/issues/235

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit a283730a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 76.3% (-1.2% change).

View more on Code Climate.