fastlane-plugin-firebase_app_distribution 0.7.2 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/firebase_app_distribution/client/firebase_app_distribution_api_client.rb +1 -1
- data/lib/fastlane/plugin/firebase_app_distribution/helper/firebase_app_distribution_helper.rb +1 -1
- data/lib/fastlane/plugin/firebase_app_distribution/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 472d779b44b65f59dd24063df03381828252f70e5a5e7b539607eae358adf97c
|
4
|
+
data.tar.gz: c0ffd2c61d9929eeaa51dd6f91d46ba2eb7eca99c3a190cddbb27f09b282b9f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dae30f5fe89bf653fd9577474e896aa058de406f31c3ec677e793cfef03bf3c760d853da130a82ec14c1d7290e91afb65fb2c6e843612dc03b3b2662ba81a4b
|
7
|
+
data.tar.gz: b95312cb73b0c05ef27f868130a9a56bedf085416b6cccabe8e6f194de5e132e6ac4500641430fb3695f77b4653fa20cc6209c366690483e4693a1ad8b882ab7
|
data/lib/fastlane/plugin/firebase_app_distribution/client/firebase_app_distribution_api_client.rb
CHANGED
@@ -37,7 +37,7 @@ module Fastlane
|
|
37
37
|
request.headers[AUTHORIZATION] = "Bearer " + @auth_token
|
38
38
|
request.headers[CONTENT_TYPE] = APPLICATION_OCTET_STREAM
|
39
39
|
request.headers[CLIENT_VERSION] = client_version_header_value
|
40
|
-
request.headers["X-Goog-Upload-File-Name"] = File.basename(binary_path)
|
40
|
+
request.headers["X-Goog-Upload-File-Name"] = CGI.escape(File.basename(binary_path))
|
41
41
|
request.headers["X-Goog-Upload-Protocol"] = "raw"
|
42
42
|
end
|
43
43
|
|
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.4
|
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-27 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: google-apis-firebaseappdistribution_v1
|