Sha256: 15d3195b86a587e19e2e2d0988380d9c8f029ba240655af5cde942fa0d5fc472

Contents?: true

Size: 246 Bytes

Versions: 6

Compression:

Stored size: 246 Bytes

Contents

module Kubec
  module DSL
    # :nodoc:
    module Paths
      def stage_config_path
        Pathname.new 'config/kubec'
      end

      def stack_config_path
        Pathname.new 'config/kubec.rb'
      end
    end
  end
end

extend Kubec::DSL

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kubec-0.3.4 lib/kubec/dsl/paths.rb
kubec-0.3.3 lib/kubec/dsl/paths.rb
kubec-0.3.2 lib/kubec/dsl/paths.rb
kubec-0.3.1 lib/kubec/dsl/paths.rb
kubec-0.3.0 lib/kubec/dsl/paths.rb
kubec-0.2.0 lib/kubec/dsl/paths.rb