fastlane-plugin-firebase_app_distribution 0.7.2 → 0.7.3
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: 31b34bdb303bcc029291767ec3396329550ed6ac8f038774b37d78fb5121f1dc
|
4
|
+
data.tar.gz: 220323bd4dab4e6cd20fca8a863aa184d4b88fdf261549ecb115d8ef4aaf0b6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7256d3eb6e7ac59dd8bffbd3ce3d1fda8b98d1284c6576ad556e1f43d46d7adc0b86a59fc5a30577438a525fea8f46b76027b28278a2c3a025d98b3c6e8636e7
|
7
|
+
data.tar.gz: a4469ffccd6a38a78dfaf3729433ab5961ade3fc251f97c791123f76632c8142f25544afd6ece4c961310d45d0277be0212782ababbc8418eceb08c4d568dec3
|
data/lib/fastlane/plugin/firebase_app_distribution/helper/firebase_app_distribution_helper.rb
CHANGED
@@ -78,7 +78,7 @@ module Fastlane
|
|
78
78
|
end
|
79
79
|
|
80
80
|
client = Google::Apis::FirebaseappdistributionV1::FirebaseAppDistributionService.new
|
81
|
-
client.authorization = get_authorization(service_credentials_file, firebase_cli_token)
|
81
|
+
client.authorization = get_authorization(service_credentials_file, firebase_cli_token, debug)
|
82
82
|
client
|
83
83
|
end
|
84
84
|
|
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.7.
|
4
|
+
version: 0.7.3
|
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: 2023-
|
13
|
+
date: 2023-09-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: google-apis-firebaseappdistribution_v1
|