- Updated the Makefile to be compatible with the dash shell.
- Use inline substring substitutions instead of
sed.
- Use
typesetto declareRUBIESas an indexed Array. - Use the correct globbed Array syntax for both zsh and [bash].
- Improved the post-installation message in the homebrew recipe to auto-detect RVM, rbenv and rbfu.
- Fixed
make installto work on OS X. - Added a homebrew recipe.
- Install
chruby.shinto$PREFIX/share/chruby/.
- Check if
$RUBYand$RUBYOPTare different from the arguments passed tochruby_use. - Fixed a spelling error in the README (thanks Ian Barnett).
- Added unit-tests using shunit2
- Improved sanitation of
$PATHinchruby_reset. (thanks mpapis) - If the desired Ruby is already in use, immediately return from
chruby_use. - Export
$RUBY_ENGINE,$RUBY_VERSION,$GEM_ROOTinchruby_use.
- Added support for zsh.
- Renamed the
$RUBY_PATHvariable to$RUBY. - Set the
$RUBY_ENGINEvariable. - Set the
$GEM_ROOTvariable toGem.default_dir. This supports the custom RubyGems directory used by Rubinius. - Only initialize the
$RUBIESvariable if it does not have a value.
- Added a
LICENSE.txt. - Added a
ChangeLog.md. - Updated the
Makefileto generate proper tar archives.
- Initial release.