fastlane-plugin-android_testlab_script_swit 0.1.57 → 0.1.59

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: 454769e9a5a4e74e8b9b704ec86f150ee49f3ded2de206883f700cdf2bb3dd33
4
- data.tar.gz: 187b930367958f9ff2c90a9e787e2aade15d15f1421ba3fcd926dae73faa33e8
3
+ metadata.gz: b6b9590ae77e0dc54c8ee2f135704efe2d40c929c5be225d69dc41b74677d4a2
4
+ data.tar.gz: 870b2ab989d815f50103abe4a92c035d3eb3c4b175d4dd1306497cf2d9504d7c
5
5
  SHA512:
6
- metadata.gz: 82f9c361c70ae530b6932bcc30cdc5740e97af1916cf0a361a9d6542acb41c8b615d2345c781d90eb98a8741b10c3467897795f39fed5f94824bf605d6348282
7
- data.tar.gz: e6899c8d1667ff192416f904ceaa54feb8695204ce360cb110394533b6ac30fbff818816be2df62ae99d32dae594b38199873165f51889a12b1f16a7e684893f
6
+ metadata.gz: 6746c05a46905fd685c937843654c2c19fb6a42e2bcb3ef638c24cb4c04dd5fcf9780b5c782c659eba8c7bc6540fcc899ddc79b76c40c58d45a670253a26d652
7
+ data.tar.gz: 4615383325c0cc10b7ca6bffcfd843ed00b0903c728e335ffa494fd3f7f1757f2fa02456719f3ad01995c81f3fcdc079a9b4256eb211dee1e3cd41393d101fe4
@@ -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].to_Json, 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.57"
3
+ VERSION = "0.1.59"
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.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이