Sha256: dcb82aad54ce8ba258a45d5fe32077c4db3b3515b855b6a5994db1e669f66055
Contents?: true
Size: 260 Bytes
Versions: 7
Compression:
Stored size: 260 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_microformat --create if ! gem list | grep -q bundler ; then gem install --no-ri --no-rdoc bundler bundle install --without production fi
Version data entries
7 entries across 7 versions & 2 rubygems
Version | Path |
---|---|
elcamino-microformat-0.0.8 | .rvmrc |
microformat-0.0.7 | .rvmrc |
microformat-0.0.6 | .rvmrc |
microformat-0.0.5 | .rvmrc |
microformat-0.0.4 | .rvmrc |
microformat-0.0.3 | .rvmrc |
microformat-0.0.2 | .rvmrc |