ZYPodWings 1.0.1 → 1.0.2
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/ZYPodWings.rb +1 -0
- 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: e9c8a8646294f9d5219d6026a4f7ea97a8077d8a95f5666d0686454fa9519b1c
|
4
|
+
data.tar.gz: 07db3ec91f455d22683fd4398142b209ed83166933bf434fb07efc1da753cf30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b1dcc4950a0c2b53afbb3bab723c82b9cb041d52293e96b4a223f52853001e825486da981c93ff2d34a9ceade9927310b0ea76241e615e55fc3f235a3e7cfc4
|
7
|
+
data.tar.gz: 3cba6c8f80d66abd17d8546308411f8d1e0824426292b564a812dab891bdde01be5d08c4eee066eea8c8b2013d66fe1a1c34591b63e7a1d406ca0244e1da321e
|
data/lib/ZYPodWings.rb
CHANGED
@@ -193,6 +193,7 @@ def pod_config(params={"file_name" => "podConfig.json", "update_to_last" => true
|
|
193
193
|
if not File.exist? json_file_path
|
194
194
|
puts "找不到#{file_name} 文件,pod_config 已提前结束"
|
195
195
|
return
|
196
|
+
end
|
196
197
|
# 更新json文件(若有必要)
|
197
198
|
if need_update_to_last
|
198
199
|
update_pod_list(json_file_path)
|