fastlane-plugin-android_testlab_script_swit 0.1.56 → 0.1.58

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: 1a0cb519a581fdb838d46a9eaad40c34bafb17157c929dcad06298b7338814ca
4
- data.tar.gz: a43280f1c56cf7880ac1f3b06aed5b642ccc9e3c70c86adf167bf0f1d5a5ee64
3
+ metadata.gz: 4725803217545518fde854f72e271aa9182856b2d7f3f8490c42bdff4b9eb982
4
+ data.tar.gz: b272b5d494492c5ef16307d24aace17ea0babf3cb000102b79b79ba551d1341c
5
5
  SHA512:
6
- metadata.gz: dff532fcccc6e2136aa1b7e80fe41df45b115755911d31b7370ce6d1cbb1aab34f3622e2e8999b2a22404c0bcee7932401fa9b24c329fc542708b2c95d8dce8f
7
- data.tar.gz: 968e48feb9a5ad8434d520cfd24d3bebd55bb1ead4f0272d1ce94250bccea7274da7b063828fdf3411549bd619f137bf3259349f64a0337774871382a4cabac0
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
@@ -76,7 +76,7 @@ module Fastlane
76
76
 
77
77
 
78
78
  # Swit Message
79
- HTTParty.post(params[:swit_webhook_url, body: params[:swit_webhook_payload, headers: { 'Content-Type' => 'application/json' })
79
+ HTTParty.post(params[:swit_webhook_url], body: params[:swit_webhook_payload], headers: { 'Content-Type' => 'application/json' })
80
80
 
81
81
  UI.message("Finish Action")
82
82
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.56"
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.56
4
+ version: 0.1.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이