cocoapods-bb-bin 0.2.3 → 0.2.4
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/README.md +1 -1
- data/lib/cocoapods-bb-bin/gem_version.rb +1 -1
- data/lib/cocoapods-bb-bin/native/pod_source_installer.rb +8 -8
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80a611936a4bd31c7b59239796760fb1552400a158bef386aea81b6d87d8f59a
|
4
|
+
data.tar.gz: d70c00af4815949f0aedbd840ff314e39800226eb350af19f67254d2e1285665
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b58054947bc411400d6f01b72838b4538ad0422a8c9350ebbd670a84d936aef5605728d785c587a3435f03c58a5ba8960e06e0ca22d6fe5bfb6541183d3bb19
|
7
|
+
data.tar.gz: 8d9b7e5f68be76954d5f358fc78ca0c43e726f5124ccc826ae6dd34dc7b05a3cab26c26fc656e35148c24297e770efcb31a95f8bce85d6798dfb6bf88cbaf5c0
|
data/README.md
CHANGED
@@ -6,14 +6,14 @@ module Pod
|
|
6
6
|
class Installer
|
7
7
|
class PodSourceInstaller
|
8
8
|
attr_accessor :installation_options
|
9
|
-
|
10
|
-
alias old_verify_source_is_secure verify_source_is_secure
|
11
|
-
def verify_source_is_secure(root_spec)
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
end
|
9
|
+
# cocoapods 1.12.0开始去除该方法,故不再屏蔽警告
|
10
|
+
# alias old_verify_source_is_secure verify_source_is_secure
|
11
|
+
# def verify_source_is_secure(root_spec)
|
12
|
+
# # http source 默认不警告
|
13
|
+
# if installation_options.warn_for_unsecure_source?
|
14
|
+
# old_verify_source_is_secure(root_spec)
|
15
|
+
# end
|
16
|
+
# end
|
17
17
|
end
|
18
18
|
end
|
19
19
|
end
|
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.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- humin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: parallel
|
@@ -70,7 +70,7 @@ dependencies:
|
|
70
70
|
requirements:
|
71
71
|
- - ">="
|
72
72
|
- !ruby/object:Gem::Version
|
73
|
-
version: 0.2.
|
73
|
+
version: 0.2.4
|
74
74
|
- - "<"
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '1.0'
|
@@ -80,7 +80,7 @@ dependencies:
|
|
80
80
|
requirements:
|
81
81
|
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: 0.2.
|
83
|
+
version: 0.2.4
|
84
84
|
- - "<"
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '1.0'
|
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
205
205
|
- !ruby/object:Gem::Version
|
206
206
|
version: '0'
|
207
207
|
requirements: []
|
208
|
-
rubygems_version: 3.
|
208
|
+
rubygems_version: 3.4.9
|
209
209
|
signing_key:
|
210
210
|
specification_version: 4
|
211
211
|
summary: cocoapods-bb-bin is a plugin which helps develpers switching pods between
|