cocoapods-bb-bin 0.1.3 → 0.1.4

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: bfa99d11781fa490e65319ac92df2deaaafb3e3699083f85902dc92c0c27356f
4
- data.tar.gz: 20fce8c4f449fafbbf33eba9299339210345cc34cbe32f54719489f89a3ff96b
3
+ metadata.gz: 6b89f001104ecdb85f0dd860945910ad39e9f571f6a6cf6bfb80d7dbcb3651b5
4
+ data.tar.gz: 7b8527d71339c4c3eb0e44037e96e402578c524abe32e4a6e5656a251acbf87c
5
5
  SHA512:
6
- metadata.gz: 763267a56441687a3f66ef7fabebdfaba1e6548c803a18385091708c5db46053237300b244dd21ba4c27d054b050f793ab40b18bff723fa4d7a2209ac6d4ea87
7
- data.tar.gz: 79ea50813de7d687eef1e9acd95f21ce72b0dcdf18dde3116fb1c4610ac96d3fe2c1deec89964cd622442753f05cc7468e1f9feb4138db5e25951d25486448af
6
+ metadata.gz: 0efa752e40ced20e12331a10c9257b6af2699b3c113120f4fc03a1de0a232d0b4773ede729133bf420ad98f09c185a7a917356a969cf4206c9667eca01f609d6
7
+ data.tar.gz: f2c304f7f7cd5d8e547ddba78c00e2057d2c12de701c2699e700b94c1465bb65a97edb53d4d0b7e9d0bab1c348334d2ab9e0e88095290bb53ab7f0d31c1449c4
@@ -20,6 +20,7 @@ module CBin
20
20
  def load_build_config
21
21
  @white_pod_list = []
22
22
  @ignore_git_list = []
23
+ @ignore_http_list = []
23
24
  project_root = Pod::Config.instance.project_root
24
25
  path = File.join(project_root.to_s, 'BinArchive.json')
25
26
 
@@ -30,7 +31,7 @@ module CBin
30
31
  @ignore_git_list = config['ignore-git-list']
31
32
  UI.warn "====== ignore_git_list = #{@ignore_git_list}" if @ignore_git_list
32
33
  @ignore_http_list = config['ignore-http-list']
33
- UI.warn "====== ignore-http-list = #{@ignore-http-list}" if @ignore-http-list
34
+ UI.warn "====== ignore_http_list = #{@ignore_http_list}" if @ignore_http_list
34
35
  @xcode_build_name = config['xcode_build_path']
35
36
  @root_dir = config['root_dir'] unless config['root_dir'].nil?
36
37
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
 
6
6
  module Pod
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-bb-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - humin