Sha256: 98338530cce7d742679b94e4cd2f936898ea81b8023f63b860a43b520f5e6927
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
#!/usr/bin/env bash ruby_string="ruby-1.9.2" gemset_name="rebo" if rvm list strings | grep -q "${ruby_string}" ; then rvm use "${ruby_string}@${gemset_name}" --create else echo "${ruby_string} was not found, please run 'rvm install ${ruby_string}' and then cd back into the project directory." fi
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_downloads-1.0.1 | .rvmrc |