cloudformation-tool 1.5.19 → 1.5.21

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: 3b28a7b2fb0392256d47906dc9ded2b29dd967fd6f47caa122e353f175871435
4
- data.tar.gz: 26c2e1ac7f2e63d95ba36a41de5fe3049816855d61872a84a0caf13e2fe2ddf9
3
+ metadata.gz: 2b03dcf87c0e2624b175617f9be7bdb7fa578ad2e6456dbca5c0c322f79cd986
4
+ data.tar.gz: 65f22b87544bf8ddb4eda12547b6e8573a80c3b51941589cb694fe798e006532
5
5
  SHA512:
6
- metadata.gz: 8a3a556ea06d27db7ba7cbd74e818cd32534bb873d700c3d8af91b4a8fa42222d86876507c8cdfd67750d150d0297323933f2896b592dfaf06a40225c0b74e91
7
- data.tar.gz: ec3b254d3f0fc493a5d4cd832559203434133bfd3f8048dbdb3d330aacc2b16ada30364508ee6a1b0b542e5cb377f11e20e5d4459a72fd45fd58e422fd4599d3
6
+ metadata.gz: fab50d710540eea00057c76adf1dd21851fbf8b4cd02e42c8aab0f0308b718bd95ab526fa27c9e1e4ca6f5bb649cb269d85c72f8fb49946821197cdc1d8eb72a
7
+ data.tar.gz: c53f91ac78233d6ada769a856dc4b7e8a66dfd1003cdc33e48e823e71a222ff574028f91e8534af05d72322de7749b3a594520435e91ba01ee77bbd64909a3ce
@@ -71,7 +71,7 @@ module CloudFormationTool
71
71
  rdir path do |ent|
72
72
  _debug "Deflating #{ent}"
73
73
  filepath = File.join(path,ent)
74
- zf.put_next_entry ::Zip::Entry.new(nil, ent, nil, nil, nil, nil, nil, nil, ::Zip::DOSTime.at(File.mtime(filepath).to_i))
74
+ zf.put_next_entry ::Zip::Entry.new(nil, ent, time: ::Zip::DOSTime.at(File.mtime(filepath).to_i))
75
75
  zf.write File.read(filepath)
76
76
  end
77
77
  end.string
@@ -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.19'
2
+ VERSION = '1.5.21'
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.19
4
+ version: 1.5.21
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-10 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
@@ -168,16 +168,16 @@ dependencies:
168
168
  name: rubyzip
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - ">="
171
+ - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: '0'
173
+ version: '3'
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - ">="
178
+ - - "~>"
179
179
  - !ruby/object:Gem::Version
180
- version: '0'
180
+ version: '3'
181
181
  description:
182
182
  email: oded.arbel@greenfieldtech.net
183
183
  executables: