Sha256: 86a503f59880225216d34d556f3b9f4d8e0b033116dece3b73a11a167b2fbd92

Contents?: true

Size: 439 Bytes

Versions: 9

Compression:

Stored size: 439 Bytes

Contents

require 'rvm/capistrano/base'

rvm_with_capistrano do
  deferred_load do

    # conflicts with rvm/capistrano/selector_mixed
    unless fetch(:rvm_require_role,nil).nil?
      raise "

  ERROR: found: 'set :rvm_require_role, \"#{fetch(:rvm_require_role,nil)}\"',
         it conflicts with 'require \"rvm/capistrano/selector\"',
         please remove it.

  "
    end

    set :default_shell do
      fetch(:rvm_shell)
    end

  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rvm-capistrano-1.5.6 lib/rvm/capistrano/selector.rb
rvm-capistrano-1.5.5 lib/rvm/capistrano/selector.rb
rvm-capistrano-1.5.4 lib/rvm/capistrano/selector.rb
rvm-capistrano-1.5.3 lib/rvm/capistrano/selector.rb
rvm-capistrano-1.5.2 lib/rvm/capistrano/selector.rb
rvm-capistrano-1.5.1 lib/rvm/capistrano/selector.rb
rvm-capistrano-1.5.0 lib/rvm/capistrano/selector.rb
rvm-capistrano-1.5.0.rc1 lib/rvm/capistrano/selector.rb
rvm-capistrano-1.4.4 lib/rvm/capistrano/selector.rb