Rbenv Aliases. Create shortcuts for different Ruby versions you use.

github.com/tpope/rbenv-aliases

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2023
  • Clone with HTTP instead of SSH
December 2015
  • Merge pull request #19 from tpope/fix-semver
  • Fix autoaliasing semver versions
  • Fix assert_aliases failure message
  • Fix autoalias hooks for semver versions
  • Refactor patch_start_point -> sort_versions
  • Don't assume rbenv is installed in $HOME
  • Merge pull request #17 from tpope/abort-helper
  • Refactor out 'abort' helper
  • Merge pull request #16 from tpope/autoalias-after-uninstall
  • Merge pull request #15 from tpope/fix-afterinstall-hook
  • Unify case statement
  • Fix afterinstall hook regression
  • Handle multi-segment patches: 1.9.3-p123-dev
  • Run `alias <version> --auto` after uninstall
  • Clean up invalid aliases when `<version> --auto`
  • Merge pull request #14 from jasonkarns/fix-auto
  • fix bug with finding point releases
  • add jruby/semver style examples to the base --auto test
  • refactor out patch_start_point function