google-cloud-datastore 2.2.2 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/google/cloud/datastore/version.rb +1 -1
- data/lib/google/cloud/datastore.rb +2 -0
- 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: e5a916b746fc52de5e51b15ba2e9f78bfa8a007017be5e2c9f79aa73ed5e7375
|
4
|
+
data.tar.gz: beaf302cd7963e9da82ec1fde9fa9079f73660688e7ca52cb9fa3d6a8a3aa7a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f96129ab0a9640752375f94c605825c10ebcb6e60c5c83cf574a1db8a76e1ef2eef3ed7d4a56b823985f7e39e1eb842b6fe45e89788d773fd3adfe25e9d0f93
|
7
|
+
data.tar.gz: 8d19db5f56e24bfae7dfafbac92d8134a3ee30832c5decb8b0951353c0fc432e3ff1e854c245213a468a5ebdba6f03024ebf214da5242e70fa711b608a536af3
|
data/CHANGELOG.md
CHANGED
@@ -158,6 +158,8 @@ module Google
|
|
158
158
|
# parameter `keyfile` is considered deprecated, but may also be used.)
|
159
159
|
# * `scope` - (String, Array<String>) The OAuth 2.0 scopes controlling
|
160
160
|
# the set of resources and operations that the connection can access.
|
161
|
+
# * `quota_project` - (String) The project ID for a project that can be
|
162
|
+
# used by client libraries for quota and billing purposes.
|
161
163
|
# * `timeout` - (Integer) Default timeout to use in requests.
|
162
164
|
# * `endpoint` - (String) Override of the endpoint host name, or `nil`
|
163
165
|
# to use the default endpoint.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-datastore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Moore
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-
|
12
|
+
date: 2021-10-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-core
|