fastlane-plugin-android_testlab_script_swit 0.1.61 → 0.1.62

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: ea4266f48f851c865ade46b5a6ae7b11658827ae0a3832641d586e3dbb95fd10
4
- data.tar.gz: 8845608427eda088dfd3a26182c6b1f573733369bbb8f4f88caeb883f48516d7
3
+ metadata.gz: d02e177def84ba2351c112268eab1a33901782fdb531088aa8b224e0bdf4a632
4
+ data.tar.gz: 45acfe808313d419546a4688e657d5486116293da704259ea29f9d94b899c336
5
5
  SHA512:
6
- metadata.gz: 90d389eda96cdd8ce262191670d78ffb7e387ddca552a531b01aab124fb20ead186d7c2a6f963b5e376fb1748c4df070e219e52429c7d28feb806fef68e71119
7
- data.tar.gz: 6d85761328a6f7a015605924c9ebb398240a6eb8ed494353b47add89587ec97b352520748d225b79f93f983c6d7443ffec43b6b8b352ceb6df1c68b7742c9295
6
+ metadata.gz: 97660d8b824517d9e92bcca10fffdd7ac4793fb478ee81de4d2ca66a6c5b6923c96aa67c3dce683674a94bed977862b3957137126fcd84bb2a49b74a19fc7bd6
7
+ data.tar.gz: 772195df543b735f2faf9fc972b64cb16d8a01c672a807bf2f557da2aba88aaad917c45976d82bbf5a8391eb33fd05428e0d35485f413c2668aee2b659021bc7
@@ -63,16 +63,16 @@ module Fastlane
63
63
  UI.message("Part #{index + 1}: #{part}")
64
64
  end
65
65
 
66
- params[:devices].each_with_index do |device, index|
67
- payload_string += %Q{
68
- {"type":"rt_section","indent":1,"elements":[{"type":"rt_text","content":"Device#{index + 1}"}]},
69
- {"type":"rt_section","indent":2,"elements":[{"type":"rt_text","content":"model : #{device[:model]}"}]},
70
- {"type":"rt_section","indent":2,"elements":[{"type":"rt_text","content":"OS Version : #{device[:version]}"}]},
71
- {"type":"rt_section","indent":2,"elements":[{"type":"rt_text","content":{"locale : #{device[:locale]}"}}},
72
- {"type":"rt_section","indent":2,"elements":[{"type\":\"rt_text\",\"content":{"orientation : #{device[:orientation]}"}}},
73
- {"type":"rt_section","indent":2,"elements":[{"type":"rt_text","content":{"Result : #{outcome}"}}},
74
- }
75
- end
66
+ # params[:devices].each_with_index do |device, index|
67
+ # payload_string += %Q{
68
+ # {"type":"rt_section","indent":1,"elements":[{"type":"rt_text","content":"Device#{index + 1}"}]},
69
+ # {"type":"rt_section","indent":2,"elements":[{"type":"rt_text","content":"model : #{device[:model]}"}]},
70
+ # {"type":"rt_section","indent":2,"elements":[{"type":"rt_text","content":"OS Version : #{device[:version]}"}]},
71
+ # {"type":"rt_section","indent":2,"elements":[{"type":"rt_text","content":{"locale : #{device[:locale]}"}}},
72
+ # {"type":"rt_section","indent":2,"elements":[{"type\":\"rt_text\",\"content":{"orientation : #{device[:orientation]}"}}},
73
+ # {"type":"rt_section","indent":2,"elements":[{"type":"rt_text","content":{"Result : #{outcome}"}}},
74
+ # }
75
+ # end
76
76
 
77
77
  end
78
78
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.61"
3
+ VERSION = "0.1.62"
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.61
4
+ version: 0.1.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이