cocoapods-bb-PodAssistant 0.3.11.0 → 0.3.11.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c64174155b43b25df889bb156ee02467411ce11c89cf2ddb2e9471f8aa675fe2
4
- data.tar.gz: fcd75f2accb25d16a75ed2ea6d91fbbc2683632a528048b3a73c1aec8e94cb39
3
+ metadata.gz: 971e70a6988e79249d00c1ceaab66100569a9813a5d55ccf3ffdb1d8f8fe2183
4
+ data.tar.gz: 40e38c5cf1f4118a5773530715163ffb8201d3868ba39a0cc6e58b9c28d16096
5
5
  SHA512:
6
- metadata.gz: 1d15a10db7b21dae333ff26d0358633ab7bf92032c44188857d9c4db6adc358602fc5a32a82a5158809f3033ee2a75c8a0c3356de28f1e1666f77eac747e14fa
7
- data.tar.gz: 7be09e5bf0ad8a9a2489699a4c3be1c1009aaf0bf807fa30acc67f07e0b2fc4105ea2b3b03cac5e76e7caf3cc8b65ceca77d0a26a28499f04d322c599fc07a07
6
+ metadata.gz: 222c1d098ca82d2a80ae4f2131a53a4be7643ae4281375ca4d1255090c2e881371a6a2d60f9a8ff69f58b9c2ff716e12a480d4843bcf5a53a75578c42b345dd2
7
+ data.tar.gz: 637405ffdf27673035be531c77715ecdd8e5c3792bb5b4985c360d3af3052679955add2661432df1719406459133aba45fde69ed363ec39471d3ed826b5ccb88
@@ -8,11 +8,13 @@ module BB
8
8
 
9
9
  def initialize()
10
10
  file_path = customConfigPath
11
+ puts "开始解析打包机自定义配置 json:#{file_path}".yellow
11
12
  if file_exists?(customConfigPath)
12
- puts "开始解析打包机自定义配置 json:#{file_path}".yellow
13
13
  json_parser = BB::JsonParser.new(file_path)
14
14
  @json_data = json_parser.get_json_data
15
- puts "json数据:#{@json_data}"
15
+ puts "配置json数据:#{@json_data}"
16
+ else
17
+ puts "没有配置自定义数据"
16
18
  end
17
19
  end
18
20
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBbPodassistant
2
- VERSION = "0.3.11.0"
2
+ VERSION = "0.3.11.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-bb-PodAssistant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.11.0
4
+ version: 0.3.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - humin