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: 0356b0d9093281386d9cf59a6764965aced7e97d319e64b7efc7f087291f6140
4
- data.tar.gz: 5b2af0ffd94d23af9654d1de3174ede20b7e53f97d00f3f95b7ca90f4410b571
3
+ metadata.gz: cf44a8e186a7badcd4fa705e3f31ded05e1404e3a61e8e6b8434f195a2937e64
4
+ data.tar.gz: d7afa92bdffaa29066fa6437ea5081382ef9360dfba01eebbbd8e5ad8b8dc30b
5
5
  SHA512:
6
- metadata.gz: 94e339e85bc22fbe2a0070ceef07848d897745c4e06b0f3fc66120946273ad229ca0d80962345d03b93370a106ea5079195db8a3b7d9d8a3623a35d83086686b
7
- data.tar.gz: 5a42db8d7e28f3fc70ca02f950d6b2830a8a56f256b4953dd1cd7410f1b6d0cba74dcdd4b4c285269a502ec7a75a88938965067f246d1e168ccc2283afcbe576
6
+ metadata.gz: 2f8ab3cad16ca623eb50ffc211a9b680d6a2174c211d1b36b80547c3a7728a954eaeaac9bbefa6e2828fae6758c1fbe67a4a28227eeab644715f965828c440b1
7
+ data.tar.gz: c9564e2d7319f1349594e3aa6092fdf33d080a39dbecf6d8680ffe9e533f3c32ce6832b1c2ba0b1cc7a62a0905b70e1cb6ce21f941fe99197e753b4d55e349c1
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBbPodassistant
2
- VERSION = "0.3.15.2"
2
+ VERSION = "0.3.15.3"
3
3
  end
@@ -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.2
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.3
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: []