cfn_camelizer 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cfn_camelizer might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1fbedc74e9e1262d04dfb630f66431191c30b28477dd0ef1c2719c4833bf44f
4
- data.tar.gz: f74314e8fdd12cee65856459ab91b4e4d7195608ef91664344bdd8ec172b2ddd
3
+ metadata.gz: 5ac29ebac3c4cf894005800ee07c0f0414f3adb7a131505645bdba095836df74
4
+ data.tar.gz: 4bb909c9c0535aa6413ac0128ed24c4c9c75a7ff82d5c0eaadefb9a865593d53
5
5
  SHA512:
6
- metadata.gz: 8a5c20a4c7e766f0a5ee9261c596478ae0230b6c335d821b9f24ba6b484ff63f001a2b544ac24fc3372f28b2b4e6642ca3baa48684c632b52adf35f5e463dd3e
7
- data.tar.gz: be25459205a4b5e590a1f888aa5d2dfe4826d0e2d7fa416cf8961f4162df624b451c6bfc66d21f17802f9d25b01ddbe25903f74f2d96311ea414b034f4fa5540
6
+ metadata.gz: 4402646f20ab3c0071edd72879bbce4f712bda51673d617b129059c992031b6f69551dc3a4a69568a19e654fb00fe370b5a397f9e0c42b5e1c099a3e4ecbcbfb
7
+ data.tar.gz: bd03f6ae0cf51ac2c860e93738c0eb0851913f2e0598dced1728e11030a772e262f87bcd8a749055c2d743952807248c90c5f1a697566ef123916ea146d8f0e6
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.6.0] - 2024-04-15
7
+ - [#1](https://github.com/tongueroo/cfn_camelizer/pull/1) add Environment to passthrough
8
+
6
9
  ## [0.5.0] - 2023-12-20
7
10
  - add Tags to passthrough keys
8
11
 
data/lib/camelizer.yml CHANGED
@@ -63,3 +63,5 @@ passthrough_parent_keys:
63
63
  - ResponseParameters # API Gateway MethodResponse https://amzn.to/2HKw0Wk
64
64
  - Tags
65
65
  - Variables # Lambda Environment Variables https://amzn.to/2HLlttV
66
+ - Environment
67
+
@@ -1,3 +1,3 @@
1
1
  class CfnCamelizer
2
- VERSION = "0.5.0"
2
+ VERSION = "0.6.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.5.0
4
+ version: 0.6.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: 2023-12-20 00:00:00.000000000 Z
11
+ date: 2024-04-15 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.4.20
137
+ rubygems_version: 3.4.19
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Cfn Camelizer