# -*- encoding: utf-8 -*-
# stub: ctpl 0.0.6 ruby lib

Gem::Specification.new do |s|
  s.name = "ctpl".freeze
  s.version = "0.0.6".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Eugen Mayer".freeze]
  s.date = "2018-12-26"
  s.description = "This tool enables you to split your pipeline.yml into several single files, as many as you like and generates a fly compatible pipeline.yml while merging jobs/resource_types/resources/groups".freeze
  s.email = "eugen.mayer@kontextwork.de".freeze
  s.executables = ["ctpl".freeze]
  s.files = ["Thorfile".freeze, "VERSION".freeze, "bin/ctpl".freeze, "lib/ctpl/compiler.rb".freeze, "thor/compile.thor".freeze]
  s.homepage = "https://github.com/EugenMayer/concourse-pipeline-templateer".freeze
  s.licenses = ["GPL".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Implements an opinionated tool to template / split concourse pipeline files into easier smaller structural parts".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.20".freeze, ">= 0.20.0".freeze])
end