fastlane-plugin-aws_device_farm 0.3.20 → 0.3.21.pre.alpha.pre.192

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: e91653f74dbcf72292f3e642baee0a139ab7b9a2eacbc48c943ad23e791dc3c2
4
- data.tar.gz: 98c2cd4e0829037c141d1b9a2d59cf5eb2e6d5cddfc939b0c9f69585c0b110f0
3
+ metadata.gz: 2049d1fe850442a4495012f14add74b4990884b6eb13d6ab2fbdc95ccd1c086b
4
+ data.tar.gz: c9b00dfd95aa2c3df50dd2f4121bae116bd889f94cbf54a8c9ef899036090d2d
5
5
  SHA512:
6
- metadata.gz: c9abddf60d30aa09fc36e67ae12a1050beaf8e65cf4eed1ceaa35e08fd0e306c47242264f902f23976817994dda3ca89ead18304f116bf08b1eb2e95d1a14e1d
7
- data.tar.gz: 5bf881fc4e026fa5f2337fcaf4865a5a198a1142a9d1b5b2d725116ff864873f1eca2f2feb88dd1ca5b914a32b8e8cfac82dd88e43ee4b7f125145530b57066a
6
+ metadata.gz: 1dc70a616c75a6b3379bff9a9a54734dc2f6dc20933873ced913d38305c11799ed8604d1fe958d8e117f342bb0fe12039263fa600c8b54103d56580ba86acd64
7
+ data.tar.gz: 365bbf4a553bb0331abdefd8794243fb244dc82f7ed1a3f5449f62cbcad655c131b13599721583d84c166a0c3e9de95a0e125d0b9411754918a709316c6b1c88
@@ -85,12 +85,9 @@ module Fastlane
85
85
 
86
86
  run
87
87
  end
88
-
89
- # Get the network profile from params if value is provided
90
- if params[:network_profile_arn]
91
- configuration[:network_profile_arn] = params[:network_profile_arn]
92
- end
93
-
88
+
89
+
90
+
94
91
  # rubocop:enable Metrics/BlockNesting
95
92
  #
96
93
  #####################################################
@@ -236,7 +233,7 @@ module Fastlane
236
233
  default_value: nil,
237
234
  optional: false,
238
235
  is_string: true
239
- ),
236
+ ),
240
237
  FastlaneCore::ConfigItem.new(
241
238
  key: :wait_for_completion,
242
239
  env_name: 'FL_AWS_DEVICE_FARM_WAIT_FOR_COMPLETION',
@@ -444,9 +441,13 @@ module Fastlane
444
441
  configuration_hash = {
445
442
  billing_method: params[:billing_method],
446
443
  locale: params[:locale],
447
- network_profile_arn: params[:network_profile_arn]
448
444
  }
449
445
 
446
+ # Get the network profile from params if value is provided
447
+ if params[:network_profile_arn]
448
+ configuration_hash[:network_profile_arn] = params[:network_profile_arn]
449
+ end
450
+
450
451
  @client.schedule_run({
451
452
  name: name,
452
453
  project_arn: project.arn,
@@ -457,6 +458,7 @@ module Fastlane
457
458
  }).run
458
459
  end
459
460
 
461
+
460
462
  def self.fetch_run_status(run)
461
463
  @client.get_run({
462
464
  arn: run.arn
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AwsDeviceFarm
3
- VERSION = "0.3.20"
3
+ VERSION = "0.3.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
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.20
4
+ version: 0.3.21.pre.alpha.pre.192
5
5
  platform: ruby
6
6
  authors:
7
7
  - Helmut Januschka
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2020-10-28 00:00:00.000000000 Z
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description:
111
+ description:
112
112
  email: helmut@januschka.com
113
113
  executables: []
114
114
  extensions: []
@@ -125,7 +125,7 @@ homepage: https://github.com/hjanuschka/fastlane-plugin-aws_device_farm
125
125
  licenses:
126
126
  - MIT
127
127
  metadata: {}
128
- post_install_message:
128
+ post_install_message:
129
129
  rdoc_options: []
130
130
  require_paths:
131
131
  - lib
@@ -136,12 +136,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
- - - ">="
139
+ - - ">"
140
140
  - !ruby/object:Gem::Version
141
- version: '0'
141
+ version: 1.3.1
142
142
  requirements: []
143
143
  rubygems_version: 3.0.8
144
- signing_key:
144
+ signing_key:
145
145
  specification_version: 4
146
146
  summary: Run UI Tests on AWS Devicefarm
147
147
  test_files: []