fastlane-plugin-android_testlab_script_swit 0.1.936 → 0.1.937

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: ba2b1f1bcdb9553e06bd6badef802ebcc878a30b6f48523c3bcca1559d1972ac
4
- data.tar.gz: a9b0e9f5c453d5566156dda656e6ae81a5877dfc60a55dbb4a614f666541f0f5
3
+ metadata.gz: 1ec133e547479ac93029a13a2e8fb14508ca04d666ecb4a623bf6d0567f3e77d
4
+ data.tar.gz: ec8d2241a91e8050ee9cdc898035c92713a3cd282d6f6ada50e1c5d8a124a563
5
5
  SHA512:
6
- metadata.gz: 28b0dae44828b5ea3f25020e870169258fc5f09091d7ddbfb3d184de01ef80426d1cbf1b3bdf9b6592ba1be363a34346ba5ac1dcc84d165c3a2275c0cace3d31
7
- data.tar.gz: c007a1cbf4f79ea01f433fe3f7248c03631b3de6d8fd95fe2052fd9fe9325b4c1791ff7955d8c25dff2f583a2accfd0fa6d6cca792e52c4bcff91aacbc96e07b
6
+ metadata.gz: f5e5f7c1fd0c6e5367fc4524c32ae1ca3e037c41c3403a74495cd760a3d152521a4c09780e71c66866095979716f86166195dff3c3200fbd106489e137abf8bd
7
+ data.tar.gz: e8c269cdb5e19d897dc54e25d29f603464f950665ebe2c69b927116f1f6a3da69ef40fef806d774f9273b6e8789e885ae15e40c9c23f464f68694cd94786d8d6
@@ -46,6 +46,7 @@ module Fastlane
46
46
  "#{params[:extra_options]} "\
47
47
  "#{robo_script_option}"\
48
48
  "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}"
49
+ )
49
50
  end
50
51
 
51
52
 
@@ -59,8 +60,7 @@ module Fastlane
59
60
  "--results-dir #{results_dir} "\
60
61
  "#{params[:extra_options]} "\
61
62
  "#{robo_script_option}"\
62
- "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}"
63
- #)
63
+ "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}" )
64
64
 
65
65
  # Fetch results
66
66
  download_dir = params[:download_dir]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.936"
3
+ VERSION = "0.1.937"
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.936
4
+ version: 0.1.937
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이