fastlane-plugin-android_testlab_script_swit 0.1.75 → 0.1.76

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: fe3ac169af8cb0247450d7ea27192f113a60ee44701601421abdf65a59407d7e
4
- data.tar.gz: b6314bf5674c305af923baaaaa9c41f8a2bb7249a0ca823a31816fa65a92030a
3
+ metadata.gz: 2394211b30aa58256c2dbd3b499d91bc46d165461ddd600b6ef876615d47e4e9
4
+ data.tar.gz: 9e431175247d4901e940faa02f08c9072c906cda0ccec93a362a2d4a2e3b69be
5
5
  SHA512:
6
- metadata.gz: f4b13da9d53cc2d9d3d3d660bec47ec4397d063f1b4bd2f7b44d208b9f8b0eb0f1226dde386800f658ae1404f1c2238222d7395060756d88cea86062203037b2
7
- data.tar.gz: 7e5d53cbf1ad81b764a6aeadcdb7c3973126b0d47c40b4818574560fc274be09f3e563016051b0aa01db7ec66b37f2b87b18be1f044b6877c2bcfc7ac3aff821
6
+ metadata.gz: 29339cb099d2da3391c294bc3aa57d8fe63e6acabcba62a8b98f54fc9fd0a9eeeff69f3d9e836d99507f9d243da1dfeb2c1c3369e134f5077e25657ca1a71b6e
7
+ data.tar.gz: cf8cda565de4bc9753e3c444dd63fa13ad51ec4420661b88cbade7f116ca13c9042d73b7f294e50b5a5cd324ae0749b6740bf73b1ffc08d17af124c2c6005a50
@@ -45,22 +45,22 @@ module Fastlane
45
45
 
46
46
 
47
47
  # 각 JSON 객체에 대해 반복
48
- json.each do |item|
49
- # 정보 추출하기
50
- axis_value = item["axis_value"]
51
- outcome = item["outcome"]
52
- test_details = item["test_details"]
53
-
54
- # 'axis_value' 분리하기
55
- parts = axis_value.split('-')
56
-
57
- # 출력하기
58
- UI.message("Outcome: #{outcome}, Test Details: #{test_details}")
59
-
60
- parts.each_with_index do |part, index|
61
- UI.message("Part #{index + 1}: #{part}")
62
- end
63
- end
48
+ # json.each do |item|
49
+ # # 정보 추출하기
50
+ # axis_value = item["axis_value"]
51
+ # outcome = item["outcome"]
52
+ # test_details = item["test_details"]
53
+ #
54
+ # # 'axis_value' 분리하기
55
+ # parts = axis_value.split('-')
56
+ #
57
+ # # 출력하기
58
+ # UI.message("Outcome: #{outcome}, Test Details: #{test_details}")
59
+ #
60
+ # parts.each_with_index do |part, index|
61
+ # UI.message("Part #{index + 1}: #{part}")
62
+ # end
63
+ # end
64
64
 
65
65
  # params[:devices].each_with_index do |device, index|
66
66
  # payload_string = +{,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.75"
3
+ VERSION = "0.1.76"
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.75
4
+ version: 0.1.76
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이