google-cloud-datastore 2.2.1 → 2.2.2

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: 02bfd91dd941f3ae7462fb7a4298568acce9b3b4b2f4e157ae7ff80e6b312b9d
4
- data.tar.gz: 968e1bef52b2102f7f946bc19543882aa71d192dff44d43ac530c1d2a90a9a8f
3
+ metadata.gz: dede3478137b12924336f9ac911322e41927fa44131f99b2ee5481154550819c
4
+ data.tar.gz: f5a6d744973d06889d3c728c49c87a7fd90d4976497c4d94fbea52b2a1f1ba1d
5
5
  SHA512:
6
- metadata.gz: 901c1e1ea9f306588e06a58e9f1a4abe549173b790d17f175a7b4b82eee5080a4d9202c4f426c141dfec24479d3cc8da83175bbba7ac4430b3ff7c36fd466494
7
- data.tar.gz: 128ea0ee6c5cecddbcd0555cdb648b85dcb001d419ad53775283d483b16a584ae91c46771271ec6d5fbdd3a8d99717c4eb70336e317efd1d3405758fafe07381
6
+ metadata.gz: 13c0ba57ea41af4548552c57f83a6233e246852b8a8e8425884724f31c4f4fefbbff1a258cf98d34c5bde73fd813fe6a2018aec384a1ea4126dab98ba130af4f
7
+ data.tar.gz: fc7ff3f1a6d28d8ea745b36840b4fe1f51503920124edf83bc816a89ba0571744223f4a1a5af5540ad398be8c4a7cead69df35b7107e83cff0d1e803b4bb4043
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 2.2.2 / 2021-09-21
4
+
5
+ #### Documentation
6
+
7
+ * Fix typo in Emulator guide links
8
+
3
9
  ### 2.2.1 / 2021-07-08
4
10
 
5
11
  #### Documentation
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}.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Datastore
19
- VERSION = "2.2.1".freeze
19
+ VERSION = "2.2.2".freeze
20
20
  end
21
21
  end
22
22
  end
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.1
4
+ version: 2.2.2
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-07-08 00:00:00.000000000 Z
12
+ date: 2021-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core