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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f584efcaa5fce2694fa3bdde6a5ce4cf5a18745d06055e0ad870b9948e09754
4
- data.tar.gz: 0f9d71596e836b1987735a786e89cff83874121dfd4c27efd66a40e3ff03491f
3
+ metadata.gz: d58cea5d61fb520ad758e073c7a48ae4aa12e671ddbd5a37d9986dd6a95bb48c
4
+ data.tar.gz: b624142d0d1188145253d0dae5a92b7ebfc8330ed473638f626d748f25bf4406
5
5
  SHA512:
6
- metadata.gz: 0a41d7810eb69e176ae95a94aecb7cc7678a5dd1d4c65245d58e29f5beabbd17cb537e2a5a9f032748a0d17475ea0b49a692eef6c1cceed2188134576ca619df
7
- data.tar.gz: e30094879a24405c7efd89cb4f51b9210d478f272e620bb3017b2a0e6445fff719125251d0aa07036371a424b20ced402897366e5776de8031eb12f3168ee66e
6
+ metadata.gz: c60b46825ec13f889eeeee0082e5963fba468a7ad6f62bde80bf1d0277cb3a2505c30a8920e198082cb89c6827d25ef1ae2c18c0a07b196149c57d69fd78184e
7
+ data.tar.gz: de6cca9c41748e410a7b865ce4b90a5fbc2340b04dbf566abe17eeeaf0889e961ca87cb410681dc30f59bdfbd9447a375aea8bb7b0828f89710115e9ed1894c0
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.0.13'
3
+ VERSION = '0.0.14'
4
4
  end
5
5
 
6
6
  module Pod
@@ -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 use_binary
167
- rspec = if Pod.match_version?('~> 1.4.0')
168
- ResolverSpecification.new(specification, used_by_only)
169
- else
170
- ResolverSpecification.new(specification, used_by_only, source)
171
- end
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.13
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-06-25 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel