# -*- encoding: utf-8 -*- # stub: sparkle_formation 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "sparkle_formation".freeze s.version = "0.1.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 = ["Chris Roberts".freeze] s.date = "2013-10-31" s.description = "Cloud Formation builder".freeze s.email = "chrisroberts.code@gmail.com".freeze s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "examples/allinone/cloudformation/ec2_example.rb".freeze, "examples/allinone/parse.rb".freeze, "examples/ami_component/cloudformation/components/ami.rb".freeze, "examples/ami_component/cloudformation/ec2_example.rb".freeze, "examples/ami_component/parse.rb".freeze, "lib/sparkle_formation.rb".freeze, "lib/sparkle_formation/sparkle_attribute.rb".freeze, "lib/sparkle_formation/sparkle_formation.rb".freeze, "lib/sparkle_formation/utils.rb".freeze, "lib/sparkle_formation/version.rb".freeze, "sparkle_formation.gemspec".freeze] s.homepage = "http://github.com/heavywater/sparkle_formation".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Cloud Formation builder".freeze s.specification_version = 3 s.add_runtime_dependency(%q<attribute_struct>.freeze, ["~> 0.1.8".freeze]) end