scripts/cli in rvm-1.1.1 vs scripts/cli in rvm-1.1.2

- old
+ new

@@ -66,11 +66,11 @@ rvm_action="remove" rvm_remove_flag=1 ;; # Can likely remove this due to the *) case - jruby*|ree*|macruby*|rbx*|rubinius*|ironruby*|default*|maglev*|all) + jruby*|ree*|macruby*|rbx*|rubinius*|goruby|ironruby*|default*|maglev*|all) if [[ "rubinius" = "$rvm_token" ]] ; then rvm_token="rbx"; fi rvm_ruby_interpreter="$rvm_token" rvm_ruby_string="$rvm_token" rvm_ruby_strings="$rvm_token" rvm_action="${rvm_action:-use}" @@ -239,10 +239,10 @@ unset rvm_ruby_interpreter else case "$next_token" in - ruby|rbx|jruby|macruby|ree|rubinius|maglev|ironruby) + ruby|rbx|jruby|macruby|ree|rubinius|maglev|goruby|ironruby) rvm_ruby_strings=$next_token rvm_ruby_interpreter=$next_token if [[ $# -gt 0 ]] ; then next_token="$1" ; shift ; else next_token="" ; fi ;;