-
Notifications
You must be signed in to change notification settings - Fork 117
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
gem install timetrap error #176
Comments
Exactly the same here.. |
It's a bug in RDoc. Don't know how to workaround though |
It's the same result with Ruby 2.6.3. |
This works though: gem --no-document install timetrap |
gem install -N timetrap in 3.0.3 |
The problem comes from Unfortunately this version comes as a default only in ruby 2.7 You can use @jostber 's solution (by using My first suspicion was in the syntax of the
But running
@samg You may consider adding some info/instruction in the Readme file for this. I can make a PR if you are OK with it. |
@brarnaudovski feel free to make a PR if you still think it's needed |
Parsing documentation for timetrap-1.15.1
Before reporting this, could you check that the file you're documenting
has proper syntax:
/Users/foob/.rvm/rubies/ruby-2.6.2/bin/ruby -c lib/Getopt/DelimScanner.rb
RDoc is not a full Ruby parser and will fail when fed invalid ruby programs.
The internal error was:
ERROR: While executing gem ... (NoMethodError)
undefined method `[]' for nil:NilClass
The text was updated successfully, but these errors were encountered: