fastlane-plugin-android_testlab_script_swit 0.1.941 → 0.1.943

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: 35867b83b995fcd08db4e5cc8474dc1f5c5f6da77577ad22ff9e1ff428f1320a
4
- data.tar.gz: 62fc141bbfb8e019c5edccb69fe0e926453b2482b2ffde1b32ecaed6ac5b3c54
3
+ metadata.gz: a804dd118d286d06b07374b29e98a0762b0ccd8657796e2dff4a1c7fbb867140
4
+ data.tar.gz: e4977f6cb50d1e94fdaf8033925e2ddf44496189860c40455825c541caa5d13e
5
5
  SHA512:
6
- metadata.gz: 7af49c609f76b24dc75c95e611db8ac5d7a2bb14c8e2f4df1ea781dc70b60f6957df8eb88ce3e236402f644b40cfac08f6623b1bd75913838f01bd488582228e
7
- data.tar.gz: 88527004265e9308900d9f9748154ae223a6e973be91eab0376c698f2cb385a4e0e056e1f11c20bfa75c1ddb70c07029230c8df20cdcd2c6fd10d5c9f2db85ad
6
+ metadata.gz: 60c1aff0b8770a25f9c7a4419f4e7bb29f0760c74c306ef09cdc9f5c5105616049f2240ebdb86bb1fd3a0c4192cb415e2db492cf4990efd12ed0ca7111b1f8e5
7
+ data.tar.gz: 7e9d022a0e66bdb7a956bb6f2b86f7fffa141a8376213fa6ff93456f43578ea1711597bc97be507a329556d632b561b3b6be90b76adb27321015036a879291dc
@@ -35,7 +35,7 @@ module Fastlane
35
35
  sleep(index * 30) # 각 디바이스별로 1분씩 증가하는 딜레이
36
36
 
37
37
  end
38
-
38
+
39
39
 
40
40
  Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
41
41
  "--app #{params[:app_apk]} "\
@@ -47,7 +47,7 @@ module Fastlane
47
47
  "--results-dir #{results_dir} "\
48
48
  "#{params[:extra_options]} "\
49
49
  "#{robo_script_option}"\
50
- "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}"
50
+ "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}"
51
51
  )
52
52
 
53
53
  # Fetch results
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.941"
3
+ VERSION = "0.1.943"
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.941
4
+ version: 0.1.943
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이