Sha256: 3b5fd7890a994fd8fc3abe78af76c6dea67a353f58492c2b3ea55ca2a34d60b9

Contents?: true

Size: 306 Bytes

Versions: 9

Compression:

Stored size: 306 Bytes

Contents

module Capistrano
  module Helpers
    module Puma
      ##
      # Paths for templates
      #
      module TemplatePaths
        module_function

        def template_base_path
          File.expand_path(File.join(File.dirname(__FILE__), '../../../../templates'))
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
capistrano-pumaio-3.1.6 lib/capistrano/helpers/puma/template_paths.rb
capistrano-pumaio-3.1.4 lib/capistrano/helpers/puma/template_paths.rb
capistrano-pumaio-3.1.3 lib/capistrano/helpers/puma/template_paths.rb
capistrano-pumaio-3.1.2 lib/capistrano/helpers/puma/template_paths.rb
capistrano-pumaio-3.1.1 lib/capistrano/helpers/puma/template_paths.rb
capistrano-pumaio-3.0.3 lib/capistrano/helpers/puma/template_paths.rb
capistrano-pumaio-3.0.2 lib/capistrano/helpers/puma/template_paths.rb
capistrano-pumaio-3.0.1 lib/capistrano/helpers/puma/template_paths.rb
capistrano-pumaio-3.0.0 lib/capistrano/helpers/puma/template_paths.rb