VictoriaFreSh 2020.7.24 → 2020.7.25
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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 74c6d9e3ea4b7e2f0819ea05e66de48c258437afcfda6fdb29caa457904dd8ea
|
|
4
|
+
data.tar.gz: b107e0c0e2ef42955840c1b2e913dfa846e503f591866cd5926eaa85f47ecff4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 632c4d5b41920a607ec5c124c595bf8e6fcca505dcaa334a5b9f61916a0ef694b78e6b981a0b3d08b099973906bf24969ecb4a18a8db30b8b5b65c72a50b0c37
|
|
7
|
+
data.tar.gz: 2d5ce89f859b9ed5c4e33a43fdcfca2c1e0ab8ab2f647e4f36d85ec84ae1a7faa411e0356e860965d60ca90e7525be420053832d120cfb41bf66ec758ca86118
|
data/lib/victoriafresh.rb
CHANGED
|
@@ -13,7 +13,7 @@ class VictoriaFresh
|
|
|
13
13
|
end #def releaseFiles(victoriaFreshPackagedFile, contentString) #释放目录树
|
|
14
14
|
|
|
15
15
|
def writeFile(pathPrefix, packagedFile, contentString) #写入文件
|
|
16
|
-
victoriaFreshData=contentString[packagedFile.file_start_index, file_length] #获取内容
|
|
16
|
+
victoriaFreshData=contentString[packagedFile.file_start_index, packagedFile.file_length] #获取内容
|
|
17
17
|
|
|
18
18
|
victoriaFreshDataFile=File.new(pathPrefix + '/' + packagedFile.name , "wb") #数据文件。
|
|
19
19
|
victoriaFreshDataFile.syswrite(victoriaFreshData) #写入文件。
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: VictoriaFreSh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2020.7.
|
|
4
|
+
version: 2020.7.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hxcan Cai
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-07-
|
|
11
|
+
date: 2020-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: beefcake
|