Sha256: 044f3986d04cf444df0ad1b795ca801c345caba8f403fda2d2207b0b65cc9194
Contents?: true
Size: 369 Bytes
Versions: 3
Compression:
Stored size: 369 Bytes
Contents
Capistrano::Configuration.instance(:must_exist).load do begin require 'rvm/capistrano' _cset :rvm_ruby_string, :release_path # Make sure that the bash_profile is sourced # before running bundle command. set :bundle_cmd, 'source $HOME/.bash_profile && bundle' rescue LoadError puts "WARNING: RVM is not part of the application" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
halfday-0.1.3 | lib/halfday/rvm/capistrano.rb |
halfday-0.1.2.1 | lib/halfday/rvm/capistrano.rb |
halfday-0.1.2 | lib/halfday/rvm/capistrano.rb |