fastlane-plugin-android_testlab_script_swit 0.1.58 → 0.1.59

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: 4725803217545518fde854f72e271aa9182856b2d7f3f8490c42bdff4b9eb982
4
- data.tar.gz: b272b5d494492c5ef16307d24aace17ea0babf3cb000102b79b79ba551d1341c
3
+ metadata.gz: b6b9590ae77e0dc54c8ee2f135704efe2d40c929c5be225d69dc41b74677d4a2
4
+ data.tar.gz: 870b2ab989d815f50103abe4a92c035d3eb3c4b175d4dd1306497cf2d9504d7c
5
5
  SHA512:
6
- metadata.gz: 8c2b90a01f4df2b74c645bbf8158db49db31fa8d2218ff283c941ec502cc9915b36f9d21a3936f81fcfdba2982be9c21d074ba1b422029e7ca9e3ad9b998b2c2
7
- data.tar.gz: aac74eee1282a526a253ef9576cbb7abb616b6c779bc6c01a23e5891f706fdb286cc479a6eef0cdac4935ae795eda7c2ccf4728fd134ce1b3cd00329543ac98d
6
+ metadata.gz: 6746c05a46905fd685c937843654c2c19fb6a42e2bcb3ef638c24cb4c04dd5fcf9780b5c782c659eba8c7bc6540fcc899ddc79b76c40c58d45a670253a26d652
7
+ data.tar.gz: 4615383325c0cc10b7ca6bffcfd843ed00b0903c728e335ffa494fd3f7f1757f2fa02456719f3ad01995c81f3fcdc079a9b4256eb211dee1e3cd41393d101fe4
@@ -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.58"
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.58
4
+ version: 0.1.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이