# -*- encoding: utf-8 -*- # stub: cfndsl 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "cfndsl".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Steven Jack".freeze, "Chris Howe".freeze] s.date = "2015-08-10" 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 = [".gitignore".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/CloudFormationTemplate.rb".freeze, "lib/cfndsl/Conditions.rb".freeze, "lib/cfndsl/CreationPolicy.rb".freeze, "lib/cfndsl/Errors.rb".freeze, "lib/cfndsl/JSONable.rb".freeze, "lib/cfndsl/Mappings.rb".freeze, "lib/cfndsl/Metadata.rb".freeze, "lib/cfndsl/Outputs.rb".freeze, "lib/cfndsl/Parameters.rb".freeze, "lib/cfndsl/Plurals.rb".freeze, "lib/cfndsl/Properties.rb".freeze, "lib/cfndsl/RefCheck.rb".freeze, "lib/cfndsl/Resources.rb".freeze, "lib/cfndsl/Types.rb".freeze, "lib/cfndsl/UpdatePolicy.rb".freeze, "lib/cfndsl/aws_types.yaml".freeze, "lib/cfndsl/module.rb".freeze, "lib/cfndsl/names.rb".freeze, "lib/cfndsl/os_types.yaml".freeze, "lib/cfndsl/rake_task.rb".freeze, "lib/cfndsl/version.rb".freeze, "sample/autoscale.rb".freeze, "sample/autoscale.template".freeze, "sample/autoscale2.rb".freeze, "sample/circular.rb".freeze, "sample/ecs.rb".freeze, "sample/t1.rb".freeze, "sample/t1.yaml".freeze, "sample/vpc-example.rb".freeze, "spec/cfndsl_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/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