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: 8150cf4de51ae2f04db9b7b144f1dcdd76f3235b5b9d8f3b283647f99414e0ee
4
- data.tar.gz: c6e52f9ee80b1bd0e14211a8a000cde0ef41050288f9a2af2b99a183205b486d
3
+ metadata.gz: f0026398166b4ee19062dc99510cc5be78fdc712ac38e9b6b6d04e2167e8a30a
4
+ data.tar.gz: d99e614daef247c22f181a484fa19ae7b280f44a9ac43b9e0c5785d1e9f5c837
5
5
  SHA512:
6
- metadata.gz: 275197bfa5a1845155f3bb1bc9347e0279a84b804c19900d7d87e915e547ae3d574e8c918e4cd2dd421f04102f7c75e4644b9c9fc095a0944f4d38eaed8837dd
7
- data.tar.gz: c3e5386e58a20fc8a20d5e075af0c4cf5ee36b0970743f7aa55b194a6a948efd45cf66a9f224b4d6adf33113074e5a8604206ff23ea8cc340c602bf7e21d8155
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
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module CocoapodsSoulComponentPlugin
3
- VERSION = '0.0.20'
3
+ VERSION = '0.0.21'
4
4
  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.20
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: 2022-11-30 00:00:00.000000000 Z
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.0.3.1
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.