# -*- encoding: utf-8 -*-
# stub: cloudformation-ruby-dsl 1.0.1 ruby lib�bin

Gem::Specification.new do |s|
  s.name = "cloudformation-ruby-dsl".freeze
  s.version = "1.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze, "bin".freeze]
  s.authors = ["Shawn Smith".freeze, "Dave Barcelo".freeze, "Morgan Fletcher".freeze, "Csongor Gyuricza".freeze, "Igor Polishchuk".freeze, "Nathaniel Eliot".freeze, "Jona Fenocchi".freeze, "Tony Cui".freeze]
  s.date = "2015-06-19"
  s.description = "Ruby DSL library that provides a wrapper around the CloudFormation.".freeze
  s.email = ["Shawn.Smith@bazaarvoice.com".freeze, "Dave.Barcelo@bazaarvoice.com".freeze, "Morgan.Fletcher@bazaarvoice.com".freeze, "Csongor.Gyuricza@bazaarvoice.com".freeze, "Igor.Polishchuk@bazaarvoice.com".freeze, "Nathaniel.Eliot@bazaarvoice.com".freeze, "Jona.Fenocchi@bazaarvoice.com".freeze, "Tony.Cui@bazaarvoice.com".freeze]
  s.executables = ["cfntemplate-to-ruby".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/cfntemplate-to-ruby".freeze, "cloudformation-ruby-dsl.gemspec".freeze, "docs/Contributing.md".freeze, "docs/Releasing.md".freeze, "examples/cloudformation-ruby-script.rb".freeze, "examples/maps/map.json".freeze, "examples/maps/map.rb".freeze, "examples/maps/map.yaml".freeze, "examples/maps/more_maps/map1.json".freeze, "examples/maps/more_maps/map2.json".freeze, "examples/maps/more_maps/map3.json".freeze, "examples/maps/table.txt".freeze, "examples/maps/vpc.txt".freeze, "examples/userdata.sh".freeze, "initial_contributions.md".freeze, "lib/cloudformation-ruby-dsl.rb".freeze, "lib/cloudformation-ruby-dsl/cfntemplate.rb".freeze, "lib/cloudformation-ruby-dsl/dsl.rb".freeze, "lib/cloudformation-ruby-dsl/spotprice.rb".freeze, "lib/cloudformation-ruby-dsl/table.rb".freeze, "lib/cloudformation-ruby-dsl/version.rb".freeze]
  s.homepage = "http://github.com/bazaarvoice/cloudformation-ruby-dsl".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby DSL library that provides a wrapper around the CloudFormation.  Written by [Bazaarvoice](http://www.bazaarvoice.com).".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<detabulator>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<json>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<bundler>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<aws-sdk>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<diffy>.freeze, [">= 0".freeze])
end