# -*- encoding: utf-8 -*- # stub: cfndsl 1.6.0 ruby lib Gem::Specification.new do |s| s.name = "cfndsl".freeze s.version = "1.6.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 = ["Steven Jack".freeze, "Chris Howe".freeze, "Travis Dempsey".freeze, "Greg Cockburn".freeze] s.bindir = "exe".freeze s.date = "2023-01-18" s.description = "DSL for creating AWS Cloudformation templates".freeze s.email = ["stevenmajack@gmail.com".freeze, "chris@howeville.com".freeze, "dempsey.travis@gmail.com".freeze, "gergnz@gmail.com".freeze] s.executables = ["cfndsl".freeze] s.files = [".github/workflows/spec.yml".freeze, ".github/workflows/spec_publish.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "UPGRADING.md".freeze, "cfndsl.gemspec".freeze, "exe/cfndsl".freeze, "lib/cfndsl.rb".freeze, "lib/cfndsl/aws/cloud_formation_template.rb".freeze, "lib/cfndsl/aws/patches/000_CloudFormationResourceSpecification.json".freeze, "lib/cfndsl/aws/patches/000_sam.spec.json".freeze, "lib/cfndsl/aws/patches/100_sam.spec_DeploymentPreference_patch.json".freeze, "lib/cfndsl/aws/patches/200_Scrutinies_patch.json".freeze, "lib/cfndsl/aws/patches/500_BadTagsv13.0.0_patch.json".freeze, "lib/cfndsl/aws/patches/500_BadTagsv16.2.0_patch.json".freeze, "lib/cfndsl/aws/patches/500_Cognito_IdentityPoolRoleAttachment_patches.json".freeze, "lib/cfndsl/aws/patches/500_IoT1Click_patch_PlacementTemplate_DeviceTemplates.json".freeze, "lib/cfndsl/aws/patches/500_NetworkAclEntry_patch.json".freeze, "lib/cfndsl/aws/patches/500_SAM_Serverless_Function_S3Event_Events_patch.json".freeze, "lib/cfndsl/aws/patches/500_SAM_Serverless_Function_S3Location_Version_patch.json".freeze, "lib/cfndsl/aws/patches/500_VPCEndpoint_patch.json".freeze, "lib/cfndsl/aws/patches/510_ElasticSearch_Domain_patches.json".freeze, "lib/cfndsl/aws/patches/520_ServiceDiscovery_InstanceAttributes_patch.json".freeze, "lib/cfndsl/aws/patches/600_RefKinds_patch.json".freeze, "lib/cfndsl/aws/patches/700_SAM_Serverless_Function_InlineCode_patch.json".freeze, "lib/cfndsl/aws/patches/900_SageMakerTags_patch.json".freeze, "lib/cfndsl/aws/patches/901_SageMakerTags_patch.json".freeze, "lib/cfndsl/aws/resource_specification.json".freeze, "lib/cfndsl/aws/types.rb".freeze, "lib/cfndsl/aws/types.yaml".freeze, "lib/cfndsl/cfnlego.rb".freeze, "lib/cfndsl/cfnlego/cloudformation.erb".freeze, "lib/cfndsl/cfnlego/cloudformation.rb".freeze, "lib/cfndsl/cfnlego/resource.rb".freeze, "lib/cfndsl/cloudformation.rb".freeze, "lib/cfndsl/conditions.rb".freeze, "lib/cfndsl/creation_policy.rb".freeze, "lib/cfndsl/deep_merge.rb".freeze, "lib/cfndsl/external_parameters.rb".freeze, "lib/cfndsl/globals.rb".freeze, "lib/cfndsl/json_serialisable_object.rb".freeze, "lib/cfndsl/jsonable.rb".freeze, "lib/cfndsl/mappings.rb".freeze, "lib/cfndsl/module.rb".freeze, "lib/cfndsl/names.rb".freeze, "lib/cfndsl/orchestration_template.rb".freeze, "lib/cfndsl/outputs.rb".freeze, "lib/cfndsl/parameters.rb".freeze, "lib/cfndsl/plurals.rb".freeze, "lib/cfndsl/properties.rb".freeze, "lib/cfndsl/rake_task.rb".freeze, "lib/cfndsl/ref_check.rb".freeze, "lib/cfndsl/resources.rb".freeze, "lib/cfndsl/rules.rb".freeze, "lib/cfndsl/runner.rb".freeze, "lib/cfndsl/specification.rb".freeze, "lib/cfndsl/types.rb".freeze, "lib/cfndsl/update_policy.rb".freeze, "lib/cfndsl/version.rb".freeze, "lib/deep_merge/core.rb".freeze, "lib/deep_merge/deep_merge.rb".freeze, "sample/autoscale.rb".freeze, "sample/autoscale.template".freeze, "sample/autoscale2.rb".freeze, "sample/circular.rb".freeze, "sample/codedeploy.rb".freeze, "sample/config_service.rb".freeze, "sample/ecs.rb".freeze, "sample/export.rb".freeze, "sample/iam_policies.rb".freeze, "sample/import.rb".freeze, "sample/lambda.rb".freeze, "sample/s3.rb".freeze, "sample/t1-extra.yaml".freeze, "sample/t1.rb".freeze, "sample/t1.yaml".freeze, "sample/vpc_example.rb".freeze, "sample/vpc_with_vpn_example.rb".freeze, "spec/aws/ec2_security_group_spec.rb".freeze, "spec/aws/ecs_task_definition_spec.rb".freeze, "spec/aws/iam_managed_policy_spec.rb".freeze, "spec/aws/kms_alias_spec.rb".freeze, "spec/aws/list_type_patches_spec.rb".freeze, "spec/aws/logs_log_group_spec.rb".freeze, "spec/aws/nested_arrays_spec.rb".freeze, "spec/aws/rds_db_instance_spec.rb".freeze, "spec/aws/serverless_spec.rb".freeze, "spec/cfndsl_spec.rb".freeze, "spec/cli_spec.rb".freeze, "spec/cloud_formation_template_spec.rb".freeze, "spec/condition_spec.rb".freeze, "spec/deep_merge_spec.rb".freeze, "spec/direct_ruby_spec.rb".freeze, "spec/external_parameters_spec.rb".freeze, "spec/fixtures/condition-assertion.json".freeze, "spec/fixtures/params.json".freeze, "spec/fixtures/params.yaml".freeze, "spec/fixtures/params_struct1.yaml".freeze, "spec/fixtures/params_struct2.yaml".freeze, "spec/fixtures/rule-assertion.json".freeze, "spec/fixtures/serverless-api.json".freeze, "spec/fixtures/serverless-function.json".freeze, "spec/fixtures/test.rb".freeze, "spec/generate_spec.rb".freeze, "spec/jsonable_spec.rb".freeze, "spec/metadata_spec.rb".freeze, "spec/names_spec.rb".freeze, "spec/output_spec.rb".freeze, "spec/plurals_spec.rb".freeze, "spec/resource_name_spec.rb".freeze, "spec/resources_spec.rb".freeze, "spec/rule_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_examples/orchestration_template.rb".freeze, "spec/transform_spec.rb".freeze, "spec/types_definition_spec.rb".freeze] s.homepage = "https://github.com/cfndsl/cfndsl".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "AWS Cloudformation DSL".freeze s.test_files = ["spec/aws/ec2_security_group_spec.rb".freeze, "spec/aws/ecs_task_definition_spec.rb".freeze, "spec/aws/iam_managed_policy_spec.rb".freeze, "spec/aws/kms_alias_spec.rb".freeze, "spec/aws/list_type_patches_spec.rb".freeze, "spec/aws/logs_log_group_spec.rb".freeze, "spec/aws/nested_arrays_spec.rb".freeze, "spec/aws/rds_db_instance_spec.rb".freeze, "spec/aws/serverless_spec.rb".freeze, "spec/cfndsl_spec.rb".freeze, "spec/cli_spec.rb".freeze, "spec/cloud_formation_template_spec.rb".freeze, "spec/condition_spec.rb".freeze, "spec/deep_merge_spec.rb".freeze, "spec/direct_ruby_spec.rb".freeze, "spec/external_parameters_spec.rb".freeze, "spec/fixtures/condition-assertion.json".freeze, "spec/fixtures/params.json".freeze, "spec/fixtures/params.yaml".freeze, "spec/fixtures/params_struct1.yaml".freeze, "spec/fixtures/params_struct2.yaml".freeze, "spec/fixtures/rule-assertion.json".freeze, "spec/fixtures/serverless-api.json".freeze, "spec/fixtures/serverless-function.json".freeze, "spec/fixtures/test.rb".freeze, "spec/generate_spec.rb".freeze, "spec/jsonable_spec.rb".freeze, "spec/metadata_spec.rb".freeze, "spec/names_spec.rb".freeze, "spec/output_spec.rb".freeze, "spec/plurals_spec.rb".freeze, "spec/resource_name_spec.rb".freeze, "spec/resources_spec.rb".freeze, "spec/rule_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_examples/orchestration_template.rb".freeze, "spec/transform_spec.rb".freeze, "spec/types_definition_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q<bundler>.freeze, ["~> 2.2".freeze]) s.add_runtime_dependency(%q<hana>.freeze, ["~> 1.3".freeze]) end