Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 2.28 KB

File metadata and controls

79 lines (52 loc) · 2.28 KB

1.0.7 / 2026-03-10

  • Ensure clean exit code when sourced; the source guard's false test no longer propagates exit code 1

1.0.6 / 2026-03-10

  • Guard the tail call (rb $@) so sourcing the file doesn't trigger execution; fixes hangs in non-interactive shells

1.0.5 / 2020-03-09

  • updates inspired by working on Chpg #44
    • qualify that Rb is activating a Ruby version when activating
    • properly export the PROMPT_COMMAND env variable in auto mode
    • make the install and release scripts more robust
    • tweak the REAME

1.0.4 / 2014-03-21

  • create ~/.rubies rubie dir on install (#41)
  • switch to finding default .ruby-version file in the rubies dir (#40)

1.0.3 / 2013-12-23

  • rb each command for running a command across all installed rubies (#39)

1.0.2 / 2013-10-03

  • Use dirname for getting rb's install directory (#36)

1.0.1 / 2013-08-29

  • simpler --auto implementation (#35)

1.0.0 / 2013-08-29

  • 1.0 release - no changes from 1.0.0.rc2

1.0.0.rc2 / 2013-03-08

  • handling reworks (#33)
  • only output status info if both the version and source are not empty
  • have rb print the status if no args are given
  • move global .ruby-version file to "$RB_HOME_DIR"
  • fix for a bug in looking up the parent .ruby-version file
  • rework handling when a command line version is specified

1.0.0.rc1 / 2013-03-04

  • quiet mode - added a --quiet flag to the init command (#32)
  • exec command - execute a command using a specific ruby version (#31)
  • change auto handling to use the PROMPT_COMMAND env var (#30)
  • set RUBY_ROOT env var (#29)
  • resolve ruby versions symlinks when applying to the env (#28)
  • more succinct help msg (#27)

beta3 / 2013-02-27

  • list cmd to show available versions, marking the currently active version (#25)
  • status cmd to print current ruby version and source info (#24)
  • include the release in the local install dir name (#22)
  • -f option to specify version files to use (#13)
  • reset the env when activating from the rb cli (#9)
  • remove all whitespace when reading version string from files (#16)
  • added a changelog (#15)

beta2 / 2012-09-25

  • bug fix for install script

beta1 / 2012-09-25

  • install/uninstall scripts

alpha1 / 2012-09-25

  • help cmd
  • init cmd, auto mode
  • .ruby-version file support
  • basic activation