fastlane-plugin-firebase_app_distribution 0.9.0.pre.5 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b432a12336537ce51caa06e26321f2047cc7d7c8ebe1c4abfe94a105b201e4ba
|
4
|
+
data.tar.gz: 1c50c9c30886b1d8f5435a7d85d081a0f2e6e0ecd837ca877ed2d51511eabecf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d296fa3989b9d3788b8322d21fed387e908c02c27157f3affe1dab72c0a19035ed871ea63be642c312cb7f0f636130406f161d629e2abd23da99aa98eab11f4a
|
7
|
+
data.tar.gz: 07b723bf3cf631e1dfc8402c890be0a78753d6d57e178c68f8c66b950727e0157d9573151ee08badf851f6a55c7f9a7b1965846bed4f5589969247614dc75cbd
|
data/lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb
CHANGED
@@ -221,7 +221,7 @@ module Fastlane
|
|
221
221
|
end
|
222
222
|
|
223
223
|
def self.aab_certs_included?(test_certificate)
|
224
|
-
present?(test_certificate.hash_md5) && present?(test_certificate.hash_sha1) &&
|
224
|
+
!test_certificate.nil? && present?(test_certificate.hash_md5) && present?(test_certificate.hash_sha1) &&
|
225
225
|
present?(test_certificate.hash_sha256)
|
226
226
|
end
|
227
227
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-firebase_app_distribution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Natchev
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2024-
|
13
|
+
date: 2024-04-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: google-apis-firebaseappdistribution_v1
|
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
209
|
- !ruby/object:Gem::Version
|
210
210
|
version: '0'
|
211
211
|
requirements: []
|
212
|
-
rubygems_version: 3.5.
|
212
|
+
rubygems_version: 3.5.9
|
213
213
|
signing_key:
|
214
214
|
specification_version: 4
|
215
215
|
summary: Release your beta builds to Firebase App Distribution. https://firebase.google.com/docs/app-distribution
|