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: c1867f7dfd75baca9665346189538e0e163dc02fed289c86c0bb5cf4f1a4ef0b
4
- data.tar.gz: 273b829da8d9028c11c4e12a5b62450564390c3dd578e87a38352a4c974f20d8
3
+ metadata.gz: 3b28a7b2fb0392256d47906dc9ded2b29dd967fd6f47caa122e353f175871435
4
+ data.tar.gz: 26c2e1ac7f2e63d95ba36a41de5fe3049816855d61872a84a0caf13e2fe2ddf9
5
5
  SHA512:
6
- metadata.gz: d342f815f27ebdf91df95cb5970ec0a75b37c251e988f0e549d00a25e22028cf1ecd47ed6d9c280511171966cb062d3ac46ebfc7ad8246354a9d3e5a5f25f20c
7
- data.tar.gz: 25fb6d4fc2fe0309e4aea0503cf01ae2d90e6089d89d273083a91e6282b7dd11a61fd038c8e18d96ed8faf6c033c1fff198a83a45364b577e56da18548261aaa
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
- debug "redirected to #{location}"
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}"
@@ -1,3 +1,3 @@
1
1
  module CloudFormationTool
2
- VERSION = '1.5.18'
2
+ VERSION = '1.5.19'
3
3
  end
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.18
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-08 00:00:00.000000000 Z
11
+ date: 2024-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64