cocoapods-modularization 0.5.0 → 0.6.0

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: 56537d38322e4052df931fb49411ae622d97a11739ef53edc414bfc08e6f55c1
4
- data.tar.gz: 52e5d74e0403f1b67438ff4cd6974f1d266a2204d751ab28b414aa8e3cf0a9dd
3
+ metadata.gz: c242b3d7dc59181da16ea13b04276f120b994885bc551a12e519a40bb1994058
4
+ data.tar.gz: aae782b40f172d876038f9bce9ff88df4d08ca2429ac1d2988ddfef5c17891e0
5
5
  SHA512:
6
- metadata.gz: da8df3c05c0b37d9fcae59445b52a24f53d2bd43f4aff04b096ff3b4260048e1fca9d444362436b35933c611d70cdf12e69d25b9ab412f87b920e8dd77a3ccf8
7
- data.tar.gz: 5acc32106f62cce5c781012ebd3e28a49da5ea4776e826e39177c5b07cc69c8a3704ec4a9e131787070b19abbeab98127e66cda22977f06cefcdda7dd0de58c6
6
+ metadata.gz: b810af644f5ae19770738af31930bf901f8601a0e26dad3e5b4c4e95cc7a7987a051184cd87a7c53dbf5261430ab87396b555e40019c96d765323e6508256375
7
+ data.tar.gz: 6225197b3c5d916a3e253a43ee2a960c450004ab47f47dcc5742eee94b0d714c90c177a63fd1ce60566a6036c94e7ded43a5c4c5c341bac940d8965448f97476
@@ -1,3 +1,3 @@
1
1
  module CocoapodsModularization
2
- VERSION = "0.5.0"
2
+ VERSION = "0.6.0"
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
- if !enable_branch || !podfile_local_hash.empty?
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.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-15 00:00:00.000000000 Z
11
+ date: 2024-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler