fastlane-plugin-android_testlab_script_swit 0.1.67 → 0.1.68

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: eef5cd9e7d20a0fb21a970fef400180279170dc10379cd0b5174ee2c5ffffeab
4
- data.tar.gz: 443b6ac87cecdb260f5da2bd40b8cd8b5cc30f1f16f17747e65e8327430108b6
3
+ metadata.gz: ab2d06f8f46d0f57fcfb581b5623a83aacc627943aa505763b354db647005241
4
+ data.tar.gz: d9e45a53bfb9bc86e1526d9334e8a180ed04c5d381ed906b4b57b24119aeb93c
5
5
  SHA512:
6
- metadata.gz: e2f414a3c3fa42ef43c47ef1394f8e80f93618b710fdda8671dac04b881bf8d5c0163773a565fbce655afb865df61347999e81119c09ec75e2227f954f0821d9
7
- data.tar.gz: 94db7c616f20fe752a02bad703a0be98bf9a9042d15d2cc1986246048e81c87687dae7bd562da069be7444ca47d36feb42520f35c16e13d9673001adcc75bdcf
6
+ metadata.gz: da3155e154b6db9535e693dc2b303edb68450539ee9db4681b92cea71e14033adb43e3ca99ef51b28f9d2d5388d8358db50fe76c8502f85a3e0fc3bfaa1e62a9
7
+ data.tar.gz: ed46c5bd25377e776f935ea6ffd90edc660f371220ac312d61a432a122d31c49befbda652df8c6d47719da35829ca080bc420844501be188d4dff3153b519af5
@@ -90,7 +90,7 @@ module Fastlane
90
90
 
91
91
 
92
92
  # Swit Message
93
- HTTParty.post(params[:swit_webhook_url], body: { body_text: payload_string }.to_json, headers: { 'Content-Type' => 'application/json' })
93
+ HTTParty.post(params[:swit_webhook_url], body: { body_text: JSON.parse(payload_string) }.to_json, headers: { 'Content-Type' => 'application/json' })
94
94
 
95
95
  UI.message("Finish Action")
96
96
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.67"
3
+ VERSION = "0.1.68"
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.67
4
+ version: 0.1.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이