Sha256: d3d068d12121895a83db2229bae20e1818bf46c632ffd258f30ab3f9140f023b

Contents?: true

Size: 441 Bytes

Versions: 3

Compression:

Stored size: 441 Bytes

Contents

module Capistrano
  module DSL
    module RbenvInstall

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

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

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

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

    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
meataxe-0.6.2 lib/meataxe/capistrano/dsl/rbenv_install.rb
capistrano-rbenv-install-1.2.0 lib/capistrano/dsl/rbenv_install.rb
capistrano-rbenv-install-1.1.0 lib/capistrano/dsl/rbenv_install.rb