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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ZYPodWings.rb +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d42632c0c5265d334971a54b5214c4cbad9b882d290904e07458a2c3ab3ab551
4
- data.tar.gz: e070317676659fbd2a9da9fd5466c6766dc72669400fe27463b802fa7b985472
3
+ metadata.gz: e9c8a8646294f9d5219d6026a4f7ea97a8077d8a95f5666d0686454fa9519b1c
4
+ data.tar.gz: 07db3ec91f455d22683fd4398142b209ed83166933bf434fb07efc1da753cf30
5
5
  SHA512:
6
- metadata.gz: 8718dde1d60516a0a57edf05259c4d919cd202f266dcf0af20ac35d027a59cbf0fc3cc178512b82329998d69c94a1af1c3c6025dbef2cb187a27d6a48552de2f
7
- data.tar.gz: 77f08cc9354bcc23ba5d08a4cfb978316ff33f1de1ed6366408cc31cc34668d4693a6f525ad5ff9af56fe1979df5668cb668e66f03f3cf412ae74ed9ce55fd24
6
+ metadata.gz: 3b1dcc4950a0c2b53afbb3bab723c82b9cb041d52293e96b4a223f52853001e825486da981c93ff2d34a9ceade9927310b0ea76241e615e55fc3f235a3e7cfc4
7
+ data.tar.gz: 3cba6c8f80d66abd17d8546308411f8d1e0824426292b564a812dab891bdde01be5d08c4eee066eea8c8b2013d66fe1a1c34591b63e7a1d406ca0244e1da321e
@@ -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)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ZYPodWings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wupengju