cocoapods-modularization 0.1.3 → 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
  SHA256:
3
- metadata.gz: 48264671567eccfd0a557b8e00460d7da64b48a33214a0793e67191f2dcc0dfd
4
- data.tar.gz: 32acba98d72835ec9bbde18c5056c6c6f6106b3bba04022d2b8a06e23c04617a
3
+ metadata.gz: 2e40440ac85c3f76d60897b6d8541c0515aef17bb50433f9f0f9aef676c13dd9
4
+ data.tar.gz: 348cbc0824c49d346d089b67309e7ec1857c728d39c59a725703ed2731acbe8b
5
5
  SHA512:
6
- metadata.gz: 5152cea68cd6a891eb728e86bb24a0410d8ef177ebb6d32f6186d6e7d1d6eb29e7724d07dba139eb7084362d58892e48f4f0648836776ee677f6deba94ca5e14
7
- data.tar.gz: e748fa6b212197fcef5b1d589b4b7141f2c909f81ac8021bad23d8d19918f407c193f3afb53c73e72cf9e2bfee0b499b5d25420852dc34f327f6538836bc6624
6
+ metadata.gz: aef11d2042692d62afc5bf45b38e857d8568c091be639f6c2dd691072453e9218434d95a796b6124abefbbb2134598852a126e0ab5ab92493ae1e3c38e8ad3dd
7
+ data.tar.gz: 14a49245d80bc7996f9ae843353f2c939f855766737236faeed7863136459fb1f1d52cb32a1aa6670b5301818d0efe0cb9820c7e2d746341a7cbd18d73943220
@@ -26,7 +26,7 @@ module Pod
26
26
  end
27
27
 
28
28
  def run
29
- `pod lib create #{@name} --template-url='http://gitlab.appshahe.com/ios-specs/template.git'`
29
+ `pod lib create #{@name} --template-url='https://gitlab.appshahe.com/ios-specs/template.git'`
30
30
  end
31
31
  end
32
32
  end
@@ -24,7 +24,7 @@ module Pod
24
24
  if File.exist?(build_path)
25
25
  FileUtils.rm_rf(build_path)
26
26
  end
27
- `git clone http://gitlab.appshahe.com/ios-specs/template.git .build`
27
+ `git clone https://gitlab.appshahe.com/ios-specs/template.git .build`
28
28
 
29
29
  unless File.exist?("#{Dir.pwd}/.build")
30
30
  puts "./.build not found"
@@ -1,3 +1,3 @@
1
1
  module CocoapodsModularization
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -27,7 +27,7 @@ module Pod
27
27
  podfile_local_hash = generate_yml_to_hash(podfile_local_path)
28
28
 
29
29
  # cache branch if local_path is set
30
- unless enable_branch
30
+ if !enable_branch || !podfile_local_hash.empty?
31
31
  branch_caches = Array.new
32
32
  podfile_local_hash.each do |key, value|
33
33
  next unless value.kind_of?(Hash)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-modularization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler