cfn_camelizer 0.4.9 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7878767f6155b12113a203d0efd30a96008334fa04135ad336045e51423d4a76
4
- data.tar.gz: 708442fd1697a05965760ecbbc78800ae4d45830e38ab585a69d0d23bc1d4506
3
+ metadata.gz: e1fbedc74e9e1262d04dfb630f66431191c30b28477dd0ef1c2719c4833bf44f
4
+ data.tar.gz: f74314e8fdd12cee65856459ab91b4e4d7195608ef91664344bdd8ec172b2ddd
5
5
  SHA512:
6
- metadata.gz: af96e347dd6d1589dadbc1a54bf437dfad2b6bd1b18f8a2e24cb2ff0e7a3e7fc41b54c10935378b289b48842156f97552300c97ab892466f98c85c2541687dce
7
- data.tar.gz: c47070a2f82dfc04a47c76ea7752fc779153bbaf094369fd991966ca521c99b43f706d8ae92ed73da177daa68e04aaa31c556e9a8171ff80b7ee315308ee7b5e
6
+ metadata.gz: 8a5c20a4c7e766f0a5ee9261c596478ae0230b6c335d821b9f24ba6b484ff63f001a2b544ac24fc3372f28b2b4e6642ca3baa48684c632b52adf35f5e463dd3e
7
+ data.tar.gz: be25459205a4b5e590a1f888aa5d2dfe4826d0e2d7fa416cf8961f4162df624b451c6bfc66d21f17802f9d25b01ddbe25903f74f2d96311ea414b034f4fa5540
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [0.5.0] - 2023-12-20
7
+ - add Tags to passthrough keys
8
+
6
9
  ## [0.4.9]
7
10
  - add Route53 DNSName rule
8
11
 
data/lib/camelizer.yml CHANGED
@@ -59,6 +59,7 @@ resource_keys: # specific to resource types
59
59
  passthrough_parent_keys:
60
60
  - AWS::CloudFormation::Init # configSets https://amzn.to/33iPI2Y
61
61
  - Fn::Sub # https://amzn.to/2HKwxri
62
+ - Parameters # AWS::RDS::DBClusterParameterGroup Parameters property
62
63
  - ResponseParameters # API Gateway MethodResponse https://amzn.to/2HKw0Wk
64
+ - Tags
63
65
  - Variables # Lambda Environment Variables https://amzn.to/2HLlttV
64
- - Parameters # AWS::RDS::DBClusterParameterGroup Parameters property
@@ -1,3 +1,3 @@
1
1
  class CfnCamelizer
2
- VERSION = "0.4.9"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfn_camelizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-05 00:00:00.000000000 Z
11
+ date: 2023-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  - !ruby/object:Gem::Version
135
135
  version: '0'
136
136
  requirements: []
137
- rubygems_version: 3.1.2
137
+ rubygems_version: 3.4.20
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Cfn Camelizer