cocoapods-modularization 0.2.5 → 0.2.6

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: ec0c25e5e2dd443ebac5041a50328d19289d952c50b0790f6d6f4364ec5ab537
4
- data.tar.gz: ca48ce09723e315b8f947f8f8a5eac3443a0b8932a95ede6b63fe521d85147f6
3
+ metadata.gz: f7839de2985e7d19de49f4c5664189c59ccc72ee8f783fa6fb7a77928caf9cd9
4
+ data.tar.gz: 693e7d44750f8f1872f8fb1f6476df09cabdf1daf98f0df7537ff494e8b82bd1
5
5
  SHA512:
6
- metadata.gz: 9145146bf9136111c25ed4fda7f5043a4e7844530ff5935f1e3f8e543b615e7e5a2f152ccee77c23af5273c82ea7fe092fa2bfa32aa61f8d21d6395551551762
7
- data.tar.gz: 0fe88e93434e9afcb712a83ca0b6126ca9d1bc1444f27489e8280d4400fb30cb60a39b577142bc79c4e24817ad3d1e0acd9cad90bb34cb580c7252eb86b6ec09
6
+ metadata.gz: 63dc94ba88df03193e1e3298e7508cc6edab857f034ea889826263f2a61b0a8c6b2cfd567ebf0af4f0ce5c374d6c39881990a79e6169f9a005398156b0b9cce1
7
+ data.tar.gz: 07cf8a7a26dd4fc1921069fef617c227d2c9568a67cb99cfb541c4fc31176f814367d6c42e96277402aff097776f197a017470607951dcae77c7a42c6a0a9364
@@ -18,7 +18,7 @@ module Pod
18
18
  end
19
19
 
20
20
  def initialize(argv)
21
- @binary = argv.flag?('local')
21
+ @binary = argv.flag?('binary-only')
22
22
  super
23
23
  end
24
24
 
@@ -32,7 +32,7 @@ module Pod
32
32
  FileUtils.rm_rf(build_path)
33
33
  end
34
34
 
35
- `git clone https://gitlab.appshahe.com/ios-specs/template.git .build`
35
+ `git clone git@gitlab.appshahe.com:shared-specs/template.git .build`
36
36
 
37
37
  unless File.exist?("#{Dir.pwd}/.build")
38
38
  puts "./.build not found"
@@ -1,3 +1,3 @@
1
1
  module CocoapodsModularization
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-modularization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazy