fastlane-plugin-android_testlab_script_swit 0.1.88 → 0.1.89

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: 8efcd44fe90effdd67b95f22b7568624bbc8eea3aceede3fef4b5d33bd8cdd29
4
- data.tar.gz: e7de18bb1ccb2fba2a2981ae8dbe38c0c0301d52ff4b885b570a93d410bd85bf
3
+ metadata.gz: e2f4848d0bbfdacaba69ad9c0ee781e4329424a1cc779ee7c6b181c58e2fbb11
4
+ data.tar.gz: 24f5351b95bef8bbc442f3904d7971e6f4fb6986a68ba7aed48670b7373cd6c0
5
5
  SHA512:
6
- metadata.gz: 0e20215b9af6941ab44dc895f8bd0aa98909e2edb1c2397b32d22510e43f8f0bbf77202f01532ae102f0f25904ddd00b32d711ec2d53b8f1166d2ef54c209f47
7
- data.tar.gz: 28eb280d4298a5da2c57d331b977364f0df8933929f1f862f5a139ca133bebbe4eab0b1cd5be96f2ff0c88a36051539b7b928d7fb7549af23abdc246615cc9ad
6
+ metadata.gz: d8c889ff05fde2a00d5ad0a90fa73bb9a3f014d99b951fb75d31abbdf575906932b6e7f17c4e2f6d65439352db15d7645b183c2164fa6d9cde8debbd92d20e8a
7
+ data.tar.gz: a5b58629c96d450d08cb3833f1525e451c29784e7145f9e7aebf9ed169ca9e903a0983ca6d3aade292115442ea723bf5971b5ae38df6899938bd7b95188e39b8
@@ -61,7 +61,7 @@ module Fastlane
61
61
  UI.message("Outcome: #{outcome}, Test Details: #{test_details}")
62
62
 
63
63
  params[:devices].each_with_index do |device, index|
64
- UI.message("Part #{index + 1}: #{part}")
64
+ # UI.message("Part #{index + 1}: #{part}")
65
65
 
66
66
  new_payload += "{\"type\": \"rt_section\", \"indent\": 1, \"elements\": [{\"type\": \"rt_text\", \"content\": \"Device#{index + 1}\"}]},
67
67
  {\"type\": \"rt_section\", \"indent\": 2, \"elements\": [{\"type\": \"rt_text\", \"content\": \"model : #{device[:model]}\"}]},
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.88"
3
+ VERSION = "0.1.89"
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.88
4
+ version: 0.1.89
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이