fastlane-plugin-android_testlab_script_swit 0.1.57 → 0.1.58

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: 454769e9a5a4e74e8b9b704ec86f150ee49f3ded2de206883f700cdf2bb3dd33
4
- data.tar.gz: 187b930367958f9ff2c90a9e787e2aade15d15f1421ba3fcd926dae73faa33e8
3
+ metadata.gz: 4725803217545518fde854f72e271aa9182856b2d7f3f8490c42bdff4b9eb982
4
+ data.tar.gz: b272b5d494492c5ef16307d24aace17ea0babf3cb000102b79b79ba551d1341c
5
5
  SHA512:
6
- metadata.gz: 82f9c361c70ae530b6932bcc30cdc5740e97af1916cf0a361a9d6542acb41c8b615d2345c781d90eb98a8741b10c3467897795f39fed5f94824bf605d6348282
7
- data.tar.gz: e6899c8d1667ff192416f904ceaa54feb8695204ce360cb110394533b6ac30fbff818816be2df62ae99d32dae594b38199873165f51889a12b1f16a7e684893f
6
+ metadata.gz: 8c2b90a01f4df2b74c645bbf8158db49db31fa8d2218ff283c941ec502cc9915b36f9d21a3936f81fcfdba2982be9c21d074ba1b422029e7ca9e3ad9b998b2c2
7
+ data.tar.gz: aac74eee1282a526a253ef9576cbb7abb616b6c779bc6c01a23e5891f706fdb286cc479a6eef0cdac4935ae795eda7c2ccf4728fd134ce1b3cd00329543ac98d
@@ -57,11 +57,11 @@ module Fastlane
57
57
  UI.message("Outcome: #{outcome}, Test Details: #{test_details}")
58
58
 
59
59
  parts.each_with_index do |part, index|
60
- UI.message("Part #{index + 1}: #{part}")
60
+ UI.message("Part #{index + 1}: #{part}")
61
+ end
61
62
  end
62
63
 
63
64
 
64
-
65
65
  # Fetch results
66
66
  download_dir = params[:download_dir]
67
67
  if download_dir
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.57"
3
+ VERSION = "0.1.58"
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.57
4
+ version: 0.1.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이