cfndsl 1.7.3 → 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.
- checksums.yaml +4 -4
- data/.github/workflows/spec.yml +3 -5
- data/.gitignore +0 -1
- data/CHANGELOG.md +10 -2
- data/Gemfile +2 -0
- data/Gemfile.lock +214 -0
- data/lib/cfndsl/globals.rb +1 -1
- data/lib/cfndsl/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 268005d65264cd77b6d1ee484d420b5764b5e91b2639b401c096f690a7ae4c74
|
|
4
|
+
data.tar.gz: 00b454951578e911c7e898bfc5d62139ffe9c39077858f630af03dc7842294e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 951357fdada54e962a2948339eb4aa152820ef7751248e2d3fd7691e62dd002b8cf78ff62f0b7b241c6db58c2423a4cad75387446d9dc68a00933aa4f595d1e0
|
|
7
|
+
data.tar.gz: 4bd49161091c865041aedb787a62fac8771ab5e7f54389d8f501af8edc3d05e01c5548ef5b6a22669d26693ca0b46670c1845706a6dae246433097bfc493fd0a
|
data/.github/workflows/spec.yml
CHANGED
|
@@ -4,6 +4,8 @@ on:
|
|
|
4
4
|
push:
|
|
5
5
|
branches:
|
|
6
6
|
- "**"
|
|
7
|
+
env:
|
|
8
|
+
BUNDLE_FROZEN: "true"
|
|
7
9
|
jobs:
|
|
8
10
|
test:
|
|
9
11
|
|
|
@@ -14,15 +16,11 @@ jobs:
|
|
|
14
16
|
ruby-version: ['2.7', '3.1', '3.2', '3.3', '3.4']
|
|
15
17
|
|
|
16
18
|
steps:
|
|
17
|
-
- uses: actions/checkout@
|
|
19
|
+
- uses: actions/checkout@v4
|
|
18
20
|
- name: Set up Ruby ${{ matrix.ruby-version }}
|
|
19
21
|
uses: ruby/setup-ruby@v1
|
|
20
22
|
with:
|
|
21
23
|
ruby-version: ${{ matrix.ruby-version }}
|
|
22
24
|
bundler-cache: true
|
|
23
|
-
- name: Update system gems
|
|
24
|
-
run: gem update --system 3.4.22
|
|
25
|
-
- name: Install dependencies
|
|
26
|
-
run: bundle install
|
|
27
25
|
- name: Run tests
|
|
28
26
|
run: bundle exec rake
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [v1.7.4](https://github.com/cfndsl/cfndsl/tree/v1.7.4) (2026-07-07)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.7.
|
|
5
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.7.3...v1.7.4)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Update AWS specification URL to us-west-2 distribution [\#497](https://github.com/cfndsl/cfndsl/pull/497) ([tarunmenon95](https://github.com/tarunmenon95))
|
|
10
|
+
|
|
11
|
+
## [v1.7.3](https://github.com/cfndsl/cfndsl/tree/v1.7.3) (2026-02-25)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.7.2...v1.7.3)
|
|
6
14
|
|
|
7
15
|
**Merged pull requests:**
|
|
8
16
|
|
data/Gemfile
CHANGED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
cfndsl (1.8.0)
|
|
5
|
+
hana (~> 1.3)
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
activesupport (7.0.3)
|
|
11
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
12
|
+
i18n (>= 1.6, < 2)
|
|
13
|
+
minitest (>= 5.1)
|
|
14
|
+
tzinfo (~> 2.0)
|
|
15
|
+
addressable (2.8.0)
|
|
16
|
+
public_suffix (>= 2.0.2, < 5.0)
|
|
17
|
+
aruba (2.1.0)
|
|
18
|
+
bundler (>= 1.17, < 3.0)
|
|
19
|
+
childprocess (>= 2.0, < 5.0)
|
|
20
|
+
contracts (>= 0.16.0, < 0.18.0)
|
|
21
|
+
cucumber (>= 4.0, < 9.0)
|
|
22
|
+
rspec-expectations (~> 3.4)
|
|
23
|
+
thor (~> 1.0)
|
|
24
|
+
ast (2.4.2)
|
|
25
|
+
async (1.30.2)
|
|
26
|
+
console (~> 1.10)
|
|
27
|
+
nio4r (~> 2.3)
|
|
28
|
+
timers (~> 4.1)
|
|
29
|
+
async-http (0.56.6)
|
|
30
|
+
async (>= 1.25)
|
|
31
|
+
async-io (>= 1.28)
|
|
32
|
+
async-pool (>= 0.2)
|
|
33
|
+
protocol-http (~> 0.22.0)
|
|
34
|
+
protocol-http1 (~> 0.14.0)
|
|
35
|
+
protocol-http2 (~> 0.14.0)
|
|
36
|
+
traces (~> 0.4.0)
|
|
37
|
+
async-http-faraday (0.11.0)
|
|
38
|
+
async-http (~> 0.42)
|
|
39
|
+
faraday
|
|
40
|
+
async-io (1.33.0)
|
|
41
|
+
async
|
|
42
|
+
async-pool (0.3.10)
|
|
43
|
+
async (>= 1.25)
|
|
44
|
+
base64 (0.3.0)
|
|
45
|
+
brakeman (5.2.3)
|
|
46
|
+
builder (3.2.4)
|
|
47
|
+
childprocess (4.1.0)
|
|
48
|
+
concurrent-ruby (1.1.10)
|
|
49
|
+
console (1.15.3)
|
|
50
|
+
fiber-local
|
|
51
|
+
contracts (0.16.1)
|
|
52
|
+
cucumber (8.0.0)
|
|
53
|
+
builder (~> 3.2, >= 3.2.4)
|
|
54
|
+
cucumber-ci-environment (~> 9.0, >= 9.0.4)
|
|
55
|
+
cucumber-core (~> 11.0, >= 11.0.0)
|
|
56
|
+
cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
|
|
57
|
+
cucumber-gherkin (~> 23.0, >= 23.0.1)
|
|
58
|
+
cucumber-html-formatter (~> 19.1, >= 19.1.0)
|
|
59
|
+
cucumber-messages (~> 18.0, >= 18.0.0)
|
|
60
|
+
diff-lcs (~> 1.5, >= 1.5.0)
|
|
61
|
+
mime-types (~> 3.4, >= 3.4.1)
|
|
62
|
+
multi_test (~> 1.1, >= 1.1.0)
|
|
63
|
+
sys-uname (~> 1.2, >= 1.2.2)
|
|
64
|
+
cucumber-ci-environment (9.0.4)
|
|
65
|
+
cucumber-core (11.0.0)
|
|
66
|
+
cucumber-gherkin (~> 23.0, >= 23.0.1)
|
|
67
|
+
cucumber-messages (~> 18.0, >= 18.0.0)
|
|
68
|
+
cucumber-tag-expressions (~> 4.1, >= 4.1.0)
|
|
69
|
+
cucumber-cucumber-expressions (15.2.0)
|
|
70
|
+
cucumber-gherkin (23.0.1)
|
|
71
|
+
cucumber-messages (~> 18.0, >= 18.0.0)
|
|
72
|
+
cucumber-html-formatter (19.2.0)
|
|
73
|
+
cucumber-messages (~> 18.0, >= 18.0.0)
|
|
74
|
+
cucumber-messages (18.0.0)
|
|
75
|
+
cucumber-tag-expressions (4.1.0)
|
|
76
|
+
diff-lcs (1.5.0)
|
|
77
|
+
docile (1.4.0)
|
|
78
|
+
faraday (2.3.0)
|
|
79
|
+
faraday-net_http (~> 2.0)
|
|
80
|
+
ruby2_keywords (>= 0.0.4)
|
|
81
|
+
faraday-http-cache (2.3.0)
|
|
82
|
+
faraday (>= 0.8)
|
|
83
|
+
faraday-net_http (2.0.3)
|
|
84
|
+
ffi (1.15.5)
|
|
85
|
+
fiber-local (1.0.0)
|
|
86
|
+
github_changelog_generator (1.16.4)
|
|
87
|
+
activesupport
|
|
88
|
+
async (>= 1.25.0)
|
|
89
|
+
async-http-faraday
|
|
90
|
+
faraday-http-cache
|
|
91
|
+
multi_json
|
|
92
|
+
octokit (~> 4.6)
|
|
93
|
+
rainbow (>= 2.2.1)
|
|
94
|
+
rake (>= 10.0)
|
|
95
|
+
hana (1.3.7)
|
|
96
|
+
i18n (1.10.0)
|
|
97
|
+
concurrent-ruby (~> 1.0)
|
|
98
|
+
json (2.6.2)
|
|
99
|
+
mime-types (3.4.1)
|
|
100
|
+
mime-types-data (~> 3.2015)
|
|
101
|
+
mime-types-data (3.2022.0105)
|
|
102
|
+
minitest (5.15.0)
|
|
103
|
+
multi_json (1.15.0)
|
|
104
|
+
multi_test (1.1.0)
|
|
105
|
+
nio4r (2.7.5)
|
|
106
|
+
octokit (4.23.0)
|
|
107
|
+
faraday (>= 1, < 3)
|
|
108
|
+
sawyer (~> 0.9)
|
|
109
|
+
panolint (0.1.4)
|
|
110
|
+
brakeman (>= 4.8, < 6.0)
|
|
111
|
+
rubocop (>= 0.83, < 2.0)
|
|
112
|
+
rubocop-performance (~> 1.5)
|
|
113
|
+
rubocop-rails (~> 2.5)
|
|
114
|
+
rubocop-rake (~> 0.5)
|
|
115
|
+
rubocop-rspec (~> 2.0)
|
|
116
|
+
parallel (1.22.1)
|
|
117
|
+
parser (3.1.2.0)
|
|
118
|
+
ast (~> 2.4.1)
|
|
119
|
+
protocol-hpack (1.4.2)
|
|
120
|
+
protocol-http (0.22.6)
|
|
121
|
+
protocol-http1 (0.14.4)
|
|
122
|
+
protocol-http (~> 0.22)
|
|
123
|
+
protocol-http2 (0.14.2)
|
|
124
|
+
protocol-hpack (~> 1.4)
|
|
125
|
+
protocol-http (~> 0.18)
|
|
126
|
+
public_suffix (4.0.7)
|
|
127
|
+
racc (1.8.1)
|
|
128
|
+
rack (2.2.3.1)
|
|
129
|
+
rainbow (3.1.1)
|
|
130
|
+
rake (13.0.6)
|
|
131
|
+
regexp_parser (2.5.0)
|
|
132
|
+
rexml (3.2.5)
|
|
133
|
+
rspec (3.11.0)
|
|
134
|
+
rspec-core (~> 3.11.0)
|
|
135
|
+
rspec-expectations (~> 3.11.0)
|
|
136
|
+
rspec-mocks (~> 3.11.0)
|
|
137
|
+
rspec-core (3.11.0)
|
|
138
|
+
rspec-support (~> 3.11.0)
|
|
139
|
+
rspec-expectations (3.11.0)
|
|
140
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
141
|
+
rspec-support (~> 3.11.0)
|
|
142
|
+
rspec-mocks (3.11.1)
|
|
143
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
144
|
+
rspec-support (~> 3.11.0)
|
|
145
|
+
rspec-support (3.11.0)
|
|
146
|
+
rubocop (1.30.1)
|
|
147
|
+
parallel (~> 1.10)
|
|
148
|
+
parser (>= 3.1.0.0)
|
|
149
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
150
|
+
regexp_parser (>= 1.8, < 3.0)
|
|
151
|
+
rexml (>= 3.2.5, < 4.0)
|
|
152
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
|
153
|
+
ruby-progressbar (~> 1.7)
|
|
154
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
|
155
|
+
rubocop-ast (1.18.0)
|
|
156
|
+
parser (>= 3.1.1.0)
|
|
157
|
+
rubocop-performance (1.14.1)
|
|
158
|
+
rubocop (>= 1.7.0, < 2.0)
|
|
159
|
+
rubocop-ast (>= 0.4.0)
|
|
160
|
+
rubocop-rails (2.14.2)
|
|
161
|
+
activesupport (>= 4.2.0)
|
|
162
|
+
rack (>= 1.1)
|
|
163
|
+
rubocop (>= 1.7.0, < 2.0)
|
|
164
|
+
rubocop-rake (0.6.0)
|
|
165
|
+
rubocop (~> 1.0)
|
|
166
|
+
rubocop-rspec (2.11.1)
|
|
167
|
+
rubocop (~> 1.19)
|
|
168
|
+
ruby-progressbar (1.11.0)
|
|
169
|
+
ruby2_keywords (0.0.5)
|
|
170
|
+
sawyer (0.9.1)
|
|
171
|
+
addressable (>= 2.3.5)
|
|
172
|
+
faraday (>= 0.17.3, < 3)
|
|
173
|
+
simplecov (0.21.2)
|
|
174
|
+
docile (~> 1.1)
|
|
175
|
+
simplecov-html (~> 0.11)
|
|
176
|
+
simplecov_json_formatter (~> 0.1)
|
|
177
|
+
simplecov-html (0.12.3)
|
|
178
|
+
simplecov_json_formatter (0.1.4)
|
|
179
|
+
sys-uname (1.2.2)
|
|
180
|
+
ffi (~> 1.1)
|
|
181
|
+
thor (1.2.1)
|
|
182
|
+
timers (4.3.3)
|
|
183
|
+
traces (0.4.1)
|
|
184
|
+
trollop (2.9.10)
|
|
185
|
+
tzinfo (2.0.4)
|
|
186
|
+
concurrent-ruby (~> 1.0)
|
|
187
|
+
unicode-display_width (2.1.0)
|
|
188
|
+
yamllint (0.0.9)
|
|
189
|
+
trollop (~> 2)
|
|
190
|
+
|
|
191
|
+
PLATFORMS
|
|
192
|
+
arm64-darwin-21
|
|
193
|
+
arm64-darwin-23
|
|
194
|
+
arm64-darwin-25
|
|
195
|
+
ruby
|
|
196
|
+
x86_64-linux
|
|
197
|
+
|
|
198
|
+
DEPENDENCIES
|
|
199
|
+
aruba
|
|
200
|
+
base64
|
|
201
|
+
bundler (~> 2.2)
|
|
202
|
+
cfndsl!
|
|
203
|
+
github_changelog_generator
|
|
204
|
+
json
|
|
205
|
+
panolint
|
|
206
|
+
racc
|
|
207
|
+
rake
|
|
208
|
+
rspec
|
|
209
|
+
rubocop
|
|
210
|
+
simplecov
|
|
211
|
+
yamllint
|
|
212
|
+
|
|
213
|
+
BUNDLED WITH
|
|
214
|
+
2.3.15
|
data/lib/cfndsl/globals.rb
CHANGED
|
@@ -10,7 +10,7 @@ module CfnDsl
|
|
|
10
10
|
|
|
11
11
|
module_function
|
|
12
12
|
|
|
13
|
-
AWS_SPECIFICATION_URL = 'https://
|
|
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
|
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.
|
|
4
|
+
version: 1.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Jack
|
|
@@ -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
|