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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8150cf4de51ae2f04db9b7b144f1dcdd76f3235b5b9d8f3b283647f99414e0ee
|
4
|
+
data.tar.gz: c6e52f9ee80b1bd0e14211a8a000cde0ef41050288f9a2af2b99a183205b486d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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('
|
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
|
|
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.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
|
+
date: 2022-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|