Module: Capistrano::DSL::RbenvInstall
- Defined in:
- lib/capistrano/dsl/rbenv_install.rb
Instance Method Summary collapse
- #rbenv_bin_executable_path ⇒ Object
- #rbenv_repo_url ⇒ Object
- #rbenv_ruby_build_path ⇒ Object
- #ruby_build_repo_url ⇒ Object
Instance Method Details
#rbenv_bin_executable_path ⇒ Object
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_url ⇒ Object
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_path ⇒ Object
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_url ⇒ Object
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 |