cocoapods-bb-bin 0.1.9 → 0.1.9.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 421565cc472d283f9e146259dc55a04d59f47ea257971c5ed08c0c91a20f8103
|
|
4
|
+
data.tar.gz: 6fd6c9755d9dc3277a9f055e38dac34edee2ed1f2a827d454558be14c8a78668
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48b8836abd60d88e82321a1843964ccda27ff364a09f8f5b56b4ecd2b56b6d0735b07fa561954411534fd2d93338db0b34009764eb382f0b1794ae7781a16d69
|
|
7
|
+
data.tar.gz: 41233c856e3922cb85ac445219b14021670b10516fc8b2292e1326648ca842857081e27bce96c36bc61c242408a51d89e5876315476687985d67a12f745baff1
|
|
@@ -73,7 +73,8 @@ EOF
|
|
|
73
73
|
# 上传二进制 podspec
|
|
74
74
|
def push_binary_repo(binary_podsepc_json)
|
|
75
75
|
argvs = [
|
|
76
|
-
"#{
|
|
76
|
+
"#{binary_source.name}", # repo
|
|
77
|
+
"#{binary_podsepc_json}", # spec
|
|
77
78
|
"--binary",
|
|
78
79
|
"--sources=#{sources_option(@code_dependencies, @sources)},https:\/\/cdn.cocoapods.org",
|
|
79
80
|
"--skip-import-validation",
|
|
@@ -126,8 +126,8 @@ module Pod
|
|
|
126
126
|
source = use_binary ? sources_manager.binary_source : sources_manager.code_source
|
|
127
127
|
|
|
128
128
|
spec_version = rspec.spec.version
|
|
129
|
-
UI.message 'cocoapods-bb-bin 插件'
|
|
130
|
-
UI.message "- 开始处理 #{rspec.spec.name} #{spec_version} 组件."
|
|
129
|
+
# UI.message 'cocoapods-bb-bin 插件'
|
|
130
|
+
# UI.message "- 开始处理 #{rspec.spec.name} #{spec_version} 组件."
|
|
131
131
|
|
|
132
132
|
begin
|
|
133
133
|
# 从新 source 中获取 spec,在bin archive中会异常,因为找不到
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-bb-bin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.9
|
|
4
|
+
version: 0.1.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- humin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: parallel
|