Sha256: e287cc1a37b0a8eb79aa1d993a5efab0d6089e10a9c0241924f3f0ff1556afa4

Contents?: true

Size: 308 Bytes

Versions: 3

Compression:

Stored size: 308 Bytes

Contents

rvm 1.9.2-p180@pair-gem --create

bundler=`gem list bundler | grep bundler`
if [ $? -eq 1 ] ; then
  echo "Installing bundler for project:\n\n";
  gem install --pre bundler;

  echo; read -s -n 1 -p "Run bundler install y/n" confirm; echo; echo;
  if [ "$confirm" == "y" ]; then
    bundle install;
  fi
fi

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pair-0.0.3 .rvmrc
pair-0.0.2 .rvmrc
pair-0.0.1 .rvmrc