All Versions
22
Latest Version
Avg Release Cycle
40 days
Latest Release
3229 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.2.6 Changes
December 18, 2012- ๐ Forcibly switch to system Ruby when loading
share/chruby/chruby.sh
. This fixes switching issues for [tmux] users.
- ๐ Forcibly switch to system Ruby when loading
-
v0.2.5 Changes
December 15, 2012- ๐ Renamed the
RUBY
environment variable toRUBY_ROOT
to avoid breaking theFileUtils#ruby
method in rake. - Do not unset
GEM_HOME
,GEM_PATH
,GEM_ROOT
if running under root.
- ๐ Renamed the
-
v0.2.4 Changes
December 13, 2012- โ Added a
Vagrantfile
for testing chruby in various environments. - ๐ Changed all code and examples to reference
/opt/rubies/
. - ๐จ Ensure all error messages are printed to stderr.
- ๐จ Refactored
scripts/setup.sh
to manually install all Rubies and install any dependencies via the System Package Manager. - PGP signatures are now stored in
pkg/
.
๐ Makefile
- โก๏ธ Updated the
Makefile
to be compatible with BSD automake. - Do not override
PREFIX
. - โ Added a
test
task.
Homebrew
- ๐ Use
HOMEBREW_PREFIX
. - ๐ Use
sha1
instead ofmd5
(deprecated). - ๐ง No longer dynamically generate the example configuration.
- โ Added a
-
v0.2.3 Changes
November 19, 2012- โก๏ธ Updated the
Makefile
to be compatible with the [dash] shell. - ๐ Use inline substring substitutions instead of
sed
.
- โก๏ธ Updated the
-
v0.2.2 Changes
November 17, 2012- ๐ Use
typeset
to declareRUBIES
as 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].
- ๐ Use
-
v0.2.1 Changes
October 23, 2012- ๐ Fixed
make install
to work on OS X. - โ Added a [homebrew] recipe.
- ๐ Fixed
-
v0.2.0 Changes
October 16, 2012- ๐ Install
chruby.sh
into$PREFIX/share/chruby/
.
- ๐ Install
-
v0.1.2 Changes
August 29, 2012- Check if
$RUBY
and$RUBYOPT
are different from the arguments passed tochruby_use
. - ๐ Fixed a spelling error in the README (thanks Ian Barnett).
- Check if
-
v0.1.1 Changes
August 24, 2012- โ Added unit-tests using shunit2
- ๐ Improved sanitation of
$PATH
inchruby_reset
. (thanks mpapis) - ๐ If the desired Ruby is already in use, immediately return from
chruby_use
. - ๐ Export
$RUBY_ENGINE
,$RUBY_VERSION
,$GEM_ROOT
inchruby_use
.
-
v0.1.0 Changes
August 18, 2012- โ Added support for [zsh].
- ๐ Renamed the
$RUBY_PATH
variable to$RUBY
. - ๐ Set the
$RUBY_ENGINE
variable. - 0๏ธโฃ Set the
$GEM_ROOT
variable toGem.default_dir
. This supports the custom RubyGems directory used by [Rubinius]. - Only initialize the
$RUBIES
variable if it does not have a value.