fastlane-plugin-google_sheet_localize 0.1.2 → 0.1.3
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: 749ed16b22dcd94a5c71696915b4609ac3d236c1790f1c3d337042ec898b24a5
|
4
|
+
data.tar.gz: ffeb95b84237798943775ddf08aec5e052b6daa3cba0ca2f675d49e421203c62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff887909ed3d6fd8e51a390904e1d97558b3369aaa35efd1ed0f4e407872c182d096862204b5496b7a3ab9a287833230a31db5f7f2cd982161c00eb67f14cc13
|
7
|
+
data.tar.gz: f8dd9328adb84e051f9cbc3b94f0621250126f1a7def3c4e365293b806bd3b94c292321a16ee778c4f218a344845954fd5f1d141898102f3079efbf212324b10
|
@@ -8,7 +8,7 @@ module Fastlane
|
|
8
8
|
class GoogleSheetLocalizeAction < Action
|
9
9
|
def self.run(params)
|
10
10
|
|
11
|
-
session = GoogleDrive::Session.from_service_account_key(params[:service_account_path])
|
11
|
+
session = ::GoogleDrive::Session.from_service_account_key(params[:service_account_path])
|
12
12
|
spreadsheet_id = "https://docs.google.com/spreadsheets/d/#{params[:sheet_id]}"
|
13
13
|
tabs = params[:tabs]
|
14
14
|
plaform = params[:platform]
|