fastlane-plugin-android_testlab_script_swit 0.1.924 → 0.1.925

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: 87ecac21fa5112b7050a926fb270c163957891f415798d9e622104cbd0469d36
4
- data.tar.gz: a6ea48bee91c09d00545f9c2ea3ee8b2bc68826c330ea0a0b6b2566c9d9d6f97
3
+ metadata.gz: fb53a680f9b72d0306dc5dfd500770b91a6dd6685ee74162634fdfc63620049b
4
+ data.tar.gz: 8577d0dc9f6a99c6852659b84fa7d1f7d056d8b9425a025f87b7a3c44af837f7
5
5
  SHA512:
6
- metadata.gz: 6612b2355aa6650c3b4a55096462fac2c6d0f55c99e97b65ffded6c9dd05654495e63d5b337ca835359cb4e4105b4ac65376edbd9c36c3a7b9bdb15450f7a04a
7
- data.tar.gz: 303c49cac3747f52591fe67606d9888a4e03359aeef8f5273cf6e31903be78ca2a38c58da18d7e451712cbd73e50265efe8c697469624d76a8bdd56833c0e1cd
6
+ metadata.gz: 65147933cff1cef5c549d667c482c5b947ed0de183295ecd7244697e9bcdfe4cb1a23e9c857ba156c189583cb0805fe5d0f940d87356f762bcc195a169b1147b
7
+ data.tar.gz: 33b66527d1bce78cf7289049cc2163691a3a7ca849e5965162c918734c4cb244d25e922d1d657f4b5b36ab266e767959adf7987626441c9effdeae4eb55d9420
@@ -91,7 +91,7 @@ module Fastlane
91
91
  "{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Part : #{part}\"}]}"
92
92
  end.join(',')
93
93
 
94
- device_payload = "[{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"#{model}\"}]},{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\", \"content\": \"OS: #{version} / Locale: #{locale} / Orientation: #{orientation}\"},{\"type\":\"rich_text\",\"elements\":[{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"},{\"type\":\"rt_text\",\"content\":\" #{outcome} \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"}]}]}]}"
94
+ device_payload = "[{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"#{model}\"}]},{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\", \"content\": \"OS: #{version} / Locale: #{locale} / Orientation: #{orientation}\"},{\"type\":\"rich_text\",\"elements\":[{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"},{\"type\":\"rt_text\",\"content\":\" #{outcome} \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"}]}"
95
95
 
96
96
  end.join(',')
97
97
 
@@ -99,6 +99,8 @@ module Fastlane
99
99
 
100
100
  # Swit PayLoad 병합
101
101
  swit_webhook_payload += swit_device_payload + ']}]}'
102
+
103
+ UI.message(swit_webhook_payload)
102
104
 
103
105
  # Swit WebHook
104
106
  HTTParty.post(params[:swit_webhook_url], body: { body_text: swit_webhook_payload }.to_json, headers: { 'Content-Type' => 'application/json' })
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.924"
3
+ VERSION = "0.1.925"
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.924
4
+ version: 0.1.925
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이