cocoapods-bin 0.1.4 → 0.1.5

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: 0e580c3fead967fc79f820b7ea66efb9cb9835d3
4
- data.tar.gz: aa831c68d40e77658233aff803294a3cbe782ef6
3
+ metadata.gz: 65d08af47b30b6bf52fa55faf560a3a804383abf
4
+ data.tar.gz: 1d86924b575cdff5ae276bbded15d79c7c50d5df
5
5
  SHA512:
6
- metadata.gz: d1181c2b3c1d275bb67d343284c4044b57fbb251bbd6b10cfb329d05bcc0f8df7658768cf04611a844656cf013cb8b337bd0a82410b44d6fdc92fff180ce637d
7
- data.tar.gz: 873fb64442e21449a6199eacae46a56787fe152bc94587c3fd2e01cfd3f68a1420d94d8355fe1378fd1520a4fa852098c763d67fbe67a0e10355bf110972956f
6
+ metadata.gz: d19aa1e4e3909aef924e3a1ae6d030e92e4621c2c2cb1dd5cd1561e9ea7d4c34a4f21f7f5b07f84a844747e24fa296ec5aa952cbddb5acbc1e00c2a66aa34512
7
+ data.tar.gz: 9c2a21d5130d72e130a58a6d7d5fb4bfe937bb7898a09f810c3af8f1694057ad30d9f7e9ba03059faa483491bc1720ac0493a8395b0881a9809f73d286effed1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-bin (0.1.4)
4
+ cocoapods-bin (0.1.5)
5
5
  cocoapods (~> 1.4)
6
6
  parallel
7
7
 
@@ -1,5 +1,5 @@
1
1
  require 'cocoapods-bin/config/config'
2
- require 'cocoapods-bin/native'
2
+ require 'cocoapods-bin/native/podfile'
3
3
 
4
4
  module Pod
5
5
  class Command
@@ -1,5 +1,5 @@
1
1
  require 'cocoapods-bin/config/config'
2
- require 'cocoapods-bin/native'
2
+ require 'cocoapods-bin/native/podfile'
3
3
 
4
4
  module Pod
5
5
  class Command
@@ -1,5 +1,5 @@
1
1
  require 'cocoapods-bin/config/config'
2
- require 'cocoapods-bin/native'
2
+ require 'cocoapods-bin/native/podfile'
3
3
 
4
4
  module Pod
5
5
  class Command
@@ -1,5 +1,5 @@
1
1
  module CBin
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
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-14 00:00:00.000000000 Z
11
+ date: 2019-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel