cocoapods-bin 0.1.8 → 0.1.9

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
  SHA1:
3
- metadata.gz: 07f8ba95794835cb8ee33536efaa8069c5856a5f
4
- data.tar.gz: 4795c7d6a12c6d97a9d7e2b8cbddcb276ced1443
3
+ metadata.gz: 902f182e8ae9120fa4b571887eafae385c120bff
4
+ data.tar.gz: 47f9faa87c0761830482b659753ef4d897e1f720
5
5
  SHA512:
6
- metadata.gz: 6b5e5e06b32c3f6a329327ce51b621ac9f498a21374be4ff799d46c7b8c047779e5c31dcb9cad2953d15ea4fb91f1b06889d13aa4cfcc7ecf799496a733aed0c
7
- data.tar.gz: fc59f11f0b49386a715c78547946d2688954844895650740f90074ae440281911f7e845279011f1571cc908254f6c86b75ff2103a4b2d183a25c07034ac3bc05
6
+ metadata.gz: 302b89b97b2f60d2717945dbb9d5f86e5d72ca34180839b5c79415b91d59b147192918083c0e129ef6ad12ce72d9c28926377c9962b2551f86893c1056db3afd
7
+ data.tar.gz: 101d2e031114643a146d4aea505b594a5ee5cc38233a86a55d896dc11ccf96ae5365ef2353d0f759260e072ffb5b126c31512cbdc00b7a56de9a572d84c07603
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-bin (0.1.8)
4
+ cocoapods-bin (0.1.9)
5
5
  cocoapods (~> 1.4)
6
6
  parallel
7
7
 
@@ -39,6 +39,8 @@ module Pod
39
39
  DESC
40
40
 
41
41
  def initialize(argv)
42
+ require 'cocoapods-bin/native'
43
+
42
44
  @help = argv.flag?('help')
43
45
  super
44
46
  end
@@ -1,5 +1,5 @@
1
1
  module CBin
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
4
4
 
5
5
  module Pod
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - tripleCC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-23 00:00:00.000000000 Z
11
+ date: 2019-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel