scripts/utility in rvm-0.0.95 vs scripts/utility in rvm-0.0.96
- old
+ new
@@ -215,10 +215,12 @@
PATH=$(echo $PATH | tr ':' '\n' | awk '$0 !~ /rvm/' | paste -sd : -)
PATH=$rvm_bin_path:$PATH ; export PATH
for variable in RUBY_VERSION GEM_HOME MY_RUBY_HOME ; do unset $variable ; done
+ for flag in default passenger editor ; do rm -f "$rvm_bin_path"/${flag}_* ; done
+
for file in system default ; do
if [[ -f "$rvm_path/$file" ]] ; then rm -f $rvm_path/$file ; fi
done
rvm_ruby_interpreter="system"
__rvm_select
@@ -274,9 +276,10 @@
echo -e "(ruby-)1.8.6(-p383)\n(ruby-)1.8.6-head\n(ruby-)1.8.7(-p174)\n(ruby-)1.8.7-head\n(ruby-)1.9.1(-p243)\n(ruby-)1.9.1(-p376)\n(ruby-)1.9.1-head\n(ruby-)1.9.2-preview1"
echo -e "jruby-1.2.0\njruby-1.3.0\njruby-1.3.1\njruby(-1.4.0) # the default\njruby-head"
echo -e "rbx(-head) # rubinius head, the default rbx \nrbx(-head) --jit (rubinius head with LLVM enabled)"
echo -e "ree-1.8.6\nree(-1.8.7) # the default\nree-1.8.6-head\nree-1.8.7-head"
echo -e "mput(-head) # shyouhei head, the default mput"
+ echo -e "ironruby-0.9.3 # (1.0 RC1)"
if [[ "Darwin" = "$(uname)" ]] ; then
echo -e "macruby(-nightly) # the default macruby\nmacruby-head # Build from the macruby git repository"
fi
else
ruby=$(which ruby 2>/dev/null) ; current_ruby=""