Sha256: 80beb3ac2967d1e5a1020d5be6d733dc586f5b7c2985010fb359107c41d8dd52
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 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_sync --create if ! gem list | grep -q bundler ; then gem install --no-ri --no-rdoc bundler bundle install --without production fi
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dribbble-bucket-sync-0.0.2 | .rvmrc |
dribbble-bucket-sync-0.0.1 | .rvmrc |