fastlane-plugin-firebase_app_distribution 0.7.2 → 0.7.3

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: acf5235acb6cfddfc1046c7a0acc6fbd021def03abb41a0e2a852108e16ccdfc
4
- data.tar.gz: 855bc22b9ceedff6d11090ee4ca592ec05021026a470ec2997d161dff8a631d2
3
+ metadata.gz: 31b34bdb303bcc029291767ec3396329550ed6ac8f038774b37d78fb5121f1dc
4
+ data.tar.gz: 220323bd4dab4e6cd20fca8a863aa184d4b88fdf261549ecb115d8ef4aaf0b6b
5
5
  SHA512:
6
- metadata.gz: df84d2a9fe2720885159ceed088eae262503d0f7d56d6bb73d065a524cfd74b1d372e699beb93a88e1d23bddd1df269e64fdeba886c149174dc18ef3844ecf57
7
- data.tar.gz: 397d56efaa7ce78800bcd885a9ede5696e38f10bc9bd796f996f39790f51737403374f893a8de48096ef2a3de0928c937034377aeae600e221c16b7a72740efc
6
+ metadata.gz: 7256d3eb6e7ac59dd8bffbd3ce3d1fda8b98d1284c6576ad556e1f43d46d7adc0b86a59fc5a30577438a525fea8f46b76027b28278a2c3a025d98b3c6e8636e7
7
+ data.tar.gz: a4469ffccd6a38a78dfaf3729433ab5961ade3fc251f97c791123f76632c8142f25544afd6ece4c961310d45d0277be0212782ababbc8418eceb08c4d568dec3
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FirebaseAppDistribution
3
- VERSION = "0.7.2"
3
+ VERSION = "0.7.3"
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.7.2
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-08-04 00:00:00.000000000 Z
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