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

Sort Ruby versions when listing available definitions #631

Merged
merged 1 commit into from
Sep 8, 2014

Commits on Sep 8, 2014

  1. Sort Ruby versions when listing available definitions

    Stable releases should now be sorted as a higher version than preview
    releases or RCs. For instance:
    
    - 1.9.3-preview < 1.9.3-rc1 < 1.9.3-p0
    - 2.1.0-dev < 2.1.0-rc1 < 2.1.0
    - jruby-1.7.0-preview1 < jruby-1.7.0-rc1 < jruby-1.7.0
    mislav committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    323c2b7 View commit details
    Browse the repository at this point in the history