cloudformation-tool 1.5.18 → 1.5.20
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6295510b3dce7b1d1e381cc65b0f05dfec7976553f832e266b1fdfcaa28b163
|
4
|
+
data.tar.gz: 2680752954d5e74d52037660a37d8ab79747a2a9ff1dd8466853c5706cc44d36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff54ae51b6b62895e759f1740b80cf9bfdd6489f21ded11d9c358a1b7617248fe7f03279123151c3be71ac36ff8f0e70e86498d960a36fdc28969e7ce06b7068
|
7
|
+
data.tar.gz: 45c99becf8501ee9030c4047a53e61fda0f3dd04bf9b3c7791fcc105b7b51ec37b7f386b216c5622b0a35f54e4dd01f3b0660360788b866327decd688c5d482f
|
@@ -137,7 +137,7 @@ module CloudFormationTool
|
|
137
137
|
response
|
138
138
|
when Net::HTTPRedirection then
|
139
139
|
location = response['location']
|
140
|
-
|
140
|
+
_debug "redirected to #{location}"
|
141
141
|
fetch_from_url_real(location, limit - 1)
|
142
142
|
else
|
143
143
|
raise CloudFormationTool::Errors::AppError, "Error downloading #{url}: #{response.value}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudformation-tool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oded Arbel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: base64
|