cocoapods-bb-bin 0.2.7.1 → 0.2.7.2
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: 2ba27ee353fb8afc8faf34326241d9021adad83317e7eae1b65d9765c4d53a10
|
|
4
|
+
data.tar.gz: d62111b697e6b0b29d70ba181a1b37b48a7e46a61a7af31c33b9555785126b5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ddb6ee604a94a15cc9687fada3e2b7da2286ca8e21b7d9dc11485b635f57447b5b07d72adbdf15a8f4b8025a5c53121fedbbf40265e09b3437437be30ca8c12
|
|
7
|
+
data.tar.gz: 87051230e4b8b3a5f4b09690203e11bc6490a6919425a733aa32a662d3fcae5a8f5261b8a449a941f09968eb06883d91832b9a6273d16582d61a536e1d6207e8
|
|
@@ -113,14 +113,13 @@ module Pod
|
|
|
113
113
|
|
|
114
114
|
def update_uploadpath
|
|
115
115
|
worksppace_path = Dir.pwd
|
|
116
|
+
path = File.join(worksppace_path, @localPath)
|
|
117
|
+
if File.file?(path)
|
|
118
|
+
return path
|
|
119
|
+
end
|
|
116
120
|
path = @localPath
|
|
117
121
|
if File.file?(path) # 判断文件绝对路径absolute_path 2x版本不支持
|
|
118
122
|
return path
|
|
119
|
-
else
|
|
120
|
-
path = File.join(worksppace_path, @localPath)
|
|
121
|
-
if File.file?(path)
|
|
122
|
-
return path
|
|
123
|
-
end
|
|
124
123
|
end
|
|
125
124
|
return nil
|
|
126
125
|
end
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-bb-bin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.7.
|
|
4
|
+
version: 0.2.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- humin
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2023-09-05 00:00:00.000000000 Z
|
|
@@ -191,7 +191,7 @@ homepage: https://github.com/humin1102/cocoapods-bb-bin
|
|
|
191
191
|
licenses:
|
|
192
192
|
- MIT
|
|
193
193
|
metadata: {}
|
|
194
|
-
post_install_message:
|
|
194
|
+
post_install_message:
|
|
195
195
|
rdoc_options: []
|
|
196
196
|
require_paths:
|
|
197
197
|
- lib
|
|
@@ -206,8 +206,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
206
206
|
- !ruby/object:Gem::Version
|
|
207
207
|
version: '0'
|
|
208
208
|
requirements: []
|
|
209
|
-
rubygems_version: 3.
|
|
210
|
-
signing_key:
|
|
209
|
+
rubygems_version: 3.4.14
|
|
210
|
+
signing_key:
|
|
211
211
|
specification_version: 4
|
|
212
212
|
summary: cocoapods-bb-bin is a plugin which helps develpers switching pods between
|
|
213
213
|
source code and binary.
|