fastlane-plugin-ravn_mobile 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20b98520b34dab3641137e0a4b3d2951f49b244f5457d4c493ffd2e37b56a25e
|
4
|
+
data.tar.gz: 6ecf8b4816b230575b23b3e03135b10ae94aa703fc956f6b8c0f15e4ea8b0e01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34680326a916d62fc2477034acffca8bdb4b8e76909335fb8e1ea967e8137bb87ba33bb362067dddaf93aa9d2009c5868f337d9b755c8608c6bc40ef1ab3a7e6
|
7
|
+
data.tar.gz: 848e50868b99b41ab31b226007d7674cdb2606ac141c9d7bf0b725f337f1711e1ccdd49d7cd8e6cd96053d2d49d31d3ff4d65ad23f43e0fdb28308c568617829
|
@@ -3,8 +3,7 @@ require 'tmpdir'
|
|
3
3
|
require_relative '../util/util'
|
4
4
|
|
5
5
|
module Fastlane
|
6
|
-
|
7
|
-
|
6
|
+
class FastFile
|
8
7
|
# @param [String] platform Either 'android' or 'ios'
|
9
8
|
# @param [String] version Same syntax as `import_from_git`
|
10
9
|
def import_ravn_lanes(platform, version = nil)
|