cocoapods-soul-component-plugin 0.0.20 → 0.0.21
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: f0026398166b4ee19062dc99510cc5be78fdc712ac38e9b6b6d04e2167e8a30a
|
4
|
+
data.tar.gz: d99e614daef247c22f181a484fa19ae7b280f44a9ac43b9e0c5785d1e9f5c837
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b813261f612b007d25468766591f9e3a3ba83543a6869b11631f44e08a12d42e8a4e67f2d2ef085f7be21a3b3572e9c20ff74e840c018dd972b55552cb1fa70e
|
7
|
+
data.tar.gz: 6b616f0f15dbc8b0926afe46b5acf90e42a0314de34104cd86413727b486d932a00ce37616122d8361a4ef019043abd617a9e77c36d10e356fe46c1b46068ab2
|
@@ -213,7 +213,6 @@ module CocoapodsSoulComponentPlugin
|
|
213
213
|
|
214
214
|
@@components.each do |each|
|
215
215
|
if each.path.nil?
|
216
|
-
if each.submodule == false
|
217
216
|
if each.local == true
|
218
217
|
local_path = each.name
|
219
218
|
|
@@ -241,9 +240,6 @@ module CocoapodsSoulComponentPlugin
|
|
241
240
|
Pod::UI.puts "本地依赖 #{each.name} 已存在,不进行变更,如需更新请删除重新 install。位置:#{target_path}".yellow
|
242
241
|
end
|
243
242
|
end
|
244
|
-
elsif each.local == true
|
245
|
-
each.path = "SOPods/#{each.name}"
|
246
|
-
end
|
247
243
|
end
|
248
244
|
end
|
249
245
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-soul-component-plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- fang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.5.9
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: A longer description of cocoapods-soul-component-plugin.
|