VictoriaFreSh 2022.2.19 → 2022.2.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 +4 -4
- data/lib/victoriafresh.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 858f913baefa07976884fe157551cd49be5afed8350a25d7b80b0bf721c3651b
|
4
|
+
data.tar.gz: 1b3ec78d1870b2c80e55dff66a75a8fbc3ab090f7b98fbbe015cc7021dd7f494
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a31d07ec88d16ef521967358af884dafc8fa94b6a9c1cfac4717b6e6a6df4a209ee999ecb4ee9cc7e4ce07b299f1676e601274048f0042e436c41b2208dc012
|
7
|
+
data.tar.gz: 4f16f1a94a499726e2aa6e9139866e6a794b78fd13a3ea4f2f7196ff92fdc5c38d5168fd7a79f39b374e1f10a5ecbe723325c641a9217c4b0a9d1d478a547077
|
data/lib/victoriafresh.rb
CHANGED
@@ -377,7 +377,7 @@ class VictoriaFresh
|
|
377
377
|
current_paragraph
|
378
378
|
end
|
379
379
|
|
380
|
-
def timestampTooEarly(subFile)
|
380
|
+
def timestampTooEarly(subFile) # 是否文件时间过早。
|
381
381
|
result=false # 结果。
|
382
382
|
directoryPathName=subFile # 获取路径对象。
|
383
383
|
#isFile=directoryPathName.file? #是否是文件。
|