Sha256: f760804941cb64c9e6778321e70325687eac25da020a89eb3fdf380c8318cdfe
Contents?: true
Size: 280 Bytes
Versions: 6
Compression:
Stored size: 280 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_nested_serialization --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