Sha256: d8bb522cc029fd2aef0239f671ed104b968222408b7e9a65cb4dbc5191d2c955
Contents?: true
Size: 271 Bytes
Versions: 11
Compression:
Stored size: 271 Bytes
Contents
#!/usr/bin/env bash if ! rvm list | grep -q ruby-1.9.3-p194 ; then rvm install 1.9.3-p194 fi rvm 1.9.3-p194@ryantownsend_mongoid_publishable --create if ! gem list | grep -q bundler ; then gem install --no-ri --no-rdoc bundler bundle install --without production fi
Version data entries
11 entries across 11 versions & 1 rubygems