cfndsl 1.7.2 → 1.7.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/cfndsl/aws/patches/500_IPAMPrefixListResolver_Tag_patch.json +30 -0
- data/lib/cfndsl/aws/resource_specification.json +50501 -7562
- data/lib/cfndsl/version.rb +1 -1
- metadata +4 -3
data/lib/cfndsl/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.7.3
|
|
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:
|
|
13
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -73,6 +73,7 @@ files:
|
|
|
73
73
|
- lib/cfndsl/aws/patches/500_BadTagsv13.0.0_patch.json
|
|
74
74
|
- lib/cfndsl/aws/patches/500_BadTagsv16.2.0_patch.json
|
|
75
75
|
- lib/cfndsl/aws/patches/500_Cognito_IdentityPoolRoleAttachment_patches.json
|
|
76
|
+
- lib/cfndsl/aws/patches/500_IPAMPrefixListResolver_Tag_patch.json
|
|
76
77
|
- lib/cfndsl/aws/patches/500_IoT1Click_patch_PlacementTemplate_DeviceTemplates.json
|
|
77
78
|
- lib/cfndsl/aws/patches/500_NetworkAclEntry_patch.json
|
|
78
79
|
- lib/cfndsl/aws/patches/500_SAM_Serverless_Function_S3Event_Events_patch.json
|
|
@@ -191,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
191
192
|
- !ruby/object:Gem::Version
|
|
192
193
|
version: '0'
|
|
193
194
|
requirements: []
|
|
194
|
-
rubygems_version: 3.6.
|
|
195
|
+
rubygems_version: 3.6.9
|
|
195
196
|
specification_version: 4
|
|
196
197
|
summary: AWS Cloudformation DSL
|
|
197
198
|
test_files:
|