fastlane-plugin-appcircle_testing_distribution 0.5.0.beta.1 → 0.5.0.beta.2
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/README.md +2 -0
- data/lib/fastlane/plugin/appcircle_testing_distribution/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffefedfb52927f54defeb5b68c86e000802a4324073dbcba59a19120b1b97f31
|
|
4
|
+
data.tar.gz: 0cca110881ca0aec01644853f98a2acd3981fd8899166561bb47b9de8c88fb1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6eff93ab97143092e84361636a54e44cafdedce86911db561540cc291fdce2f4943391e826d852fbe7e534a8ba1ebb33a54696166da588d3220e016722c8e50
|
|
7
|
+
data.tar.gz: ca2c8683a7cba5197a153f389ee46d4bde59cc6bd5a5dc14cc9d81bbae697f92e39729e0bd5f64bfdadf57e445a630bc32b991e5e68f0f302e63e49c5785267b
|
data/README.md
CHANGED
|
@@ -122,6 +122,8 @@ If you run a self-hosted Appcircle installation, point the plugin to your own en
|
|
|
122
122
|
)
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
+
> **Self-signed or private CA certificates:** If your self-hosted Appcircle server uses a self-signed certificate (or one issued by a private/internal CA), requests will fail certificate validation. The plugin does not disable TLS verification. Trust the server's CA on the machine running Fastlane — add it to the system certificate store, or point the `SSL_CERT_FILE` environment variable at a PEM bundle that includes it.
|
|
126
|
+
|
|
125
127
|
## Further Details
|
|
126
128
|
|
|
127
129
|
For more information please refer to the documentation.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-appcircle_testing_distribution
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.0.beta.
|
|
4
|
+
version: 0.5.0.beta.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- appcircleio
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|