# -*- encoding: utf-8 -*- # stub: cfndsl 0.5.1.pre ruby lib Gem::Specification.new do |s| s.name = "cfndsl".freeze s.version = "0.5.1.pre".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Steven Jack".freeze, "Chris Howe".freeze] s.date = "2016-04-07" s.description = "DSL for creating AWS Cloudformation templates".freeze s.email = ["stevenmajack@gmail.com".freeze, "chris@howeville.com".freeze] s.executables = ["cfndsl".freeze] s.files = [".bundle/config".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/cfndsl".freeze, "cfndsl.gemspec".freeze, "lib/cfndsl.rb".freeze, "lib/cfndsl/aws/cloud_formation_template.rb".freeze, "lib/cfndsl/aws/types.rb".freeze, "lib/cfndsl/aws/types.yaml".freeze, "lib/cfndsl/conditions.rb".freeze, "lib/cfndsl/creation_policy.rb".freeze, "lib/cfndsl/errors.rb".freeze, "lib/cfndsl/generate_types.rb".freeze, "lib/cfndsl/jsonable.rb".freeze, "lib/cfndsl/mappings.rb".freeze, "lib/cfndsl/metadata.rb".freeze, "lib/cfndsl/module.rb".freeze, "lib/cfndsl/names.rb".freeze, "lib/cfndsl/orchestration_template.rb".freeze, "lib/cfndsl/os/heat_template.rb".freeze, "lib/cfndsl/os/types.rb".freeze, "lib/cfndsl/os/types.yaml".freeze, "lib/cfndsl/outputs.rb".freeze, "lib/cfndsl/parameters.rb".freeze, "lib/cfndsl/plurals.rb".freeze, "lib/cfndsl/properties.rb".freeze, "lib/cfndsl/rake_task.rb".freeze, "lib/cfndsl/ref_check.rb".freeze, "lib/cfndsl/resources.rb".freeze, "lib/cfndsl/types.rb".freeze, "lib/cfndsl/update_policy.rb".freeze, "lib/cfndsl/version.rb".freeze, "sample/autoscale.rb".freeze, "sample/autoscale.template".freeze, "sample/autoscale2.rb".freeze, "sample/circular.rb".freeze, "sample/codedeploy.rb".freeze, "sample/config_service.rb".freeze, "sample/ecs.rb".freeze, "sample/iam_policies.rb".freeze, "sample/lambda.rb".freeze, "sample/s3.rb".freeze, "sample/t1.rb".freeze, "sample/t1.yaml".freeze, "sample/vpc_example.rb".freeze, "sample/vpc_with_vpn_example.rb".freeze, "spec/cfndsl_spec.rb".freeze, "spec/cli_spec.rb".freeze, "spec/fixtures/heattest.rb".freeze, "spec/fixtures/test.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/stevenjack/cfndsl".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "AWS Cloudformation DSL".freeze s.test_files = ["spec/cfndsl_spec.rb".freeze, "spec/cli_spec.rb".freeze, "spec/fixtures/heattest.rb".freeze, "spec/fixtures/test.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end