fastlane-plugin-ravn_mobile 0.1.4 → 0.1.5

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: ece0e331798e626853f696b41e5312f29b281a53ab482b1d92c2f27f53c185db
4
- data.tar.gz: db614448fd7deee3c6b4979600743984cd90194c4fdcda87d482048b1229d96f
3
+ metadata.gz: 8259edefd61ccddf6d3c004a0580b3318b498edcaab8e3635a2d5438cbed0600
4
+ data.tar.gz: 4d828a78d973204cdc76dca94bbfb696c748ff74abf9ca6b3cbe0fd89e8ba094
5
5
  SHA512:
6
- metadata.gz: 03420d1dd2e078641370798f5bb077eddbf9f85712b4ee0b660a8bef821a8fd7a38810cc12d511cab453dfc0decca2350be3c8bfb4ac1688669ff2cb5a02c207
7
- data.tar.gz: b2e549049ec06144a6932f454969717f889487d7c91a96e85ea670838baf69177175a58af4888153984946838bdfe3cb3464b0e01c12fb112dd4cb4948495a08
6
+ metadata.gz: ef0844a263d0e3337354b67882d71ccc60524048ab18e6a4bf1e2ebc9be52f3738996f837aee5c5eec1494a56c95224cbe35b1be6401762631c0af78f67edef0
7
+ data.tar.gz: 7bbc37340a1ccb3087ec239f05ce3189d80d3d56f9c64e5dc82977a211138661ff07035231c3253edaec799688180598e43340edf2dff33f79bd0cbf0cf5cc98
@@ -18,8 +18,9 @@ module Fastlane
18
18
  url = ImportRavnLanesAction::IMPORT_URL
19
19
  path = platform == 'android' ? 'lanes/android.rb' : 'lanes/ios.rb'
20
20
  dependencies = %w[lanes/util.rb]
21
+ cache_path = Dir.mktmpdir("ravn_lanes")
21
22
 
22
- other_action.import_from_git(url:, path:, version:, dependencies:)
23
+ other_action.import_from_git(url:, path:, version:, dependencies:, cache_path:)
23
24
  end
24
25
 
25
26
  #####################################################
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module RavnMobile
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ravnhq