Sha256: 55c767954db99ce7fd0fa3f56aba03f806dae3a4d388bc433481a6dce888eb65

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 Bytes

Contents

echo "-----> creating RVM wrapper "myapp_unicorn" using \\"3\.0\.0\\""
if \[\[ ! -s "\$HOME/\.rvm/scripts/rvm" \]\]; then
  echo "! Ruby Version Manager not found"
  echo "! If RVM is installed, check your :rvm_use_path setting\."
  exit 1
fi
source \$HOME/\.rvm/scripts/rvm
rvm wrapper 3\.0\.0 myapp unicorn \|\| exit 1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mina-1.2.5 spec/support/outputs/rvm_wrapper_with_arguments.txt