--- !ruby/object:Gem::Specification name: cfndsl version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - Steven Jack - Chris Howe autorequire: bindir: bin cert_chain: [] date: 2015-10-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: DSL for creating AWS Cloudformation templates email: - stevenmajack@gmail.com - chris@howeville.com executables: - cfndsl extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - LICENSE - README.md - Rakefile - bin/cfndsl - cfndsl.gemspec - lib/cfndsl.rb - lib/cfndsl/CloudFormationTemplate.rb - lib/cfndsl/Conditions.rb - lib/cfndsl/CreationPolicy.rb - lib/cfndsl/Errors.rb - lib/cfndsl/JSONable.rb - lib/cfndsl/Mappings.rb - lib/cfndsl/Metadata.rb - lib/cfndsl/Outputs.rb - lib/cfndsl/Parameters.rb - lib/cfndsl/Plurals.rb - lib/cfndsl/Properties.rb - lib/cfndsl/RefCheck.rb - lib/cfndsl/Resources.rb - lib/cfndsl/Types.rb - lib/cfndsl/UpdatePolicy.rb - lib/cfndsl/aws_types.yaml - lib/cfndsl/module.rb - lib/cfndsl/names.rb - lib/cfndsl/os_types.yaml - lib/cfndsl/rake_task.rb - lib/cfndsl/version.rb - sample/autoscale.rb - sample/autoscale.template - sample/autoscale2.rb - sample/circular.rb - sample/codedeploy.rb - sample/ecs.rb - sample/t1.rb - sample/t1.yaml - sample/vpc-example.rb - sample/vpc-with-vpn-example.rb - spec/cfndsl_spec.rb - spec/fixtures/heattest.rb - spec/fixtures/test.rb - spec/spec_helper.rb homepage: https://github.com/stevenjack/cfndsl licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: AWS Cloudformation DSL test_files: - spec/cfndsl_spec.rb - spec/fixtures/heattest.rb - spec/fixtures/test.rb - spec/spec_helper.rb