cocoapods-bb-PodAssistant 0.3.15.2 → 0.3.15.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: cf44a8e186a7badcd4fa705e3f31ded05e1404e3a61e8e6b8434f195a2937e64
|
|
4
|
+
data.tar.gz: d7afa92bdffaa29066fa6437ea5081382ef9360dfba01eebbbd8e5ad8b8dc30b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f8ab3cad16ca623eb50ffc211a9b680d6a2174c211d1b36b80547c3a7728a954eaeaac9bbefa6e2828fae6758c1fbe67a4a28227eeab644715f965828c440b1
|
|
7
|
+
data.tar.gz: c9564e2d7319f1349594e3aa6092fdf33d080a39dbecf6d8680ffe9e533f3c32ce6832b1c2ba0b1cc7a62a0905b70e1cb6ce21f941fe99197e753b4d55e349c1
|
|
@@ -310,9 +310,15 @@ module Pod
|
|
|
310
310
|
end
|
|
311
311
|
when LOCAL
|
|
312
312
|
if ( path != nil && path.length > 0 )
|
|
313
|
+
if path.include?("{git_name}")
|
|
314
|
+
path = path.gsub("#", "")
|
|
315
|
+
path = path.gsub("{git_name}", name)
|
|
316
|
+
end
|
|
313
317
|
if File.exist?(path)
|
|
314
318
|
pod "#{name}", :path => "#{path}", :inhibit_warnings => inhibit_warnings_variable , :configurations => configurations, linkagesKey => linkages, linkageKey => linkage
|
|
315
319
|
swiftlint_from_module(path, source_module)
|
|
320
|
+
else
|
|
321
|
+
puts "指向本地无效...#{name} :path =>#{path}".yellow
|
|
316
322
|
end
|
|
317
323
|
else
|
|
318
324
|
module_with_method(REMOTE_VERSION, source_module, current_member)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-bb-PodAssistant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.15.
|
|
4
|
+
version: 0.3.15.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- humin
|
|
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
219
219
|
- !ruby/object:Gem::Version
|
|
220
220
|
version: '0'
|
|
221
221
|
requirements: []
|
|
222
|
-
rubygems_version: 4.0.
|
|
222
|
+
rubygems_version: 4.0.11
|
|
223
223
|
specification_version: 4
|
|
224
224
|
summary: A longer description of cocoapods-bb-PodAssistant.
|
|
225
225
|
test_files: []
|