cfndsl 1.7.2 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ module CfnDsl
10
10
 
11
11
  module_function
12
12
 
13
- AWS_SPECIFICATION_URL = 'https://d1uauaxba7bl26.cloudfront.net/%<version>s/gzip/CloudFormationResourceSpecification.json'
13
+ AWS_SPECIFICATION_URL = 'https://d201a2mn26r7lk.cloudfront.net/%<version>s/gzip/CloudFormationResourceSpecification.json'
14
14
  LOCAL_SPEC_FILE = File.expand_path('aws/resource_specification.json', __dir__)
15
15
 
16
16
  def disable_deep_merge
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CfnDsl
4
- VERSION = '1.7.2'
4
+ VERSION = '1.8.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfndsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
@@ -10,7 +10,7 @@ authors:
10
10
  - Greg Cockburn
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2025-01-21 00:00:00.000000000 Z
13
+ date: 1980-01-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -57,6 +57,7 @@ files:
57
57
  - ".rubocop.yml"
58
58
  - CHANGELOG.md
59
59
  - Gemfile
60
+ - Gemfile.lock
60
61
  - LICENSE
61
62
  - README.md
62
63
  - Rakefile
@@ -73,6 +74,7 @@ files:
73
74
  - lib/cfndsl/aws/patches/500_BadTagsv13.0.0_patch.json
74
75
  - lib/cfndsl/aws/patches/500_BadTagsv16.2.0_patch.json
75
76
  - lib/cfndsl/aws/patches/500_Cognito_IdentityPoolRoleAttachment_patches.json
77
+ - lib/cfndsl/aws/patches/500_IPAMPrefixListResolver_Tag_patch.json
76
78
  - lib/cfndsl/aws/patches/500_IoT1Click_patch_PlacementTemplate_DeviceTemplates.json
77
79
  - lib/cfndsl/aws/patches/500_NetworkAclEntry_patch.json
78
80
  - lib/cfndsl/aws/patches/500_SAM_Serverless_Function_S3Event_Events_patch.json
@@ -191,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
193
  - !ruby/object:Gem::Version
192
194
  version: '0'
193
195
  requirements: []
194
- rubygems_version: 3.6.2
196
+ rubygems_version: 3.6.9
195
197
  specification_version: 4
196
198
  summary: AWS Cloudformation DSL
197
199
  test_files: