fastlane-plugin-aws_device_farm 0.3.24 → 0.3.25

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: 70ca38199754fc9a977576361b8cd9591177da31eaf7f21622e69f21323b5d8a
4
- data.tar.gz: 670199ee0e1592bb653e89cb6dda4562da9fee31dc5122260dc472f5cac783aa
3
+ metadata.gz: f52e0200eabb7d3545aa95721b63c76a17e83a3b670039d29d11cb50b6dc7a65
4
+ data.tar.gz: 4e9b12c3a95bd1cd6dcd63167d5171c97338c5d02faecbc5a1e95d15f2622986
5
5
  SHA512:
6
- metadata.gz: 142fca415e7a81535525a02e10a0597b5141af82e9cceb4df092c8a4b450e5a71e27474247184d992cec217ef009d0edb780d6ee10521dbe3b5d4fa803a65f3b
7
- data.tar.gz: 67504e83a62b90713ebe61a2e01fadede9f19a243cacf1315acadc58037f2c009261c8807eaf6bdaa50bce428da1a0c3ef23548e3b1d9b8ef8a1662945a88786
6
+ metadata.gz: 2014882b76cc69cc4a644ba6c77df249512054bcdf60f6f9d159d867aa0e3d8a8b2ff3b503cc537ebebce722bce11a7cca6dc9aa6d650fbf9d3298f017a29946
7
+ data.tar.gz: bf08bc87f981cac45be12f73e69a81f1dbf4fb1fac4b0e53e1598367adc00eed3278cf20f31bc909f0d856924c391b7a0db14e3cce70d6cd6953f56cff77f312
@@ -346,7 +346,8 @@ module Fastlane
346
346
  default_value: [],
347
347
  verify_block: proc do |value|
348
348
  valid_values = ['LOG',
349
- 'SCREENSHOT']
349
+ 'SCREENSHOT',
350
+ 'CUSTOMER_ARTIFACT']
350
351
  raise "Artifact type concludes invalid values are: '#{(value - valid_values)}'. 🙈".red unless (value - valid_values).empty?
351
352
  end
352
353
  ),
@@ -523,7 +524,7 @@ module Fastlane
523
524
  rows << [status, j.name, j.device.form_factor, j.device.platform, j.device.os]
524
525
 
525
526
  # artifact
526
- artifact_support_types = %w(LOG SCREENSHOT)
527
+ artifact_support_types = %w(LOG SCREENSHOT CUSTOMER_ARTIFACT)
527
528
  params[:artifact_types].each do |type|
528
529
  next unless artifact_support_types.include?(type) && params[:artifact]
529
530
 
@@ -538,6 +539,8 @@ module Fastlane
538
539
  file_name = "#{artifact.name}.#{artifact.extension}"
539
540
  when "SCREENSHOT"
540
541
  file_name = "#{artifact.name}.#{artifact.extension}"
542
+ when "CUSTOMER_ARTIFACT"
543
+ file_name = "#{artifact.name}.#{artifact.extension}"
541
544
  end
542
545
 
543
546
  file_dir_path = "#{params[:artifact_output_dir]}/#{j.name}/#{j.device.os}"
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AwsDeviceFarm
3
- VERSION = "0.3.24"
3
+ VERSION = "0.3.25"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-aws_device_farm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.24
4
+ version: 0.3.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Helmut Januschka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-07 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -140,8 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
- rubyforge_project:
144
- rubygems_version: 2.7.7
143
+ rubygems_version: 3.0.3.1
145
144
  signing_key:
146
145
  specification_version: 4
147
146
  summary: Run UI Tests on AWS Devicefarm