fastlane-plugin-android_testlab_script_swit 0.1.901 → 0.1.903

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: 9df5077c3ed88a2e24742ccf721a792a30aaa518a55e8a75ce83bcb772472faa
4
- data.tar.gz: f8a9cc8f6578206bb345b59f9588b648e70aab5d938629ba3f8bf081a16680e1
3
+ metadata.gz: 7c24ffd72754718feaa353e17d8beeeaeb596e612f7a66b392671610fe013ffc
4
+ data.tar.gz: 4c94fe5712584b6232274e22fa529dcd0da376af0c6e4b18d02cf49bd8d36139
5
5
  SHA512:
6
- metadata.gz: e75382078a46efded4b897a55f587db722df98ff7aa213d8deb5859179e16f797d215b02bcd0f907b3b0f10d7feb28549e0cc8d123da97d9737e1cec2dfa2a70
7
- data.tar.gz: 65d80a84ab251238aab9aa972b60847b0e91761f399a1a754a6c20dac500a001ac5fc79b00b4a3dd6ef1b9668ededd260963d613b17ff60605eba7e221b714a8
6
+ metadata.gz: c57b187291ecfe96b8f80e87511b41dafb530201fd657bda12e4cfb1a99ba64da79a7ca42c4952ecc6902e921c86ebd665d43a35d968df8e4866a31a8590ee08
7
+ data.tar.gz: 701b04e4d5fe0fa2f0085383063acb2901bda0b82d05949e3e18392e77d4e74fbd82c737b39d656662939d1d93545b2b6047950f611fb257644477e2dbb8ac23
@@ -71,14 +71,13 @@ module Fastlane
71
71
  results.each do |result|
72
72
  result[:parts].each_with_index do |part, index|
73
73
  new_payload += "{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Device#{index + 1}\"}]},
74
- {\"type\": \"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"model : #{part[:model]}\"}]},
75
- {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"OS Version : #{part[:version]}\"}]},
76
- {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"locale : #{part[:locale]}\"}]},
77
- {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"orientation : #{part[:orientation]}\"}]},
78
- {\"type\":{\"tada:\"},{\"name\":{\"tada:\"}}},
79
- {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content":"Result : " + result[:outcome] + "\"}]}"
80
-
81
- new_payload += "," unless index == result[:parts].length -1
74
+ {\"type\": \"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"model : #{part[:model]}\"}]},
75
+ {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"OS Version : #{part[:version]}\"}]},
76
+ {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"locale : #{part[:locale]}\"}]},
77
+ {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"orientation : #{part[:orientation]}\"}]},
78
+ {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Result : #{result[:outcome]}\"}]}"
79
+
80
+ new_payload += "," unless index == result[:parts].length - 1
82
81
  end
83
82
  end
84
83
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.901"
3
+ VERSION = "0.1.903"
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.901
4
+ version: 0.1.903
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이