Sha256: 7f646ab8fbbebe5c44d3e00862942e9944b9528044f32cf230e3d26fae194f20
Contents?: true
Size: 440 Bytes
Versions: 4
Compression:
Stored size: 440 Bytes
Contents
#!/bin/bash # # rvm : Ruby Version Manager # http://rvm.beginrescueend.com # http://gitub.com/wayneeseguin/rvm # if [ -s ~/.rvmrc ] ; then source ~/.rvmrc ; fi eval rvm_path="${rvm_path:-~/.rvm}" source $rvm_path/scripts/rvm-utility source $rvm_path/scripts/rvm-selector source $rvm_path/scripts/rvm-ruby-installer # TODO: Script not function. source $rvm_path/scripts/rvm-cli if [ -f ~/.rvm/current ] ; then source ~/.rvm/current ; fi
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
wayneeseguin-rvm-0.0.35 | scripts/rvm |
wayneeseguin-rvm-0.0.36 | scripts/rvm |
rvm-0.0.36 | scripts/rvm |
rvm-0.0.35 | scripts/rvm |