fastlane-plugin-aws_device_farm 0.3.14.pre.alpha.pre.112 → 0.3.14.pre.alpha.pre.116
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c00a9b40c7073908d4ecb347063774489bcf74b9c8b7d3ce0bf37264ad1a3de
|
4
|
+
data.tar.gz: f9c297b078eaa664e143e8a15b0d3ad8516f5370c91014b88f98ed01b41f48f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 194679cdd70631e3d519d888d523e892fa00a61530a3a169f231f816c22c4e3128c24399cb976623fc5c5d6ef0e097e78bb5598c8aa789b1dd61239ea2630b5c
|
7
|
+
data.tar.gz: 824ebeab47882618146ac4aa50b83c92a3f9ad3ece9f48f62de9a02f495c10cf5cdde05b0958bca5bbad4a15f365ed79fa0c57bcedc7b254a2c8daf3df222b26
|
@@ -68,7 +68,7 @@ module Fastlane
|
|
68
68
|
# rubocop:disable Metrics/BlockNesting
|
69
69
|
if params[:wait_for_completion]
|
70
70
|
UI.message 'Waiting for the run to complete. ☕️'
|
71
|
-
run = wait_for_run project, run
|
71
|
+
run = wait_for_run project, run, params
|
72
72
|
if params[:allow_failed_tests] == false
|
73
73
|
if params[:allow_device_errors] == true
|
74
74
|
raise "#{run.message} Failed 🙈" unless %w[PASSED WARNED ERRORED].include? run.result
|
@@ -90,11 +90,11 @@ module Fastlane
|
|
90
90
|
#####################################################
|
91
91
|
|
92
92
|
def self.description
|
93
|
-
'Upload the application to the AWS device farm
|
93
|
+
'Upload the application to the AWS device farm'
|
94
94
|
end
|
95
95
|
|
96
96
|
def self.details
|
97
|
-
'Upload the application to the AWS device farm
|
97
|
+
'Upload the application to the AWS device farm'
|
98
98
|
end
|
99
99
|
|
100
100
|
def self.available_options
|
@@ -401,7 +401,7 @@ module Fastlane
|
|
401
401
|
}).run
|
402
402
|
end
|
403
403
|
|
404
|
-
def self.wait_for_run(project, run)
|
404
|
+
def self.wait_for_run(project, run, params)
|
405
405
|
while run.status != 'COMPLETED'
|
406
406
|
sleep POLLING_INTERVAL
|
407
407
|
if params[:print_waiting_periods]
|
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.14.pre.alpha.pre.
|
4
|
+
version: 0.3.14.pre.alpha.pre.116
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Helmut Januschka
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|