EXtremeZip 2022.2.21 → 2022.2.22
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 +4 -4
- data/lib/extremezip.zzaqsv.rb +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da998c51added74a4ed2c3aad2e8ceb768152b7255f9807d92703dc503485b71
|
4
|
+
data.tar.gz: 6bf1557f7c8a52c6c065cac5a7c70374202c60170bd0717fb2db100540a22c8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba80a4d83712386988790d45ae7916b52cba1107f7a7bef496fba3e948af2d50c57f5cae95530df2e65cb13efc869bf5e71fe701b84af28b69fd2b4eac321000
|
7
|
+
data.tar.gz: 1a9cd925dbfc6624d02bfe2861072fd8c78d87ee9f2762ee6cc56fcbcaff4ffcc09cc7e2b139c4884e111770577f0b4fd43471a5605b27073f76d495680c9179
|
data/lib/extremezip.zzaqsv.rb
CHANGED
@@ -110,7 +110,7 @@ class ExtremeZip
|
|
110
110
|
puts wholeCbor # Debug
|
111
111
|
puts wholeCbor.inspect # Debug
|
112
112
|
|
113
|
-
stamp
|
113
|
+
stamp = wholeCbor['timestamp'].to_i # 获取时间戳
|
114
114
|
#stamp = wholeCbor.try(:[], 'timestamp') # 获取时间戳
|
115
115
|
|
116
116
|
|
@@ -128,11 +128,15 @@ class ExtremeZip
|
|
128
128
|
def exz(rootPath)
|
129
129
|
timestampTHreshold, fileExists=loadStamp(rootPath) # 读取时间戳阈值。
|
130
130
|
|
131
|
+
puts "threshold: #{timestampTHreshold}" # Debug
|
132
|
+
|
131
133
|
#陈欣
|
132
134
|
|
133
135
|
if (timestampTHreshold > 0) # 有效的时间戳
|
134
136
|
@clipDownloader.timestampThreshold=timestampTHreshold # 设置文件时间戳阈值。
|
135
137
|
end #if (timestampTHreshold > 0) # 有效的时间戳
|
138
|
+
|
139
|
+
puts "threshold vfs: #{@clipDownloader.timestampThreshold}" # Debug
|
136
140
|
|
137
141
|
if fileExists # 存在文件,则表明将要发生增量压缩
|
138
142
|
@wholeCbor['incremental']=true # 是增量压缩。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: EXtremeZip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2022.2.
|
4
|
+
version: 2022.2.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hxcan Cai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cod
|