cocoapods-soul-component-plugin 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1cc567fadc6951270b4ecdc745c8181315c90ec3197b3c02dd4ccf25f074aa0
4
- data.tar.gz: c37be6a87ad84c013f378bd7f6cd6490ad1264ec26ea2ad41107241bd5f9d9ad
3
+ metadata.gz: 1b70998eea510246adb5a4dc950005d7d4720594b1cb2d7dc05ba6d9cb6620f5
4
+ data.tar.gz: 68c1bb80e73ea87f00fd4ba9c2c6b07de579d671fba8d9abe051294739fd3b5a
5
5
  SHA512:
6
- metadata.gz: cfe876fafd86ea8194e52d21d158d70d6cd311b5741001b04acfbed6fef1516b47ea0145659b7c438d45c63c61ac35745e365218be1638828992950ca66ea024
7
- data.tar.gz: 7ac6535353d77dc166ec4704ea4ff60dd8ab9e8a5fb5b02cc1bed59bcb52d7fd415ec3e5fcc812d4080cd0368af34ba4d6d321a8aaac507954b07e6098bb70ee
6
+ metadata.gz: 25c2d520190ec3680f66e5cfe1fd2f58a6ebfed749a6b7f1d0618051d4987aa8aa62b1fa15d16988941b5e5cf5d264eff93d0cc38185709feb08162b491a8626
7
+ data.tar.gz: a5ea185d610881ecfa1a2a43a5770928531f6fb2a4a2badf4d2733022d10b2e78e2448837873cd744fddd6d45eec95324e8dd2b8d8d7c8a47aae51861f63e599
@@ -44,7 +44,7 @@ end
44
44
  module CocoapodsSoulComponentPlugin
45
45
  @@components = []
46
46
  @@use_source = false
47
- @@input_dependency = ''
47
+ @@input_dependency = ""
48
48
 
49
49
  def self.use_source=(t_use_source)
50
50
  @@use_source = t_use_source
@@ -251,7 +251,9 @@ module Pod
251
251
 
252
252
  def initialize(argv)
253
253
  CocoapodsSoulComponentPlugin.use_source = argv.flag?('source')
254
- CocoapodsSoulComponentPlugin.input_dependency = argv.option('import-dependency')
254
+ if argv.option('import-dependency')
255
+ CocoapodsSoulComponentPlugin.input_dependency = argv.option('import-dependency')
256
+ end
255
257
  super
256
258
  end
257
259
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module CocoapodsSoulComponentPlugin
3
- VERSION = '0.0.15'
3
+ VERSION = '0.0.16'
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.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - fang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-23 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler