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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b541afd17beb46529fcf9cc5f41ad423f0fba87d4ee44a5b0a5b5624cd97a48
4
- data.tar.gz: f1c4e08892d579ea854a74cea8bceceb9b2f2e49826a1ad53798cb2c7a5fcf34
3
+ metadata.gz: b5c1b1e86799058713d0c0c72c6fca554e2324987890f542c195ccff37771236
4
+ data.tar.gz: 18493e33a91518ed18d8317cdbff1ab9459525855975ec2bd1a7c70aac298aaf
5
5
  SHA512:
6
- metadata.gz: '093215e064f8e678857f4724e1e7c44bbae917e9f1a1abf82a1ea3f69e5f4e10616999f0d3d55c599f755a43bdcf579e5db21dd6ca2644a4f9ad8f585e7cdb6e'
7
- data.tar.gz: 59e081017b84b9be9ef4aded8598a67b05aee191b0821a39b2c9424cf988c4dcf821ee42289ed240882636486cbacae7c30eeff9e06edfaaa667afe492f85449
6
+ metadata.gz: 472ec1a1095d77a73f0f2006cb9c48a9d69029ee7d6f27b2a9783eba3cada375c2b9f41955c9fd82da69dbd5cbd2beeb2edf0ec83992f8b646bc32709fc13d81
7
+ data.tar.gz: 42c80a50db974e48ebbcefc06b0ce47f57599afedfb7d1af1a067b6f1c3e2f6cfc0af95f280e2def57b34f56af65ea2b4c80a964cbcc2f8f009182429f1745f8
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Saucectl
3
- VERSION = '0.1.10.pre'.freeze
3
+ VERSION = '0.1.12.pre'.freeze
4
4
  end
5
5
  end
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.10.pre
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: 'false'
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.0.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: []