fastlane-plugin-buildstash 1.0.5 → 1.0.6
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: 727e3851a1b3092bf90f3ce3719606c31b5ca0f58ec7cff2073311e4a8fddbc4
|
|
4
|
+
data.tar.gz: ba2f34c40e852b7399ee5032f32f622f2f4a4e5986b4cb4a41c4d9a51f2dafcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b5f9bd54818a0f797bf018637dbaf114771f2c707011c9308394abc4356c42afaea14894756c79d31c9b63f734084493598c0a0b7ccfb5a16797706f52d9cc5
|
|
7
|
+
data.tar.gz: 586a81d53fd7737b51b146cfc87e24ac510322780b31e4e487f4fcbbacae9a2b0694a4d804f485e87cff72e3fe2b37b1aff75d6fe51cb02b167ea456e9d67ff8
|
|
@@ -627,7 +627,7 @@ module Fastlane
|
|
|
627
627
|
key: :ssl_verify,
|
|
628
628
|
description: "Set to false to disable SSL certificate verification. Only use this if your CI runner has SSL issues (e.g. unable to verify certificate CRL)",
|
|
629
629
|
optional: true,
|
|
630
|
-
|
|
630
|
+
is_string: false,
|
|
631
631
|
default_value: true
|
|
632
632
|
),
|
|
633
633
|
|