fastlane-plugin-appcircle_enterprise_app_store 0.1.0.beta.1 → 0.1.0

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: 708041f71a3768ac678ff84edfd65e6934fafea29c26aef93bc3ddbc84ef7490
4
- data.tar.gz: 365766a76b75d96603a698d49b5555cb840b92b1a61cf53eca7f7d74cea6b3d3
3
+ metadata.gz: 9a76511e9ec2a811056f62b51061d620f68cd739059037d693299e7ec3a40c01
4
+ data.tar.gz: 8229f2aae80782a535e6187c87ac645265bdcae007e0d4aafb2eb900237ab780
5
5
  SHA512:
6
- metadata.gz: 5a08f54eb84c62cf0ace4305f681744d70683740ca71571086d9f6ebf90764db680fae47cc43b781f45b5bb68b3e563cd535d1d25c9eaa05240fcfafb47ff041
7
- data.tar.gz: 1d607adf62d805e9f696a1c36ee009de8e9208327ac8a519e7737ec8f34dc2302b8fb1afb1d6aa7902ba191ed5e6c2c8178878535532364af0db5c5f22d40bf1
6
+ metadata.gz: fcf0c23f607e09562ca0d582eb00a895baf086e2cad4d0c7f8716a1cb20ad27d5d03b7238ea2145ba81d550f2cdd6c24e2b7b5f2b3652376ba7d5dfad4e4d4db
7
+ data.tar.gz: b1c61e907277b7d2f330991988741f618c13383afd78cc99d0244c352bc98d209e1396b189de9f5838e930a1d6d368bbc077dd5de62b66367e9be94689cc81b5
data/README.md CHANGED
@@ -105,6 +105,8 @@ If you run a self-hosted Appcircle installation, point the action to your own en
105
105
 
106
106
  **If two workflows start simultaneously, the last workflow to reach the publish step will be the up-to-date version on the Enterprise App Store. If these workflows building the same package version, the first publish will be successful, while later deployments with the same version will fail.**
107
107
 
108
+ > **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.
109
+
108
110
  ### Leveraging Environment Variables
109
111
 
110
112
  Utilize environment variables seamlessly by substituting the parameters with $(VARIABLE_NAME) in your task inputs. The extension automatically retrieves values from the specified environment variables within your pipeline.
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AppcircleEnterpriseAppStore
3
- VERSION = "0.1.0.beta.1"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appcircle_enterprise_app_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta.1
4
+ version: 0.1.0
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-22 00:00:00.000000000 Z
11
+ date: 2026-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -54,9 +54,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
54
  version: '2.6'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">"
57
+ - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 1.3.1
59
+ version: '0'
60
60
  requirements: []
61
61
  rubygems_version: 3.3.27
62
62
  signing_key: