We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Determine why there's a "No md5 checksumwarning when installing JRuby 10.0.0.1. Upon inspection, the md5 checksum forjruby-dist-10.0.0.1-bin.tar.gz is definitely in the [jruby/checksums.md5` file](https://github.com/postmodern/ruby-versions/blob/441f789da943f60a0b58913d7255e6252b0c6607/jruby/checksums.md5#L759).
warning when installing JRuby 10.0.0.1. Upon inspection, the md5 checksum for
is definitely in the [
Steps to reproduce the bug:
$ ruby-install -U jruby
No warning.
>>> Verifying jruby-dist-10.0.0.1-bin.tar.gz ... *** No md5 checksum for /usr/local/src/jruby-dist-10.0.0.1-bin.tar.gz
$ ruby-install --version ruby-install: 0.10.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Determine why there's a "No md5 checksum
warning when installing JRuby 10.0.0.1. Upon inspection, the md5 checksum for
jruby-dist-10.0.0.1-bin.tar.gzis definitely in the [
jruby/checksums.md5` file](https://github.com/postmodern/ruby-versions/blob/441f789da943f60a0b58913d7255e6252b0c6607/jruby/checksums.md5#L759).Steps To Reproduce
Steps to reproduce the bug:
$ ruby-install -U jruby
Expected Behavior
No warning.
Actual Behavior
Environment
The text was updated successfully, but these errors were encountered: