google-cloud-datastore 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +2 -1
- data/CHANGELOG.md +6 -0
- data/CONTRIBUTING.md +1 -1
- data/OVERVIEW.md +1 -1
- data/lib/google/cloud/datastore/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02bfd91dd941f3ae7462fb7a4298568acce9b3b4b2f4e157ae7ff80e6b312b9d
|
4
|
+
data.tar.gz: 968e1bef52b2102f7f946bc19543882aa71d192dff44d43ac530c1d2a90a9a8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 901c1e1ea9f306588e06a58e9f1a4abe549173b790d17f175a7b4b82eee5080a4d9202c4f426c141dfec24479d3cc8da83175bbba7ac4430b3ff7c36fd466494
|
7
|
+
data.tar.gz: 128ea0ee6c5cecddbcd0555cdb648b85dcb001d419ad53775283d483b16a584ae91c46771271ec6d5fbdd3a8d99717c4eb70336e317efd1d3405758fafe07381
|
data/AUTHENTICATION.md
CHANGED
@@ -96,7 +96,8 @@ client = Google::Cloud::Datastore.new
|
|
96
96
|
|
97
97
|
### Configuration
|
98
98
|
|
99
|
-
The **Project ID** and **Credentials JSON** can be configured
|
99
|
+
The **Project ID** and the path to the **Credentials JSON** file can be configured
|
100
|
+
instead of placing them in environment variables or providing them as arguments.
|
100
101
|
|
101
102
|
```ruby
|
102
103
|
require "google/cloud/datastore"
|
data/CHANGELOG.md
CHANGED
data/CONTRIBUTING.md
CHANGED
@@ -119,7 +119,7 @@ If you alter an example's title, you may encounter breaking tests.
|
|
119
119
|
### Datastore Acceptance Tests
|
120
120
|
|
121
121
|
The Datastore acceptance tests interact with the live service API. Follow the
|
122
|
-
instructions in the {file:AUTHENTICATION.md Authentication
|
122
|
+
instructions in the {file:AUTHENTICATION.md Authentication Guide} for enabling
|
123
123
|
the Datastore API. Occasionally, some API features may not yet be generally
|
124
124
|
available, making it difficult for some contributors to successfully run the
|
125
125
|
entire acceptance test suite. However, please ensure that you do successfully
|
data/OVERVIEW.md
CHANGED
@@ -490,5 +490,5 @@ datastore = Google::Cloud::Datastore.new timeout: 120
|
|
490
490
|
## Additional information
|
491
491
|
|
492
492
|
Google Cloud Datastore can be configured to use an emulator or to enable gRPC's
|
493
|
-
logging. To learn more, see the {file:EMULATOR.md Emulator guide} and
|
493
|
+
logging. To learn more, see the {file:EMULATOR.md Emulator guide}} and
|
494
494
|
{file:LOGGING.md Logging guide}.
|
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.1
|
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-07-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-core
|
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
235
235
|
- !ruby/object:Gem::Version
|
236
236
|
version: '0'
|
237
237
|
requirements: []
|
238
|
-
rubygems_version: 3.2.
|
238
|
+
rubygems_version: 3.2.17
|
239
239
|
signing_key:
|
240
240
|
specification_version: 4
|
241
241
|
summary: API Client library for Google Cloud Datastore
|