Module: Capistrano::DSL::RbenvInstall
- Defined in:
- lib/meataxe/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
permalink #rbenv_bin_executable_path ⇒ Object
[View source]
9 10 11 |
# File 'lib/meataxe/capistrano/dsl/rbenv_install.rb', line 9 def rbenv_bin_executable_path "#{fetch(:rbenv_path)}/bin/rbenv" end |
permalink #rbenv_repo_url ⇒ Object
[View source]
13 14 15 |
# File 'lib/meataxe/capistrano/dsl/rbenv_install.rb', line 13 def rbenv_repo_url 'https://github.com/sstephenson/rbenv.git' end |
permalink #rbenv_ruby_build_path ⇒ Object
[View source]
5 6 7 |
# File 'lib/meataxe/capistrano/dsl/rbenv_install.rb', line 5 def rbenv_ruby_build_path "#{fetch(:rbenv_path)}/plugins/ruby-build" end |
permalink #ruby_build_repo_url ⇒ Object
[View source]
17 18 19 |
# File 'lib/meataxe/capistrano/dsl/rbenv_install.rb', line 17 def ruby_build_repo_url 'https://github.com/sstephenson/ruby-build.git' end |