fastlane-plugin-android_testlab_script_swit 0.1.925 → 0.1.927

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: fb53a680f9b72d0306dc5dfd500770b91a6dd6685ee74162634fdfc63620049b
4
- data.tar.gz: 8577d0dc9f6a99c6852659b84fa7d1f7d056d8b9425a025f87b7a3c44af837f7
3
+ metadata.gz: 4409786bf47178c6302b82ecaa661d6464af8511d0025e611bd04fafcc04dec7
4
+ data.tar.gz: b9bfed1de2cd3c5031bc5d6e03e3d2cb0fdeeafb4cbd3aaa43602019a4104f97
5
5
  SHA512:
6
- metadata.gz: 65147933cff1cef5c549d667c482c5b947ed0de183295ecd7244697e9bcdfe4cb1a23e9c857ba156c189583cb0805fe5d0f940d87356f762bcc195a169b1147b
7
- data.tar.gz: 33b66527d1bce78cf7289049cc2163691a3a7ca849e5965162c918734c4cb244d25e922d1d657f4b5b36ab266e767959adf7987626441c9effdeae4eb55d9420
6
+ metadata.gz: e1a26710125ef38a675c93a52e22abe3ddbfd85d05f557eb84d0bbd8f4511b40d5b4991b26c5ad86c68203bf8183e099e1dfbe0de107d73b6f23709b84e7c5a3
7
+ data.tar.gz: 9bfaeb50e87bf828f820f86b5579cb50a8e8424c561eff8c6c80bc51d188337ffc4cd830b9076fc4ecfee0ba88763dcfbffaea34df55cd56b85b60b97fe717b6
@@ -90,8 +90,14 @@ module Fastlane
90
90
  parts_payload = axis_value_parts.map do |part|
91
91
  "{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Part : #{part}\"}]}"
92
92
  end.join(',')
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_emoji\",\"name\":\":tada:\"}]}}]"
95
+
96
+ device_payload =
97
+ "[{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"#{model}\"}]}, " +
98
+ "{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\", \"content\": \"OS: #{version} / Locale: #{locale} / Orientation: #{orientation}\"}]}, " +
99
+ "{\"type\":\"rich_text\",\"elements\":[{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"}]}}]"
93
100
 
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
101
 
96
102
  end.join(',')
97
103
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.925"
3
+ VERSION = "0.1.927"
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.925
4
+ version: 0.1.927
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이