Skip to content

Invalid rdoc option in gemspec #235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
djberg96 opened this issue Apr 15, 2019 · 0 comments
Closed

Invalid rdoc option in gemspec #235

djberg96 opened this issue Apr 15, 2019 · 0 comments
Milestone

Comments

@djberg96
Copy link
Contributor

djberg96 commented Apr 15, 2019

Near as I can tell there is no -S option for rdoc, which is causing a warning on installation. So, it should either be updated or removed in the gemspec:

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

While I'm here looking, this line is unnecessary since it's the default.

s.require_paths = ['lib']

Also, this could be removed:

s.rubyforge_project = s.name # It's dead, Jim

Update: looks like rubyforge_project was removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants