fastlane-plugin-saucectl 0.1.10.pre → 0.1.12.pre
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 +4 -4
- data/lib/fastlane/plugin/saucectl/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5c1b1e86799058713d0c0c72c6fca554e2324987890f542c195ccff37771236
|
|
4
|
+
data.tar.gz: 18493e33a91518ed18d8317cdbff1ab9459525855975ec2bd1a7c70aac298aaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 472ec1a1095d77a73f0f2006cb9c48a9d69029ee7d6f27b2a9783eba3cada375c2b9f41955c9fd82da69dbd5cbd2beeb2edf0ec83992f8b646bc32709fc13d81
|
|
7
|
+
data.tar.gz: 42c80a50db974e48ebbcefc06b0ce47f57599afedfb7d1af1a067b6f1c3e2f6cfc0af95f280e2def57b34f56af65ea2b4c80a964cbcc2f8f009182429f1745f8
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-saucectl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.12.pre
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ian Hamilton
|
|
@@ -196,7 +196,7 @@ homepage: https://github.com/ianrhamilton/fastlane-plugin-saucectl
|
|
|
196
196
|
licenses:
|
|
197
197
|
- MIT
|
|
198
198
|
metadata:
|
|
199
|
-
rubygems_mfa_required: '
|
|
199
|
+
rubygems_mfa_required: 'true'
|
|
200
200
|
post_install_message:
|
|
201
201
|
rdoc_options: []
|
|
202
202
|
require_paths:
|
|
@@ -212,10 +212,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
212
212
|
- !ruby/object:Gem::Version
|
|
213
213
|
version: 1.3.1
|
|
214
214
|
requirements: []
|
|
215
|
-
rubygems_version: 3.
|
|
215
|
+
rubygems_version: 3.3.7
|
|
216
216
|
signing_key:
|
|
217
217
|
specification_version: 4
|
|
218
218
|
summary: Simplify the set up, configuration, upload, and execution of espresso and
|
|
219
219
|
XCUITest on the Sauce Labs platform by utilizing fastlane which will enable you
|
|
220
|
-
to test your iOS and Android apps at scale
|
|
220
|
+
to test your iOS and Android apps at scale.
|
|
221
221
|
test_files: []
|