Skip to content

Commit

Permalink
Update rvm ruby selector script to support MacRuby 0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyc committed Mar 24, 2011
1 parent 63b0185 commit df5bb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/selector
Expand Up @@ -584,7 +584,7 @@ __rvm_ruby_string()

case "$string" in

0.[[:digit:]]|0.[[:digit:]]\.[[:digit:]]|1.[[:digit:]]\.[[:digit:]]*)
0.[[:digit:]][[:digit:]]*|0.[[:digit:]]\.[[:digit:]]|1.[[:digit:]]\.[[:digit:]]*)
rvm_ruby_version="$string"
rvm_ruby_revision=""
rvm_ruby_tag=""
Expand Down

0 comments on commit df5bb69

Please sign in to comment.