fastlane-plugin-firebase_app_distribution 0.9.0 → 0.9.1

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: 1ed146d48ff09a46b608e01e483f207ce62a2809d9a8ded675c56d0b22802ba7
4
- data.tar.gz: 18b893dc6b1a79a339fb7aeb8c432c13bd419d04df78dc4c5606dbfd24db64a6
3
+ metadata.gz: b432a12336537ce51caa06e26321f2047cc7d7c8ebe1c4abfe94a105b201e4ba
4
+ data.tar.gz: 1c50c9c30886b1d8f5435a7d85d081a0f2e6e0ecd837ca877ed2d51511eabecf
5
5
  SHA512:
6
- metadata.gz: afa135119953bc3ee405aa868e1f5012b0e1dc9ac1240b02a895f437125b142b5e58a9930e4dc137fcfac92e3711db9ac364d07c98f33e61a6de652e878bdf46
7
- data.tar.gz: c263365d7d45466c43486fb78548c7b0191b3f502e4e207f83b4674180badb457cb35e0f14e927f3a7c82841b6544ff5d44e0e05f99837f6ae45331dda9dbd92
6
+ metadata.gz: d296fa3989b9d3788b8322d21fed387e908c02c27157f3affe1dab72c0a19035ed871ea63be642c312cb7f0f636130406f161d629e2abd23da99aa98eab11f4a
7
+ data.tar.gz: 07b723bf3cf631e1dfc8402c890be0a78753d6d57e178c68f8c66b950727e0157d9573151ee08badf851f6a55c7f9a7b1965846bed4f5589969247614dc75cbd
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FirebaseAppDistribution
3
- VERSION = "0.9.0"
3
+ VERSION = "0.9.1"
4
4
  end
5
5
  end
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.0
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-02-08 00:00:00.000000000 Z
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.3
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