cocoapods-tdf-bin 0.0.13 → 0.0.14
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 +4 -4
- data/lib/cocoapods-tdf-bin/gem_version.rb +1 -1
- data/lib/cocoapods-tdf-bin/native/resolver.rb +6 -9
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d58cea5d61fb520ad758e073c7a48ae4aa12e671ddbd5a37d9986dd6a95bb48c
|
|
4
|
+
data.tar.gz: b624142d0d1188145253d0dae5a92b7ebfc8330ed473638f626d748f25bf4406
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c60b46825ec13f889eeeee0082e5963fba468a7ad6f62bde80bf1d0277cb3a2505c30a8920e198082cb89c6827d25ef1ae2c18c0a07b196149c57d69fd78184e
|
|
7
|
+
data.tar.gz: de6cca9c41748e410a7b865ce4b90a5fbc2340b04dbf566abe17eeeaf0889e961ca87cb410681dc30f59bdfbd9447a375aea8bb7b0828f89710115e9ed1894c0
|
|
@@ -163,15 +163,12 @@ module Pod
|
|
|
163
163
|
end
|
|
164
164
|
# used_by_only = rspec.respond_to?(:used_by_tests_only) ? rspec.used_by_tests_only : rspec.used_by_non_library_targets_only
|
|
165
165
|
# 组装新的 rspec ,替换原 rspec
|
|
166
|
-
if
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
UI.message "组装新的 rspec ,替换原 rspec #{rspec.root.name} #{spec_version} \r\n specification =#{specification} \r\n #{rspec} "
|
|
173
|
-
|
|
174
|
-
end
|
|
166
|
+
rspec = if Pod.match_version?('~> 1.4.0')
|
|
167
|
+
ResolverSpecification.new(specification, used_by_only)
|
|
168
|
+
else
|
|
169
|
+
ResolverSpecification.new(specification, used_by_only, source)
|
|
170
|
+
end
|
|
171
|
+
UI.message "组装新的 rspec ,替换原 rspec #{rspec.root.name} #{spec_version} \r\n specification =#{specification} \r\n #{rspec} "
|
|
175
172
|
|
|
176
173
|
rescue Pod::StandardError => e
|
|
177
174
|
# 没有从新的 source 找到对应版本组件,直接返回原 rspec
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-tdf-bin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- gaijiaofan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: parallel
|