Sha256: 8706144be2230c7fa92c700ca7ca6070936e03e2cd8f34f07f97820013221897

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

module Capistrano
  module DSL
    module RbenvVars

      def rbenv_vars_path
        "#{fetch(:rbenv_path)}/plugins/rbenv-vars"
      end

      def rbenv_vars_repo_url
        'https://github.com/sstephenson/rbenv-vars.git'
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-rbenv-vars-0.1.0 lib/capistrano/dsl/rbenv_vars.rb