cloudformation-tool 1.5.20 → 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b03dcf87c0e2624b175617f9be7bdb7fa578ad2e6456dbca5c0c322f79cd986
|
4
|
+
data.tar.gz: 65f22b87544bf8ddb4eda12547b6e8573a80c3b51941589cb694fe798e006532
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
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
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oded Arbel
|
@@ -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: '
|
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: '
|
180
|
+
version: '3'
|
181
181
|
description:
|
182
182
|
email: oded.arbel@greenfieldtech.net
|
183
183
|
executables:
|