Merge pull request #32 from sgtsquiggs/master

.rvmrc is depreciated
This commit is contained in:
Bruno 2013-05-21 11:03:33 -07:00
commit 115f51ef1d

View File

@ -12,7 +12,7 @@ function __check_rvm --on-variable PWD --description 'Setup rvm on directory cha
end
break
else
if begin ; test -s ".rvmrc" ; or test -s ".versions.conf" ; end
if begin ; test -s ".rvmrc" ; or test -s ".ruby-version" ; or test -s ".ruby-gemset" ; or test -s ".versions.conf" ; end
rvm reload 1>/dev/null 2>&1
break
else