cocoapods-vbbuildsource 0.0.2 → 0.0.3

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: 4cb0a2843d6354a15edb4c2b4a7521163938e58dc85d0258b34f2c6d1dce529e
4
- data.tar.gz: 1fd68295337dc3ad276282eaa5a2cb100fcf3d632995609c99af687fc7631eed
3
+ metadata.gz: 0aef564596d34a0e5ade54a1d465e0672278b760ccf02f9502c9184432d1cfc8
4
+ data.tar.gz: 1c1264bb6c7675660b172d35498c9cb4890a2c4353ecfda5df6f1790cd0953aa
5
5
  SHA512:
6
- metadata.gz: 4840af4daa453010e6f8cd635aed6f1d3967455cf7946ea225b4b50e243edd77ba686167780b4cc77b186a96fdc57ac370f06fc8481ee3b1cd1aa7d9d1674493
7
- data.tar.gz: 15427260291361cba7a0c4f222f72131b4f115ae55ffc33b9ad704311252cebd10a5436b8c076ba2b1d1d02b3f29ee68f4d2c828df6abfb2c65b52b99fe9f351
6
+ metadata.gz: 208b621a0d96418236bf4f98620d8466015de7fad0fb75a576581c56f8654fe977b567788d261c14b4c77e2f15878fe194299aab9ebca0d873fe80da7d240214
7
+ data.tar.gz: a4d568f721d44dfba4bc0cab99f20cf49d78f065371fdc9794c0fd2d3043b4a3b952d029dd6b0fd9060615c86bee22f385fe29dfff83ac617881549fa135875d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-vbbuildsource (0.0.2)
4
+ cocoapods-vbbuildsource (0.0.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -147,7 +147,7 @@ module Pod
147
147
  end
148
148
  def find_spec_source_file_path specification
149
149
  source_path = specification.specification.attributes_hash['source_files']
150
- source_path = specification.specification.subspecs.first.attributes_hash['source_files']
150
+ source_path = specification.specification.subspecs.first.attributes_hash['source_files'] unless source_path
151
151
  help! "该库 #{@module_name} 的spec文件没填 source_file,暂不支持" unless source_path
152
152
  dir_list = source_path.split('/')
153
153
  help! "源码路径错误 #{source_path}" unless dir_list.count >= 2
@@ -1,3 +1,3 @@
1
1
  module CocoapodsVbbuildsource
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-vbbuildsource
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - faliu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-02 00:00:00.000000000 Z
11
+ date: 2021-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler