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
Versions of JRuby and Rubinius with bug fix versions ≥ 10 are listed before 2..9 and consequently not given preference by fuzzy matching.
...:(master=)~/...$ chruby jruby ...:(master=)~/...$ chruby jruby-1.7.13 * jruby-1.7.5 rbx-2.2.10 rbx-2.2.6 ruby-1.9.3-p547 ruby-2.0.0-p481 ruby-2.1.2 ...:(master=)~/...$ chruby --version chruby: 0.3.8
Versions should be listed in numeric order so 2.2.1 < 2.2.5 < 2.2.10.
...:(master=)~/...$ chruby jruby ...:(master=)~/...$ chruby jruby-1.7.5 * jruby-1.7.13 rbx-2.2.6 rbx-2.2.10 ruby-1.9.3-p547 ruby-2.0.0-p481 ruby-2.1.2
Thanks!
The text was updated successfully, but these errors were encountered:
See pull #278.
Sorry, something went wrong.
Darn, I searched through all the issues, but forgot to look through pull requests. Sorry!
No branches or pull requests
Actual result
Versions of JRuby and Rubinius with bug fix versions ≥ 10 are listed before 2..9 and consequently not given preference by fuzzy matching.
...:(master=)~/...$ chruby jruby ...:(master=)~/...$ chruby jruby-1.7.13 * jruby-1.7.5 rbx-2.2.10 rbx-2.2.6 ruby-1.9.3-p547 ruby-2.0.0-p481 ruby-2.1.2 ...:(master=)~/...$ chruby --version chruby: 0.3.8
Expected result
Versions should be listed in numeric order so 2.2.1 < 2.2.5 < 2.2.10.
...:(master=)~/...$ chruby jruby ...:(master=)~/...$ chruby jruby-1.7.5 * jruby-1.7.13 rbx-2.2.6 rbx-2.2.10 ruby-1.9.3-p547 ruby-2.0.0-p481 ruby-2.1.2
Thanks!
The text was updated successfully, but these errors were encountered: