Sha256: cb2d795770014779e2545cc2a09e8d8755afb710ed8df2cd24ce561de9d6ccf5

Contents?: true

Size: 287 Bytes

Versions: 6

Compression:

Stored size: 287 Bytes

Contents

require "pathname"

module Capistrano
  module FigaroYml
    module Paths

      def figaro_yml_local_path
        Pathname.new fetch(:figaro_yml_local_path)
      end

      def figaro_yml_remote_path
        shared_path.join fetch(:figaro_yml_remote_path)
      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
capistrano-figaro-yml-1.0.5 lib/capistrano/figaro_yml/paths.rb
capistrano-figaro-yml-1.0.4 lib/capistrano/figaro_yml/paths.rb
capistrano-figaro-yml-1.0.3 lib/capistrano/figaro_yml/paths.rb
capistrano-figaro-yml-1.0.2 lib/capistrano/figaro_yml/paths.rb
capistrano-figaro-yml-1.0.1 lib/capistrano/figaro_yml/paths.rb
capistrano-figaro-yml-1.0.0 lib/capistrano/figaro_yml/paths.rb