Skip to content
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

Doesn't generate documentation #5

Closed
nateberkopec opened this issue Feb 12, 2016 · 4 comments
Closed

Doesn't generate documentation #5

nateberkopec opened this issue Feb 12, 2016 · 4 comments
Assignees
Labels

Comments

@nateberkopec
Copy link
Contributor

nodachi:Desktop nateberkopec$ gem install krpc
Fetching: ruby_protobuf-0.4.11.gem (100%)
Successfully installed ruby_protobuf-0.4.11
Fetching: krpc-0.2.2.gem (100%)
Successfully installed krpc-0.2.2
Parsing documentation for ruby_protobuf-0.4.11
Installing ri documentation for ruby_protobuf-0.4.11
ERROR:  While executing gem ... (OptionParser::InvalidArgument)
    invalid argument: --format hanna
@nateberkopec nateberkopec changed the title Doesn't install with Ruby 2.3.0 Doesn't install Feb 12, 2016
@nateberkopec
Copy link
Contributor Author

Same with Ruby 2.2 and Ruby 2.3

@djungelorm
Copy link
Contributor

I get the same on ruby 2.1. Commenting out that line from krpc.gemfile fixes it!?

@TeWu TeWu self-assigned this Feb 13, 2016
@TeWu TeWu added the bug label Feb 13, 2016
@TeWu
Copy link
Owner

TeWu commented Feb 13, 2016

You can probably eliminate the error by installing hanna-nouveau gem first:
gem install hanna-nouveau
or by installing krpc gem without documentation:
gem install --no-document krpc

I'll come up with permanent fix soon. I guess there is something wrong with dependencies definitions.Thanks for reporting it.

@TeWu
Copy link
Owner

TeWu commented Feb 13, 2016

I verified that the problem concerns documentation generation, and not gem installation. You can still use the gem despite the error during docs generation, and both of above workarounds work for me.

@TeWu TeWu changed the title Doesn't install Doesn't generate documentation Feb 13, 2016
@TeWu TeWu closed this as completed in 71876ed Feb 15, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants