fastlane-plugin-android_testlab_script_swit 0.1.34 → 0.1.35

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: b6a3f487bafb69e74668a67bd34c756870f37e53c44481eb913f56e6d044de94
4
- data.tar.gz: 2fc7999c98012d8b637020bc7edaf12031102f0eb0fa35f4aa0eaded7327caec
3
+ metadata.gz: d6d51c6fa24e37d820108bdd91abfd31b797ccf6536963fe29c08abc9ea32531
4
+ data.tar.gz: 7ba826c9e0b4d72bf21bdd8cf9d9169b96bd1b7f79dec126e9e2a1004670c125
5
5
  SHA512:
6
- metadata.gz: e0f9b19385ae2fea40a5291e1ae4c901364c16d36aba6d7ca97ad602508616553d9f0a499edf2d3657f65dcb68d96a4083a7ad726b4bac0b290c33f6bb3530cb
7
- data.tar.gz: de5d8f2e8439d16bc3a9fdbc895a9a0297e13a4cc8c571aee1f33ea72c93a9d7dd429e0eb466b026c2c6a7ac8eef3cdb1a2c815c52ec07caa56b2ceff0528adc
6
+ metadata.gz: d64285bbb1b4dcdf2da02a4d39a123b500f3ed7d90045f947e86cdb1ec9c2c23fd620db3c4c96f722e4433924a9d97b91bcb11b87825437952df271f35ccfe3a
7
+ data.tar.gz: a2b1cc415986e5cc8c90c918f593631848eaf505ae2506a26980afe1a06dc5fd9a3d373117aa476ec2ae631c1a8e31a3d82504f9f490924eca9bb6982f8f2658
@@ -17,7 +17,7 @@ module Fastlane
17
17
  Helper.config(params[:project_id])
18
18
 
19
19
  # Activate service account
20
- Helper.authenticate(params[:gcloud_service_key_file])
20
+ Helper.authenticate(params[:gcloud_key_file])
21
21
 
22
22
  # RoboScriptOption Add
23
23
  robo_script_option = params[:robo_script_path].nil? ? "" : "--robo-script #{params[:robo_script_path]} "
@@ -87,7 +87,7 @@ module Fastlane
87
87
 
88
88
  # gcloud_key_file (true)
89
89
  FastlaneCore::ConfigItem.new(key: :gcloud_key_file,
90
- env_name: "GCLOUD_SERVICE_KEY_FILE",
90
+ env_name: "GCLOUD_KEY_FILE",
91
91
  description: "File path containing the gcloud auth key. Default: Created from GCLOUD_SERVICE_KEY environment variable",
92
92
  is_string: true,
93
93
  optional: false),
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.34"
3
+ VERSION = "0.1.35"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-android_testlab_script_swit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이