You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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, JimUpdate: looks like rubyforge_project was removed.
The text was updated successfully, but these errors were encountered: