google-apis-firebasedatabase_v1beta 0.4.0 → 0.5.0
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: ce56659c225fd90c9518c8ec3be9a9e834a6532b9ce22368183faf8f6ddc541d
|
4
|
+
data.tar.gz: d52e45d134d2fd4f3786434e19b2fa78509f2835ef9004d130fa9d3ea4cbae71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa71ae6834b4e80cecb4e9358f8c734fb4a77aff71fc46007b02ab298431547a31bea3cf4e73c5752867cdc7316181d8015b47ba2a71e7dc8f0119e90522208e
|
7
|
+
data.tar.gz: 9cd5bf80e9640b4df94fa63efa89d9b137853d116d1610747f1659e5f17e26592b5a605252d0a78dd10bf4c2dc3ad46c10976582bd2a4730f23904ca8313f973
|
data/CHANGELOG.md
CHANGED
@@ -35,7 +35,6 @@ module Google
|
|
35
35
|
|
36
36
|
# The fully qualified resource name of the database instance, in the form: `
|
37
37
|
# projects/`project-number`/locations/`location-id`/instances/`database-id``.
|
38
|
-
# Currently the only supported location is 'us-central1'.
|
39
38
|
# Corresponds to the JSON property `name`
|
40
39
|
# @return [String]
|
41
40
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebasedatabaseV1beta
|
18
18
|
# Version of the google-apis-firebasedatabase_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210616"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebasedatabase_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.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-
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -53,7 +53,7 @@ licenses:
|
|
53
53
|
metadata:
|
54
54
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
55
55
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasedatabase_v1beta/CHANGELOG.md
|
56
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.
|
56
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.5.0
|
57
57
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebasedatabase_v1beta
|
58
58
|
post_install_message:
|
59
59
|
rdoc_options: []
|