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