fastlane-plugin-android_testlab_script_swit 0.1.60 → 0.1.61

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: 433ae917a1d77fd508b76854302277fc1b5c7a7eb695e4f514c56da61d5a78ed
4
- data.tar.gz: 8eb294131557ff2f01c5cf8d47a6c4b2b03301841cc9f50aea40c1152270e0e6
3
+ metadata.gz: ea4266f48f851c865ade46b5a6ae7b11658827ae0a3832641d586e3dbb95fd10
4
+ data.tar.gz: 8845608427eda088dfd3a26182c6b1f573733369bbb8f4f88caeb883f48516d7
5
5
  SHA512:
6
- metadata.gz: 7141618559c47af3b089ab46181a19f420e29a1824a9fb22ccd7f625a99be57fea7815a44079888d983ad30332da7315e9c250a3fd448dbc0e2bf43d399569de
7
- data.tar.gz: '084d6edaabc6c2d7e879fde41bd63dddaa83716a82746ce0f9184e15c9d6fbdef2f6113e724584d4a5f6afed47c3508091977cfba49dd9b0e76dae2369fe1ad2'
6
+ metadata.gz: 90d389eda96cdd8ce262191670d78ffb7e387ddca552a531b01aab124fb20ead186d7c2a6f963b5e376fb1748c4df070e219e52429c7d28feb806fef68e71119
7
+ data.tar.gz: 6d85761328a6f7a015605924c9ebb398240a6eb8ed494353b47add89587ec97b352520748d225b79f93f983c6d7443ffec43b6b8b352ceb6df1c68b7742c9295
@@ -91,7 +91,7 @@ module Fastlane
91
91
 
92
92
 
93
93
  # Swit Message
94
- HTTParty.post(params[:swit_webhook_url], body: params[:swit_webhook_payload].to_Json, headers: { 'Content-Type' => 'application/json' })
94
+ HTTParty.post(params[:swit_webhook_url], body: params[:swit_webhook_payload].to_json, headers: { 'Content-Type' => 'application/json' })
95
95
 
96
96
  UI.message("Finish Action")
97
97
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.60"
3
+ VERSION = "0.1.61"
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.60
4
+ version: 0.1.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이