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: 75c1836601777288891e913ddc9a5e25e1e353625d4ce611daf455db4b00a06e
4
- data.tar.gz: dd994b3e19e7e9eef89e3aac51f86816de6c4e501275704dc97b30ecbdd425b3
3
+ metadata.gz: 1c00a9b40c7073908d4ecb347063774489bcf74b9c8b7d3ce0bf37264ad1a3de
4
+ data.tar.gz: f9c297b078eaa664e143e8a15b0d3ad8516f5370c91014b88f98ed01b41f48f8
5
5
  SHA512:
6
- metadata.gz: 95efc3eaeaf90a508300391370a42a028c7bbeddf688e0c5cc0f7469ceac66950dd884a5d29ffe6d1207847961f2d29407b6a9efb8a89e3880f236a8e298a59f
7
- data.tar.gz: 36c32fbba5fd33101d285bf11a7b3c42b9137c5dee160e83bd768aa4c5bd8037c63054716c528a5a405ebdd7fbe55f0db75dd945d6993c746b9e18e09df7e041
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.112
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-01-29 00:00:00.000000000 Z
11
+ date: 2020-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk