google-apis-firebasehosting_v1 0.2.0 → 0.3.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e24f1f56b2c6d1204dda7302fc42ed92d61161f9140fdbc49fcceace0767a3b
|
|
4
|
+
data.tar.gz: 44d2e48057b552ce833979c8b1035bccb39d31a8e28748992972217763b62cca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcac587286298a109697c85b6a718cda9af3f8a5a35159999d9a3f64795689077b405abea04cc2fca512c04a50d175cf9f6f9376f56fb09d98fa939d196974fe
|
|
7
|
+
data.tar.gz: cb68d603e2f93fbda0704018cd0976b4ba344e8137229a51e6307ba4033e6cd855565562ef14f9a6db1e0a71ce112cb948946d956cd2d1caa8ab5daafd10a1b7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-firebasehosting_v1
|
|
2
2
|
|
|
3
|
+
### v0.3.0 (2021-03-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210315
|
|
6
|
+
* Regenerated using generator version 0.2.0
|
|
7
|
+
|
|
3
8
|
### v0.2.0 (2021-03-04)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.1.2
|
|
@@ -21,9 +21,10 @@ module Google
|
|
|
21
21
|
module Apis
|
|
22
22
|
# Firebase Hosting API
|
|
23
23
|
#
|
|
24
|
-
# The Firebase Hosting REST API enables programmatic and customizable
|
|
25
|
-
# deployments to your Firebase-hosted sites. Use this REST API to
|
|
26
|
-
#
|
|
24
|
+
# The Firebase Hosting REST API enables programmatic and customizable management
|
|
25
|
+
# and deployments to your Firebase-hosted sites. Use this REST API to create and
|
|
26
|
+
# manage channels and sites as well as to deploy new or updated hosting
|
|
27
|
+
# configurations and content files.
|
|
27
28
|
#
|
|
28
29
|
# @see https://firebase.google.com/docs/hosting/
|
|
29
30
|
module FirebasehostingV1
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebasehostingV1
|
|
18
18
|
# Version of the google-apis-firebasehosting_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210315"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,9 +22,10 @@ module Google
|
|
|
22
22
|
module FirebasehostingV1
|
|
23
23
|
# Firebase Hosting API
|
|
24
24
|
#
|
|
25
|
-
# The Firebase Hosting REST API enables programmatic and customizable
|
|
26
|
-
# deployments to your Firebase-hosted sites. Use this REST API to
|
|
27
|
-
#
|
|
25
|
+
# The Firebase Hosting REST API enables programmatic and customizable management
|
|
26
|
+
# and deployments to your Firebase-hosted sites. Use this REST API to create and
|
|
27
|
+
# manage channels and sites as well as to deploy new or updated hosting
|
|
28
|
+
# configurations and content files.
|
|
28
29
|
#
|
|
29
30
|
# @example
|
|
30
31
|
# require 'google/apis/firebasehosting_v1'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firebasehosting_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasehosting_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasehosting_v1/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasehosting_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|