fastlane-plugin-android_testlab_script_swit 0.1.926 → 0.1.928

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: 34b8d25d319d2c5be68976320164dd5fe7b577e40699d048e15992407087502e
4
- data.tar.gz: 9e87aa5dc2d3f0da8d8ba3daeea4c09ce694367cf234e73a7bcf47df4c68471e
3
+ metadata.gz: 928674a569cc7c119534982c35ce37eb83063b1caa6f649799e459abf0eeaca0
4
+ data.tar.gz: 62d89a0671967cc08da2a3030853c3063bf3af5872512fde3a7efa5531608c09
5
5
  SHA512:
6
- metadata.gz: 8b5773a623f2904dc9f25467ca3d14ee4875350c9226e8dcf34b37e80783a5f930339301d99a08405e4d56cd4e8bcb3c32b57be8d4d2caf49bac03474172f8db
7
- data.tar.gz: 569aa72edbdb0e03f7f2ed6c31341f87cf90761e54cdcbf821874b503f6aa9ec1128b7bc485e698eabe6a4e8cfd017f33329fb68e82d0ad92c05de9919e4ff37
6
+ metadata.gz: 0c9cb8c274bd4721bf913f72575067d27e4cdb35b62aa14effec0251e82f1d1d555ebdd6c54d08bffab66e972247f8124073de0607f758dc0715bfc0cb3136a0
7
+ data.tar.gz: 51cdea554d53b161d895fb562167ce700230eea9cb4e9e678f6b9c94ee3faeef7279dc9f5e0fdbddcf97d6fdeb01e10626a63db6ed53bf9d3e509db0fa65cf20
@@ -91,7 +91,15 @@ 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_emoji\",\"name\":\":tada:\"}]}}]"
94
+ # device_payload =
95
+ # "[{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"#{model}\"}]}, " +
96
+ # "{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\", \"content\": \"OS: #{version} / Locale: #{locale} / Orientation: #{orientation}\"}]}, " +
97
+ # "{\"type\":\"rich_text\",\"elements\":[{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"}]}}]"
98
+
99
+ device_payload =
100
+ "[{\"type\":\"rt_section\",\"indent\":1,\"elements\":[{\"type\":\"rt_text\",\"content\":\"#{model}\"}]}, " +
101
+ "{\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\", \"content\": \"OS: #{version} / Locale: #{locale} / Orientation: #{orientation}\"}]}, " +
102
+ "{\"type\":\"rt_section\",\"elements\":[{\"type\":\"rt_text\",\"content\":\"결과 : \"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"},{\"type\":\"rt_emoji\",\"name\":\":tada:\"}]}]"
95
103
 
96
104
 
97
105
  end.join(',')
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.926"
3
+ VERSION = "0.1.928"
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.926
4
+ version: 0.1.928
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이