fastlane-plugin-aws_device_farm 0.3.7.pre.alpha.pre.78 → 0.3.7
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '082b541be673437621cc519a2a24dae93c16a4fcc9fc182bd8386db5b60c881c'
|
|
4
|
+
data.tar.gz: 8b0954cd2438f34dda5104f859e3c3fcd1c0def2154a1b20a9b4663cff189b70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 936cb3a43da34a2808160b707ddd50355a449918ed2b26b553c0386d0a1facfeab5f42a35273de5ba8a42a0480296ec3a3bcff1671576f77a78ed359db94d943
|
|
7
|
+
data.tar.gz: 5a8953abe9ac2c67383bdac5b448d3f9cd8b18e7d7c3d451ebd0eb2a1d0f1155e9ca11299c59a840fea2913509f5973af7634f499f5464a197350c66e15d2361
|
|
@@ -57,7 +57,7 @@ module Fastlane
|
|
|
57
57
|
raise 'Binary upload failed. 🙈' unless upload.status == 'SUCCEEDED'
|
|
58
58
|
|
|
59
59
|
# Schedule the run.
|
|
60
|
-
|
|
60
|
+
run = schedule_run params[:run_name], project, device_pool, upload, test_upload, type, params
|
|
61
61
|
|
|
62
62
|
# Wait for run to finish.
|
|
63
63
|
# rubocop:disable Metrics/BlockNesting
|
|
@@ -75,8 +75,6 @@ module Fastlane
|
|
|
75
75
|
else
|
|
76
76
|
UI.message 'Successfully scheduled the tests on the AWS device farm. ✅'.green
|
|
77
77
|
end
|
|
78
|
-
|
|
79
|
-
run = scheduled_run
|
|
80
78
|
end
|
|
81
79
|
# rubocop:enable Metrics/BlockNesting
|
|
82
80
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.7
|
|
4
|
+
version: 0.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Helmut Januschka
|
|
@@ -136,11 +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:
|
|
141
|
+
version: '0'
|
|
142
142
|
requirements: []
|
|
143
|
-
|
|
143
|
+
rubyforge_project:
|
|
144
|
+
rubygems_version: 2.7.2
|
|
144
145
|
signing_key:
|
|
145
146
|
specification_version: 4
|
|
146
147
|
summary: Run UI Tests on AWS Devicefarm
|