--- !ruby/object:Gem::Specification
name: cloudformation-ruby-dsl
version: !ruby/object:Gem::Version
  version: 0.4.6
  prerelease: 
platform: ruby
authors:
- Shawn Smith
- Dave Barcelo
- Morgan Fletcher
- Csongor Gyuricza
- Igor Polishchuk
- Nathaniel Eliot
- Jona Fenocchi
- Tony Cui
autorequire: 
bindir: bin
cert_chain: []
date: 2014-08-12 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: detabulator
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
description: Ruby DSL library that provides a wrapper around the cfn-cmd.
email:
- Shawn.Smith@bazaarvoice.com
- Dave.Barcelo@bazaarvoice.com
- Morgan.Fletcher@bazaarvoice.com
- Csongor.Gyuricza@bazaarvoice.com
- Igor.Polishchuk@bazaarvoice.com
- Nathaniel.Eliot@bazaarvoice.com
- Jona.Fenocchi@bazaarvoice.com
- Tony.Cui@bazaarvoice.com
executables:
- cfn-cancel-update-stack
- cfn-cancel-update-stack.cmd
- cfn-cmd
- cfn-cmd.cmd
- cfn-create-stack
- cfn-create-stack.cmd
- cfn-delete-stack
- cfn-delete-stack.cmd
- cfn-describe-stack-events
- cfn-describe-stack-events.cmd
- cfn-describe-stack-resource
- cfn-describe-stack-resource.cmd
- cfn-describe-stack-resources
- cfn-describe-stack-resources.cmd
- cfn-describe-stacks
- cfn-describe-stacks.cmd
- cfn-get-template
- cfn-get-template.cmd
- cfn-list-stack-resources
- cfn-list-stack-resources.cmd
- cfn-list-stacks
- cfn-list-stacks.cmd
- cfn-update-stack
- cfn-update-stack.cmd
- cfn-validate-template
- cfn-validate-template.cmd
- cfn-version
- cfn-version.cmd
- cfntemplate-to-ruby
- service
- service.cmd
- vendor-cfn-bin
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- bin/cfn-cancel-update-stack
- bin/cfn-cancel-update-stack.cmd
- bin/cfn-cmd
- bin/cfn-cmd.cmd
- bin/cfn-create-stack
- bin/cfn-create-stack.cmd
- bin/cfn-delete-stack
- bin/cfn-delete-stack.cmd
- bin/cfn-describe-stack-events
- bin/cfn-describe-stack-events.cmd
- bin/cfn-describe-stack-resource
- bin/cfn-describe-stack-resource.cmd
- bin/cfn-describe-stack-resources
- bin/cfn-describe-stack-resources.cmd
- bin/cfn-describe-stacks
- bin/cfn-describe-stacks.cmd
- bin/cfn-get-template
- bin/cfn-get-template.cmd
- bin/cfn-list-stack-resources
- bin/cfn-list-stack-resources.cmd
- bin/cfn-list-stacks
- bin/cfn-list-stacks.cmd
- bin/cfn-update-stack
- bin/cfn-update-stack.cmd
- bin/cfn-validate-template
- bin/cfn-validate-template.cmd
- bin/cfn-version
- bin/cfn-version.cmd
- bin/cfntemplate-to-ruby
- bin/service
- bin/service.cmd
- bin/vendor-cfn-bin
- cloudformation-ruby-dsl.gemspec
- examples/cloudformation-ruby-script.rb
- examples/maps/map.json
- examples/maps/map.rb
- examples/maps/map.yaml
- examples/maps/more_maps/map1.json
- examples/maps/more_maps/map2.json
- examples/maps/more_maps/map3.json
- examples/maps/table.txt
- examples/maps/vpc.txt
- examples/userdata.sh
- initial_contributions.md
- lib/cloudformation-ruby-dsl.rb
- lib/cloudformation-ruby-dsl/cfntemplate.rb
- lib/cloudformation-ruby-dsl/spotprice.rb
- lib/cloudformation-ruby-dsl/table.rb
- lib/cloudformation-ruby-dsl/version.rb
- vendor/AWSCloudFormation-1.0.12/README.TXT
- vendor/AWSCloudFormation-1.0.12/RELEASENOTES.TXT
- vendor/AWSCloudFormation-1.0.12/THIRDPARTYLICENSE.TXT
- vendor/AWSCloudFormation-1.0.12/bin/cfn-cancel-update-stack
- vendor/AWSCloudFormation-1.0.12/bin/cfn-cancel-update-stack.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-cmd.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-create-stack
- vendor/AWSCloudFormation-1.0.12/bin/cfn-create-stack.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-delete-stack
- vendor/AWSCloudFormation-1.0.12/bin/cfn-delete-stack.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-describe-stack-events
- vendor/AWSCloudFormation-1.0.12/bin/cfn-describe-stack-events.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-describe-stack-resource
- vendor/AWSCloudFormation-1.0.12/bin/cfn-describe-stack-resource.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-describe-stack-resources
- vendor/AWSCloudFormation-1.0.12/bin/cfn-describe-stack-resources.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-describe-stacks
- vendor/AWSCloudFormation-1.0.12/bin/cfn-describe-stacks.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-get-template
- vendor/AWSCloudFormation-1.0.12/bin/cfn-get-template.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-list-stack-resources
- vendor/AWSCloudFormation-1.0.12/bin/cfn-list-stack-resources.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-list-stacks
- vendor/AWSCloudFormation-1.0.12/bin/cfn-list-stacks.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-update-stack
- vendor/AWSCloudFormation-1.0.12/bin/cfn-update-stack.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-validate-template
- vendor/AWSCloudFormation-1.0.12/bin/cfn-validate-template.cmd
- vendor/AWSCloudFormation-1.0.12/bin/cfn-version
- vendor/AWSCloudFormation-1.0.12/bin/cfn-version.cmd
- vendor/AWSCloudFormation-1.0.12/bin/service
- vendor/AWSCloudFormation-1.0.12/bin/service.cmd
- vendor/AWSCloudFormation-1.0.12/credential-file-path.template
- vendor/AWSCloudFormation-1.0.12/lib/CliCommando-1.0.jar
- vendor/AWSCloudFormation-1.0.12/lib/activation-1.1.jar
- vendor/AWSCloudFormation-1.0.12/lib/commons-cli-1.1.jar
- vendor/AWSCloudFormation-1.0.12/lib/commons-codec-1.3.jar
- vendor/AWSCloudFormation-1.0.12/lib/commons-discovery-0.2.jar
- vendor/AWSCloudFormation-1.0.12/lib/commons-httpclient-3.0.jar
- vendor/AWSCloudFormation-1.0.12/lib/commons-logging-1.0.4.jar
- vendor/AWSCloudFormation-1.0.12/lib/commons-logging-api-1.1.1.jar
- vendor/AWSCloudFormation-1.0.12/lib/httpclient-4.2.jar
- vendor/AWSCloudFormation-1.0.12/lib/jaxb-api-2.0.jar
- vendor/AWSCloudFormation-1.0.12/lib/jaxb-impl-2.0.1.jar
- vendor/AWSCloudFormation-1.0.12/lib/jaxws-api-2.0.jar
- vendor/AWSCloudFormation-1.0.12/lib/jdom-1.0.jar
- vendor/AWSCloudFormation-1.0.12/lib/log4j.jar
- vendor/AWSCloudFormation-1.0.12/lib/serializer.jar
- vendor/AWSCloudFormation-1.0.12/lib/service.jar
- vendor/AWSCloudFormation-1.0.12/lib/stax-api-1.0.1.jar
- vendor/AWSCloudFormation-1.0.12/lib/wsdl4j-1.6.1.jar
- vendor/AWSCloudFormation-1.0.12/lib/wss4j-1.5.7.jar
- vendor/AWSCloudFormation-1.0.12/lib/wstx-asl-3.2.0.jar
- vendor/AWSCloudFormation-1.0.12/lib/xalan-j2-2.7.0.jar
- vendor/AWSCloudFormation-1.0.12/lib/xfire-all-1.2.6.jar
- vendor/AWSCloudFormation-1.0.12/lib/xfire-jsr181-api-1.0-M1.jar
- vendor/AWSCloudFormation-1.0.12/lib/xmlsec-1.4.2.jar
- vendor/AWSCloudFormation-1.0.12/license.txt
- vendor/AWSCloudFormation-1.0.12/notice.txt
homepage: http://github.com/bazaarvoice/cloudformation-ruby-dsl
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
- bin
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.8.23
signing_key: 
specification_version: 3
summary: Ruby DSL library that provides a wrapper around the cfn-cmd.  Written by
  [Bazaarvoice](http://www.bazaarvoice.com).
test_files: []