RVM plugin: use latest rubies

These variables are hard-coded into the RVM plugin. They are updated to refer to the latest ruby patches available.
This commit is contained in:
Jeffrey Horn 2012-04-16 05:12:47 -04:00
commit 52ca826e08

View file

@ -1,8 +1,8 @@
alias rubies='rvm list rubies' alias rubies='rvm list rubies'
alias gemsets='rvm gemset list' alias gemsets='rvm gemset list'
local ruby18='ruby-1.8.7-p334' local ruby18='ruby-1.8.7-p358'
local ruby19='ruby-1.9.2-p180' local ruby19='ruby-1.9.3-p125'
function rb18 { function rb18 {
if [ -z "$1" ]; then if [ -z "$1" ]; then