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: c1867f7dfd75baca9665346189538e0e163dc02fed289c86c0bb5cf4f1a4ef0b
4
- data.tar.gz: 273b829da8d9028c11c4e12a5b62450564390c3dd578e87a38352a4c974f20d8
3
+ metadata.gz: a6295510b3dce7b1d1e381cc65b0f05dfec7976553f832e266b1fdfcaa28b163
4
+ data.tar.gz: 2680752954d5e74d52037660a37d8ab79747a2a9ff1dd8466853c5706cc44d36
5
5
  SHA512:
6
- metadata.gz: d342f815f27ebdf91df95cb5970ec0a75b37c251e988f0e549d00a25e22028cf1ecd47ed6d9c280511171966cb062d3ac46ebfc7ad8246354a9d3e5a5f25f20c
7
- data.tar.gz: 25fb6d4fc2fe0309e4aea0503cf01ae2d90e6089d89d273083a91e6282b7dd11a61fd038c8e18d96ed8faf6c033c1fff198a83a45364b577e56da18548261aaa
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
- 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}"
@@ -16,6 +16,15 @@ module CloudFormationTool
16
16
  @seenev = Set.new
17
17
  @watch_timeouts = 0
18
18
  @nested_stacks = Hash[]
19
+ @region = nil
20
+ end
21
+
22
+ def region=(region)
23
+ $__region = @region = region
24
+ end
25
+
26
+ def region
27
+ @region
19
28
  end
20
29
 
21
30
  def delete
@@ -1,3 +1,3 @@
1
1
  module CloudFormationTool
2
- VERSION = '1.5.18'
2
+ VERSION = '1.5.20'
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.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: 2024-10-08 00:00:00.000000000 Z
11
+ date: 2025-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64