module Capistrano::DSL::RbenvInstall

Public Instance Methods

rbenv_bin_executable_path() click to toggle source
# File lib/meataxe/capistrano/dsl/rbenv_install.rb, line 9
def rbenv_bin_executable_path
  "#{fetch(:rbenv_path)}/bin/rbenv"
end
rbenv_repo_url() click to toggle source
# File lib/meataxe/capistrano/dsl/rbenv_install.rb, line 13
def rbenv_repo_url
  'https://github.com/sstephenson/rbenv.git'
end
rbenv_ruby_build_path() click to toggle source
# File lib/meataxe/capistrano/dsl/rbenv_install.rb, line 5
def rbenv_ruby_build_path
  "#{fetch(:rbenv_path)}/plugins/ruby-build"
end
ruby_build_repo_url() click to toggle source
# File lib/meataxe/capistrano/dsl/rbenv_install.rb, line 17
def ruby_build_repo_url
  'https://github.com/sstephenson/ruby-build.git'
end