# -*- encoding: utf-8 -*- # stub: configature 0.3.7 ruby lib Gem::Specification.new do |s| s.name = "configature".freeze s.version = "0.3.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org/", "changelog_uri" => "https://github.com/postageapp/configuature", "homepage_uri" => "https://postageapp.com/", "source_code_uri" => "https://github.com/postageapp/configuature" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Scott Tadman".freeze] s.bindir = "exe".freeze s.date = "2021-05-29" s.description = "Assists in the creation of config files from example templates and can identify when some customization is necessary.".freeze s.email = ["tadman@postageapp.com".freeze] s.executables = ["config".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/console".freeze, "bin/setup".freeze, "configature.gemspec".freeze, "exe/config".freeze, "lib/configature.rb".freeze, "lib/configature/config.rb".freeze, "lib/configature/data.rb".freeze, "lib/configature/directory.rb".freeze, "lib/configature/namespace.rb".freeze, "lib/configature/stamper.rb".freeze, "lib/configature/support.rb".freeze] s.homepage = "https://postageapp.com/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Configuration file auto-generator".freeze end