We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was able to patch an issue present in 4a0b24c for the submodule vendor/libgit2 regarding htonll .
I read https://github.com/libgit2/rugged/blob/master/README.md#development , but I am unable to figure out how to installed the patched version on my system.
$ gem list | grep rugged
has no results.
What is the step after rake test?
The text was updated successfully, but these errors were encountered:
OK I think I figured out a solution, not sure if it is the "right" way.
$ rake gem $ gem install ./pkg/rugged-1.1.0.gem
if right, will do a pull request for README.md
Sorry, something went wrong.
Normally you should be able to run "bundle exec rake install:local". That will build the package for you and install it on your machine.
No branches or pull requests
I was able to patch an issue present in 4a0b24c for the submodule vendor/libgit2 regarding htonll .
I read https://github.com/libgit2/rugged/blob/master/README.md#development , but I am unable to figure out how to installed the patched version on my system.
$ gem list | grep rugged
has no results.
What is the step after rake test?
The text was updated successfully, but these errors were encountered: