fastlane-plugin-android_testlab_script_swit 0.1.85 → 0.1.86

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: e1352613dbb39bee54616826260d3b3539331d8a0c2869af61506237cacf8be3
4
- data.tar.gz: d8bf3cfc2416b40b5fc45cbc1a66b6e8ed58bf49a2b1e617c0925308752141a6
3
+ metadata.gz: ddccae6b3ca22779505e4535d3034393a70efb46d3b0258ae95963ca42a5f539
4
+ data.tar.gz: 361c2900899571fa9f7ac4ec1e0885f91be3fc8fea352b3c9815e7b5450344b0
5
5
  SHA512:
6
- metadata.gz: fdc04110c9b572ea43925c146095f5fd0d8c4a51b960b513604bc60ead5eee64e5ff7c551ecd8bb372d44152bf2999c36a2b5106e0179ba8ce9b680ea861c72f
7
- data.tar.gz: b26b408cc9fa0fdb96753d90f31c33250b4e88dee8f2cb2450400cc87d1483828af6c51d14bc9fb28c1f800e52886eadf72ca64b8be1d161041ffaa49872f9fd
6
+ metadata.gz: 968c00b66588da5578feb534991e3a62968d0b8a1cae3bfcc4619f97934e2312f9588c438edaa1253b9ecf28487583c988366340b3d03aba24edc2f6b6821843
7
+ data.tar.gz: 2cd4a4d2a5403031d26d07dfb13e627408e74c77c7b8f0b1247735428a1a26afe65b2d5c14d25af6dda9e2feef54b36d09695e0f096f3d6dd5fedf89971fd81a
@@ -70,7 +70,7 @@ module Fastlane
70
70
  {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"OS Version : #{device[:version]}\"}]},
71
71
  {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"locale : #{device[:locale]}\"}]},
72
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}\"}]},"
73
+ {\"type\":\"rt_section\",\"indent\":2,\"elements\":[{\"type\":\"rt_text\",\"content\":\"Result : #{outcome}\"}]}"
74
74
 
75
75
  new_payload += "," unless index == params[:devices].length - 1
76
76
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.85"
3
+ VERSION = "0.1.86"
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.85
4
+ version: 0.1.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이