fastlane-plugin-ravn_mobile 0.1.6 → 0.1.7

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: 34103e40b9cc1752f949b285ade69d853753863eeb07210b06b8972615beebe7
4
- data.tar.gz: cd794d5e20506e646aaf96cd985b6f9c6457e98b1ca4bfdd744e73f479abb242
3
+ metadata.gz: c10b779b2b4898a458e59239552d5de55c015595395307e02f4755c9b51a4801
4
+ data.tar.gz: ca06d23f56b6855488028e63ebabaa5b149e518fc4e06c1848a16538b69d0df7
5
5
  SHA512:
6
- metadata.gz: 83f2a881d341edd04327cc11c639569c0f1e5e0ebb5f02ea882a210f030022646c4894db97be8bee532c9f72cab7b1c2c0e4320ae8dc87a7c64b88f16acd4d30
7
- data.tar.gz: 58405864946d506273af265d682848ef5cc0f81cef8a00f5cfe2d44ca2caa6f87994a46229678b9dbdf41c523ffd45e9c246ba16c9b68b21bbf75a81ceb0c0d0
6
+ metadata.gz: b6acad24d06be1b1aec159843436786797e3b566ad08a9ab89a50e4a2dd71158bcf24c4c613f422734a747fe57071f785607fbe34a3b4097b07c46ef91dea23c
7
+ data.tar.gz: 33e6bd5b937b49717ba7cb1bba80d7ba70bbff5aede13c6469d35f6b7c6dd1244509615e3cee3d11d1c85b6032238f0386660024b825a94e5c12d7a19ac121ea
@@ -16,10 +16,12 @@ module Fastlane
16
16
 
17
17
  url = ImportRavnLanesAction::IMPORT_URL
18
18
  path = platform == 'android' ? 'lanes/android.rb' : 'lanes/ios.rb'
19
- dependencies = %w[lanes/util.rb]
20
19
  cache_path = Dir.mktmpdir("ravn_lanes")
21
20
 
22
- other_action.import_from_git(url: url, path: path, version: version, dependencies: dependencies, cache_path: cache_path)
21
+ dependencies = %w[lanes/util.rb]
22
+ dependencies.each { |dep_path| other_action.import_from_git(url: url, path: dep_path, version: version, cache_path: cache_path) }
23
+
24
+ other_action.import_from_git(url: url, path: path, version: version, cache_path: cache_path)
23
25
  end
24
26
 
25
27
  #####################################################
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module RavnMobile
3
- VERSION = '0.1.6'
3
+ VERSION = '0.1.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-ravn_mobile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - ravnhq