google-cloud-datastore-v1 0.10.0 → 0.11.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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: 2023-02-16 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.17.1
19
+ version: 0.18.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.17.1
29
+ version: 0.18.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -174,6 +174,10 @@ files:
174
174
  - lib/google/cloud/datastore/v1/datastore.rb
175
175
  - lib/google/cloud/datastore/v1/datastore/client.rb
176
176
  - lib/google/cloud/datastore/v1/datastore/credentials.rb
177
+ - lib/google/cloud/datastore/v1/datastore/rest.rb
178
+ - lib/google/cloud/datastore/v1/datastore/rest/client.rb
179
+ - lib/google/cloud/datastore/v1/datastore/rest/service_stub.rb
180
+ - lib/google/cloud/datastore/v1/rest.rb
177
181
  - lib/google/cloud/datastore/v1/version.rb
178
182
  - lib/google/datastore/v1/aggregation_result_pb.rb
179
183
  - lib/google/datastore/v1/datastore_pb.rb
@@ -217,5 +221,6 @@ requirements: []
217
221
  rubygems_version: 3.4.2
218
222
  signing_key:
219
223
  specification_version: 4
220
- summary: API Client library for the Firestore in Datastore mode V1 API
224
+ summary: Accesses the schemaless NoSQL database to provide fully managed, robust,
225
+ scalable storage for your application.
221
226
  test_files: []