cocoapods-soul-component-plugin 0.0.19 → 0.0.20

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: ad024af1645c9aecee171d3c7f6ac17db5a06b6ebfa2d05fe20887f3e7ce91f9
4
- data.tar.gz: 0ab417a52257004a53cdd315e99fd8146e2bca093b30bc2be04730260ea36e90
3
+ metadata.gz: 8150cf4de51ae2f04db9b7b144f1dcdd76f3235b5b9d8f3b283647f99414e0ee
4
+ data.tar.gz: c6e52f9ee80b1bd0e14211a8a000cde0ef41050288f9a2af2b99a183205b486d
5
5
  SHA512:
6
- metadata.gz: 61c99291d00195fd2451486012a70288bad857a89f14c05b1ed1d4fb6deaf3f1d82460c91afdf0da4e8d03066969dff8c4947c4620520f0bb3e5360b4cb26430
7
- data.tar.gz: 1a2ac21cefc33b4248b7a95c3a3bccd4713353d6bb1d8cdf131219587d6b32900f62827333882e8b33052344b54de07ac1cb69b7dec2e66a83bc390ffb16af74
6
+ metadata.gz: 275197bfa5a1845155f3bb1bc9347e0279a84b804c19900d7d87e915e547ae3d574e8c918e4cd2dd421f04102f7c75e4644b9c9fc095a0944f4d38eaed8837dd
7
+ data.tar.gz: c3e5386e58a20fc8a20d5e075af0c4cf5ee36b0970743f7aa55b194a6a948efd45cf66a9f224b4d6adf33113074e5a8604206ff23ea8cc340c602bf7e21d8155
@@ -260,10 +260,9 @@ module Pod
260
260
  ].concat(super)
261
261
  end
262
262
 
263
-
264
263
  def initialize(argv)
265
264
  super
266
- CocoapodsSoulComponentPlugin.import_dependency = argv.option('local-dependency',CocoapodsSoulComponentPlugin.import_dependency)
265
+ CocoapodsSoulComponentPlugin.import_dependency = argv.option('import-dependency',CocoapodsSoulComponentPlugin.import_dependency)
267
266
  CocoapodsSoulComponentPlugin.use_source = argv.flag?('source', CocoapodsSoulComponentPlugin.use_source)
268
267
  end
269
268
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module CocoapodsSoulComponentPlugin
3
- VERSION = '0.0.19'
3
+ VERSION = '0.0.20'
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.19
4
+ version: 0.0.20
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-11 00:00:00.000000000 Z
11
+ date: 2022-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler