cloudformation-tool 1.5.18 → 1.5.19
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b28a7b2fb0392256d47906dc9ded2b29dd967fd6f47caa122e353f175871435
|
4
|
+
data.tar.gz: 26c2e1ac7f2e63d95ba36a41de5fe3049816855d61872a84a0caf13e2fe2ddf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a3a556ea06d27db7ba7cbd74e818cd32534bb873d700c3d8af91b4a8fa42222d86876507c8cdfd67750d150d0297323933f2896b592dfaf06a40225c0b74e91
|
7
|
+
data.tar.gz: ec3b254d3f0fc493a5d4cd832559203434133bfd3f8048dbdb3d330aacc2b16ada30364508ee6a1b0b542e5cb377f11e20e5d4459a72fd45fd58e422fd4599d3
|
@@ -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.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oded Arbel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: base64
|