Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.03 KB

ChangeLog.md

File metadata and controls

34 lines (24 loc) · 1.03 KB

0.1.2 / 2012-08-29

  • Check if $RUBY and $RUBYOPT are different from the arguments passed to chruby_use.
  • Fixed a spelling error in the README (thanks Ian Barnett).

0.1.1 / 2012-08-24

  • Added unit-tests using shunit2
  • Improved sanitation of $PATH in chruby_reset. (thanks mpapis)
  • If the desired Ruby is already in use, immediately return from chruby_use.
  • Export $RUBY_ENGINE, $RUBY_VERSION, $GEM_ROOT in chruby_use.

0.1.0 / 2012-08-18

  • Added support for zsh.
  • Renamed the $RUBY_PATH variable to $RUBY.
  • Set the $RUBY_ENGINE variable.
  • Set the $GEM_ROOT variable to Gem.default_dir. This supports the custom RubyGems directory used by Rubinius.
  • Only initialize the $RUBIES variable if it does not have a value.

0.0.2 / 2012-08-14

  • Added a LICENSE.txt.
  • Added a ChangeLog.md.
  • Updated the Makefile to generate proper tar archives.

0.0.1 / 2012-08-01

  • Initial release.