Module: Capistrano::DSL::RbenvInstall

Defined in:
lib/capistrano/dsl/rbenv_install.rb

Instance Method Summary collapse

Instance Method Details

#rbenv_bin_executable_pathObject



9
10
11
# File 'lib/capistrano/dsl/rbenv_install.rb', line 9

def rbenv_bin_executable_path
  "#{fetch(:rbenv_path)}/bin/rbenv"
end

#rbenv_repo_urlObject



13
14
15
# File 'lib/capistrano/dsl/rbenv_install.rb', line 13

def rbenv_repo_url
  'https://github.com/sstephenson/rbenv.git'
end

#rbenv_ruby_build_pathObject



5
6
7
# File 'lib/capistrano/dsl/rbenv_install.rb', line 5

def rbenv_ruby_build_path
  "#{fetch(:rbenv_path)}/plugins/ruby-build"
end

#ruby_build_repo_urlObject



17
18
19
# File 'lib/capistrano/dsl/rbenv_install.rb', line 17

def ruby_build_repo_url
  'https://github.com/sstephenson/ruby-build.git'
end