Sha256: 21f2816c6aa087f08c2b795bb042ddca2c4c48c038fd61569f8c3bbda5e5179c
Contents?: true
Size: 272 Bytes
Versions: 6
Compression:
Stored size: 272 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_dribbble_bucket_api --create if ! gem list | grep -q bundler ; then gem install --no-ri --no-rdoc bundler bundle install --without production fi
Version data entries
6 entries across 6 versions & 1 rubygems