fastlane-plugin-android_testlab_script_swit 0.1.33 → 0.1.35

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: bfe510af85a22a22cb6e444b27d90ff11b15de412eeb6451c8946ce089f5a62a
4
- data.tar.gz: 8fe4bb7596d8679b21fafa93898ed7c2a3825f0d4a848fc69d11bb4d8971c2c5
3
+ metadata.gz: d6d51c6fa24e37d820108bdd91abfd31b797ccf6536963fe29c08abc9ea32531
4
+ data.tar.gz: 7ba826c9e0b4d72bf21bdd8cf9d9169b96bd1b7f79dec126e9e2a1004670c125
5
5
  SHA512:
6
- metadata.gz: 13326d38a4d4a1c2ee042b954004bf8cf3c3063ed253c32fd7e7272ea010335ba9a06786557c8a288adc56893f251725f0d09f05f029d88441e33dc2212285e8
7
- data.tar.gz: e890eecd4d8f788ba6c5cb39f6446bc3e030c34d753697fe6c6293d9f80587b237c8d5599ff6f313c59c8bae08c0f3fa346816ac6ae2c4a66cb3d46ac6c5fb6f
6
+ metadata.gz: d64285bbb1b4dcdf2da02a4d39a123b500f3ed7d90045f947e86cdb1ec9c2c23fd620db3c4c96f722e4433924a9d97b91bcb11b87825437952df271f35ccfe3a
7
+ data.tar.gz: a2b1cc415986e5cc8c90c918f593631848eaf505ae2506a26980afe1a06dc5fd9a3d373117aa476ec2ae631c1a8e31a3d82504f9f490924eca9bb6982f8f2658
@@ -4,7 +4,7 @@ require 'fileutils'
4
4
 
5
5
  module Fastlane
6
6
  module Actions
7
- class FirebaseTestlabWithScriptAndroidAction < Action
7
+ class AndroidTestlabScriptSwitAction < Action
8
8
 
9
9
  # actions run
10
10
  def self.run(params)
@@ -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.33"
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.33
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이
@@ -184,5 +184,5 @@ requirements: []
184
184
  rubygems_version: 3.4.10
185
185
  signing_key:
186
186
  specification_version: 4
187
- summary: short
187
+ summary: 아직 만들고 있습니다...
188
188
  test_files: []