cocoapods-modularization 0.0.8 → 0.0.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
  SHA256:
3
- metadata.gz: 28c0053bcf866eb1e608b3567e2665b12679b1d8349805658b77883fdc6da9f5
4
- data.tar.gz: e1a97d843433bfc31bedace340fb42d29380cd0141ffaeaa122d7c87c6e26f7c
3
+ metadata.gz: dee12d6bf89d2080866eda1d8b3874540b42543ac5c0c4e152712601b2184be9
4
+ data.tar.gz: 9f58ed706518c4ede6e02380788b7fbf5593fa7cc8fb3566622d9a68a68a4aa5
5
5
  SHA512:
6
- metadata.gz: 5c120ee96da859502938d0c8bd0402c64234036085bc855eed4b705776120458f8e1df0315b8d2d6e26c4c76558472f18e6243ecd9f9c4d868b3e7918b95b7cc
7
- data.tar.gz: 4a1d95d8ea73a0e87bf5ad34e8c599bdd9501116bfbb73da2a17747ba451c40900a34fea7db12e1d6277653075ace79038d9d6fc33a81a995bfc3394461a3002
6
+ metadata.gz: 5c8305419f53ec1ba079f7f2f821c3d36d7878eab84832c9054b1027e1e41a37e2fe998743b5d1e05aff83c0e3435af2e4677779276573509e7dca11a2861baf
7
+ data.tar.gz: 03ac4e27ec91dae661a666981516d3a73e6488fe72bd3145a4772ef31d61670a5164b7343c3ad5439605e8c88b02b39047bb846d634297045994a74683fa4a9f
@@ -1,3 +1,3 @@
1
1
  module CocoapodsModularization
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -121,7 +121,7 @@ module Pod
121
121
  binary = dependency_data[MetaConstants.binary_key]
122
122
  source_url = dependency_data[MetaConstants.source_key]
123
123
 
124
- if binary && source_url == Private::PrivateCache.source_repo_url
124
+ if binary && (source_url == Private::PrivateCache.source_repo_url || source_url == nil)
125
125
  source_url = Private::PrivateCache.binary_repo_url
126
126
  else
127
127
  source_url ||= Private::PrivateCache.source_repo_url
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.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-15 00:00:00.000000000 Z
11
+ date: 2022-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler