cfn_camelizer 0.4.9 → 0.6.1

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: 9f384b185345bccc4821f2172a94233d39a344425085c597f6329cc82634ab1d
4
+ data.tar.gz: 313a6e7f9400c79917f1e33d60f8e9b08397f379091f9142363db91c4067a98c
5
5
  SHA512:
6
- metadata.gz: af96e347dd6d1589dadbc1a54bf437dfad2b6bd1b18f8a2e24cb2ff0e7a3e7fc41b54c10935378b289b48842156f97552300c97ab892466f98c85c2541687dce
7
- data.tar.gz: c47070a2f82dfc04a47c76ea7752fc779153bbaf094369fd991966ca521c99b43f706d8ae92ed73da177daa68e04aaa31c556e9a8171ff80b7ee315308ee7b5e
6
+ metadata.gz: c05963408be1cf19ab0eb109f22d95cdae18a918b4d59219035a9766292ac43e3db9351c94bdba82f4f1915348c04f8bd341f9ed7f3f971835d2b275584eb960
7
+ data.tar.gz: 9e94a14e78447f043ff1379190c00fad398956a22c6edda7c2c2cde7647e69da7e387f904ddc8e0708efcb921073b5adf0bb2bb7a0a785d4148f35880f7b2744
data/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.6.1] - 2024-04-18
7
+ - Revert "add Environment to passthrough"
8
+
9
+ ## [0.6.0] - 2024-04-15
10
+ - [#1](https://github.com/tongueroo/cfn_camelizer/pull/1) add Environment to passthrough
11
+
12
+ ## [0.5.0] - 2023-12-20
13
+ - add Tags to passthrough keys
14
+
6
15
  ## [0.4.9]
7
16
  - add Route53 DNSName rule
8
17
 
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.6.1"
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.6.1
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: 2024-04-18 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.19
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Cfn Camelizer