# -*- encoding: utf-8 -*- # stub: aws-cfn-dsl 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "aws-cfn-dsl".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Christo DeLange".freeze] s.date = "2014-06-27" s.description = "Ruby DSL for creating Cloudformation templates".freeze s.email = ["rubygems@dldinternet.com".freeze] s.executables = ["cfn-dsl".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "aws-cfn-dsl.gemspec".freeze, "aws-cfn-dsl.iml".freeze, "bin/cfn-dsl".freeze, "lib/aws/cfn/dsl.rb".freeze, "lib/aws/cfn/dsl/base.rb".freeze, "lib/aws/cfn/dsl/fncall.rb".freeze, "lib/aws/cfn/dsl/main.rb".freeze, "lib/aws/cfn/dsl/template.rb".freeze, "lib/aws/cfn/dsl/version.rb".freeze, "test/Mappings/AWSRegion2AMI.rb".freeze, "test/Outputs/ChefSecurityGroup.rb".freeze, "test/Outputs/ServerURL.rb".freeze, "test/Outputs/ValidationKeyBucket.rb".freeze, "test/Parameters/CookbookLocation.rb".freeze, "test/Parameters/InstanceType.rb".freeze, "test/Parameters/KeyName.rb".freeze, "test/Parameters/RoleLocation.rb".freeze, "test/Parameters/SSHLocation.rb".freeze, "test/Resources/BucketPolicy.rb".freeze, "test/Resources/ChefClientSecurityGroup.rb".freeze, "test/Resources/ChefServer.rb".freeze, "test/Resources/ChefServerSecurityGroup.rb".freeze, "test/Resources/ChefServerUser.rb".freeze, "test/Resources/ChefServerWaitCondition.rb".freeze, "test/Resources/ChefServerWaitHandle.rb".freeze, "test/Resources/HostKeys.rb".freeze, "test/Resources/PrivateKeyBucket.rb".freeze, "test/chef-server.json".freeze, "test/chef-server.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby DSL for creating Cloudformation templates".freeze s.test_files = ["test/Mappings/AWSRegion2AMI.rb".freeze, "test/Outputs/ChefSecurityGroup.rb".freeze, "test/Outputs/ServerURL.rb".freeze, "test/Outputs/ValidationKeyBucket.rb".freeze, "test/Parameters/CookbookLocation.rb".freeze, "test/Parameters/InstanceType.rb".freeze, "test/Parameters/KeyName.rb".freeze, "test/Parameters/RoleLocation.rb".freeze, "test/Parameters/SSHLocation.rb".freeze, "test/Resources/BucketPolicy.rb".freeze, "test/Resources/ChefClientSecurityGroup.rb".freeze, "test/Resources/ChefServer.rb".freeze, "test/Resources/ChefServerSecurityGroup.rb".freeze, "test/Resources/ChefServerUser.rb".freeze, "test/Resources/ChefServerWaitCondition.rb".freeze, "test/Resources/ChefServerWaitHandle.rb".freeze, "test/Resources/HostKeys.rb".freeze, "test/Resources/PrivateKeyBucket.rb".freeze, "test/chef-server.json".freeze, "test/chef-server.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze, ">= 0.4.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end