cocoapods-vbbuildsource 0.0.2 → 0.0.3
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: 0aef564596d34a0e5ade54a1d465e0672278b760ccf02f9502c9184432d1cfc8
|
|
4
|
+
data.tar.gz: 1c1264bb6c7675660b172d35498c9cb4890a2c4353ecfda5df6f1790cd0953aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 208b621a0d96418236bf4f98620d8466015de7fad0fb75a576581c56f8654fe977b567788d261c14b4c77e2f15878fe194299aab9ebca0d873fe80da7d240214
|
|
7
|
+
data.tar.gz: a4d568f721d44dfba4bc0cab99f20cf49d78f065371fdc9794c0fd2d3043b4a3b952d029dd6b0fd9060615c86bee22f385fe29dfff83ac617881549fa135875d
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
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.
|
|
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-
|
|
11
|
+
date: 2021-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|