google-cloud-datastore-v1 0.3.5 → 0.6.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: aa99477dff9c2ddb432fa51e5714ecdc61e7179a259b19093c2feb102bfdaef4
4
- data.tar.gz: a4161c7bc6daad45e845631819dddf8b8746e5052df3f6859712251b7ab26166
3
+ metadata.gz: 5756bbbfdf9b930addfb17ff508cd1ff58e698c1381a922a2a1d06c442cc3499
4
+ data.tar.gz: '0087211fa2c48a1c58801db241b387eb29543cabe28c5eca2b290ab96c0370cd'
5
5
  SHA512:
6
- metadata.gz: c2f9f6e7b0b4a631dc31aa8170a9b7d0828acaaabfd28a0bda14d6c8906e58b07de7942a8c2bd1b1e89b4279a7561e33998bbdecbb783e10462b76df7ba1036a
7
- data.tar.gz: dc8e68bcda3b91ec4115fb1c30a265e0866df16d76fa0a0870fbf34d0c4e93b98e1194b684d5873497bc20be4968c366c9322c973c4fa91e5fff4c288a4c21c2
6
+ metadata.gz: df7ce1dd9962a3e286eab555739ccbd3223b937b53d98f0f68ed5a3b2b3d2e163832f7298e8202e08c961b18788a1de3e7ce8ceec3576009e7ec3522576fedf0
7
+ data.tar.gz: e37399f05e9dae3dbec09a7c9f3d4d56cc525d76cda7ccf42b9da787246e387348f034bc5496e3c446c14a325eeba256adb01c4734fe6e85cea999d27c057452
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Datastore::V1::LookupRequest.new # (request fields as
37
37
  response = client.lookup request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-datastore-v1/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-datastore-v1/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/datastore)
@@ -69,16 +69,21 @@ module GRPC
69
69
  end
70
70
  ```
71
71
 
72
+
73
+ ## Google Cloud Samples
74
+
75
+ To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
76
+
72
77
  ## Supported Ruby Versions
73
78
 
74
- This library is supported on Ruby 2.5+.
79
+ This library is supported on Ruby 2.6+.
75
80
 
76
81
  Google provides official support for Ruby versions that are actively supported
77
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
78
- in security maintenance, and not end of life. Currently, this means Ruby 2.5
79
- and later. Older versions of Ruby _may_ still work, but are unsupported and not
80
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
81
- about the Ruby support schedule.
83
+ in security maintenance, and not end of life. Older versions of Ruby _may_
84
+ still work, but are unsupported and not recommended. See
85
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
86
+ support schedule.
82
87
 
83
88
  ## Which client should I use?
84
89
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Datastore
23
23
  module V1
24
- VERSION = "0.3.5"
24
+ VERSION = "0.6.0"
25
25
  end
26
26
  end
27
27
  end
@@ -25,6 +25,8 @@ module Google
25
25
  ##
26
26
  # To load this package, including all its services, and instantiate a client:
27
27
  #
28
+ # @example
29
+ #
28
30
  # require "google/cloud/datastore/v1"
29
31
  # client = ::Google::Cloud::Datastore::V1::Datastore::Client.new
30
32
  #
@@ -1,12 +1,14 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/datastore/v1/datastore.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/api/annotations_pb'
5
7
  require 'google/api/client_pb'
6
8
  require 'google/api/field_behavior_pb'
7
9
  require 'google/datastore/v1/entity_pb'
8
10
  require 'google/datastore/v1/query_pb'
9
- require 'google/protobuf'
11
+ require 'google/protobuf/timestamp_pb'
10
12
 
11
13
  Google::Protobuf::DescriptorPool.generated_pool.build do
12
14
  add_file("google/datastore/v1/datastore.proto", :syntax => :proto3) do
@@ -19,6 +21,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
19
21
  repeated :found, :message, 1, "google.datastore.v1.EntityResult"
20
22
  repeated :missing, :message, 2, "google.datastore.v1.EntityResult"
21
23
  repeated :deferred, :message, 3, "google.datastore.v1.Key"
24
+ optional :read_time, :message, 7, "google.protobuf.Timestamp"
22
25
  end
23
26
  add_message "google.datastore.v1.RunQueryRequest" do
24
27
  optional :project_id, :string, 8
@@ -62,6 +65,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
62
65
  add_message "google.datastore.v1.CommitResponse" do
63
66
  repeated :mutation_results, :message, 3, "google.datastore.v1.MutationResult"
64
67
  optional :index_updates, :int32, 4
68
+ optional :commit_time, :message, 8, "google.protobuf.Timestamp"
65
69
  end
66
70
  add_message "google.datastore.v1.AllocateIdsRequest" do
67
71
  optional :project_id, :string, 8
@@ -86,17 +90,20 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
86
90
  end
87
91
  oneof :conflict_detection_strategy do
88
92
  optional :base_version, :int64, 8
93
+ optional :update_time, :message, 11, "google.protobuf.Timestamp"
89
94
  end
90
95
  end
91
96
  add_message "google.datastore.v1.MutationResult" do
92
97
  optional :key, :message, 3, "google.datastore.v1.Key"
93
98
  optional :version, :int64, 4
99
+ optional :update_time, :message, 6, "google.protobuf.Timestamp"
94
100
  optional :conflict_detected, :bool, 5
95
101
  end
96
102
  add_message "google.datastore.v1.ReadOptions" do
97
103
  oneof :consistency_type do
98
104
  optional :read_consistency, :enum, 1, "google.datastore.v1.ReadOptions.ReadConsistency"
99
105
  optional :transaction, :bytes, 2
106
+ optional :read_time, :message, 4, "google.protobuf.Timestamp"
100
107
  end
101
108
  end
102
109
  add_enum "google.datastore.v1.ReadOptions.ReadConsistency" do
@@ -114,6 +121,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
114
121
  optional :previous_transaction, :bytes, 1
115
122
  end
116
123
  add_message "google.datastore.v1.TransactionOptions.ReadOnly" do
124
+ optional :read_time, :message, 1, "google.protobuf.Timestamp"
117
125
  end
118
126
  end
119
127
  end
@@ -1,7 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # Source: google/datastore/v1/datastore.proto for package 'Google.Cloud.Datastore.V1'
3
3
  # Original file comments:
4
- # Copyright 2019 Google LLC.
4
+ # Copyright 2022 Google LLC
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/datastore/v1/entity.proto
3
3
 
4
- require 'google/api/annotations_pb'
4
+ require 'google/protobuf'
5
+
5
6
  require 'google/protobuf/struct_pb'
6
7
  require 'google/protobuf/timestamp_pb'
7
8
  require 'google/type/latlng_pb'
8
- require 'google/protobuf'
9
9
 
10
10
  Google::Protobuf::DescriptorPool.generated_pool.build do
11
11
  add_file("google/datastore/v1/entity.proto", :syntax => :proto3) do
@@ -1,17 +1,18 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/datastore/v1/query.proto
3
3
 
4
- require 'google/api/annotations_pb'
4
+ require 'google/protobuf'
5
+
5
6
  require 'google/datastore/v1/entity_pb'
7
+ require 'google/protobuf/timestamp_pb'
6
8
  require 'google/protobuf/wrappers_pb'
7
- require 'google/type/latlng_pb'
8
- require 'google/protobuf'
9
9
 
10
10
  Google::Protobuf::DescriptorPool.generated_pool.build do
11
11
  add_file("google/datastore/v1/query.proto", :syntax => :proto3) do
12
12
  add_message "google.datastore.v1.EntityResult" do
13
13
  optional :entity, :message, 1, "google.datastore.v1.Entity"
14
14
  optional :version, :int64, 4
15
+ optional :update_time, :message, 5, "google.protobuf.Timestamp"
15
16
  optional :cursor, :bytes, 3
16
17
  end
17
18
  add_enum "google.datastore.v1.EntityResult.ResultType" do
@@ -75,7 +76,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
75
76
  value :GREATER_THAN, 3
76
77
  value :GREATER_THAN_OR_EQUAL, 4
77
78
  value :EQUAL, 5
79
+ value :IN, 6
80
+ value :NOT_EQUAL, 9
78
81
  value :HAS_ANCESTOR, 11
82
+ value :NOT_IN, 13
79
83
  end
80
84
  add_message "google.datastore.v1.GqlQuery" do
81
85
  optional :query_string, :string, 1
@@ -97,6 +101,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
97
101
  optional :end_cursor, :bytes, 4
98
102
  optional :more_results, :enum, 5, "google.datastore.v1.QueryResultBatch.MoreResultsType"
99
103
  optional :snapshot_version, :int64, 7
104
+ optional :read_time, :message, 8, "google.protobuf.Timestamp"
100
105
  end
101
106
  add_enum "google.datastore.v1.QueryResultBatch.MoreResultsType" do
102
107
  value :MORE_RESULTS_TYPE_UNSPECIFIED, 0
@@ -52,6 +52,9 @@ module Google
52
52
  # A list of keys that were not looked up due to resource constraints. The
53
53
  # order of results in this field is undefined and has no relation to the
54
54
  # order of the keys in the input.
55
+ # @!attribute [rw] read_time
56
+ # @return [::Google::Protobuf::Timestamp]
57
+ # The time at which these entities were read or found missing.
55
58
  class LookupResponse
56
59
  include ::Google::Protobuf::MessageExts
57
60
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -189,6 +192,9 @@ module Google
189
192
  # @return [::Integer]
190
193
  # The number of index entries updated during the commit, or zero if none were
191
194
  # updated.
195
+ # @!attribute [rw] commit_time
196
+ # @return [::Google::Protobuf::Timestamp]
197
+ # The transaction commit timestamp. Not set for non-transactional commits.
192
198
  class CommitResponse
193
199
  include ::Google::Protobuf::MessageExts
194
200
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -258,8 +264,14 @@ module Google
258
264
  # Must have a complete key path and must not be reserved/read-only.
259
265
  # @!attribute [rw] base_version
260
266
  # @return [::Integer]
261
- # The version of the entity that this mutation is being applied to. If this
262
- # does not match the current version on the server, the mutation conflicts.
267
+ # The version of the entity that this mutation is being applied
268
+ # to. If this does not match the current version on the server, the
269
+ # mutation conflicts.
270
+ # @!attribute [rw] update_time
271
+ # @return [::Google::Protobuf::Timestamp]
272
+ # The update time of the entity that this mutation is being applied
273
+ # to. If this does not match the current update time on the server, the
274
+ # mutation conflicts.
263
275
  class Mutation
264
276
  include ::Google::Protobuf::MessageExts
265
277
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -277,6 +289,12 @@ module Google
277
289
  # be the version of the current entity or, if no entity is present, a version
278
290
  # that is strictly greater than the version of any previous entity and less
279
291
  # than the version of any possible future entity.
292
+ # @!attribute [rw] update_time
293
+ # @return [::Google::Protobuf::Timestamp]
294
+ # The update time of the entity on the server after processing the mutation.
295
+ # If the mutation doesn't change anything on the server, then the timestamp
296
+ # will be the update timestamp of the current entity. This field will not be
297
+ # set after a 'delete'.
280
298
  # @!attribute [rw] conflict_detected
281
299
  # @return [::Boolean]
282
300
  # Whether a conflict was detected for this mutation. Always false when a
@@ -296,6 +314,11 @@ module Google
296
314
  # The identifier of the transaction in which to read. A
297
315
  # transaction identifier is returned by a call to
298
316
  # {::Google::Cloud::Datastore::V1::Datastore::Client#begin_transaction Datastore.BeginTransaction}.
317
+ # @!attribute [rw] read_time
318
+ # @return [::Google::Protobuf::Timestamp]
319
+ # Reads entities as they were at the given time. This may not be older
320
+ # than 270 seconds. This value is only supported for Cloud Firestore in
321
+ # Datastore mode.
299
322
  class ReadOptions
300
323
  include ::Google::Protobuf::MessageExts
301
324
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -338,6 +361,10 @@ module Google
338
361
  end
339
362
 
340
363
  # Options specific to read-only transactions.
364
+ # @!attribute [rw] read_time
365
+ # @return [::Google::Protobuf::Timestamp]
366
+ # Reads entities at the given time.
367
+ # This may not be older than 60 seconds.
341
368
  class ReadOnly
342
369
  include ::Google::Protobuf::MessageExts
343
370
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -39,8 +39,7 @@ module Google
39
39
  #
40
40
  # Foreign partition IDs (in which the project ID does
41
41
  # not match the context project ID ) are discouraged.
42
- # Reads and writes of foreign partition IDs may fail if the project is not in
43
- # an active state.
42
+ # Reads and writes of foreign partition IDs may fail if the project is not in an active state.
44
43
  # @!attribute [rw] project_id
45
44
  # @return [::String]
46
45
  # The ID of the project to which the entities belong.
@@ -90,20 +89,31 @@ module Google
90
89
  # @!attribute [rw] kind
91
90
  # @return [::String]
92
91
  # The kind of the entity.
92
+ #
93
93
  # A kind matching regex `__.*__` is reserved/read-only.
94
94
  # A kind must not contain more than 1500 bytes when UTF-8 encoded.
95
95
  # Cannot be `""`.
96
+ #
97
+ # Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are
98
+ # encoded as `__bytes<X>__` where `<X>` is the base-64 encoding of the
99
+ # bytes.
96
100
  # @!attribute [rw] id
97
101
  # @return [::Integer]
98
102
  # The auto-allocated ID of the entity.
103
+ #
99
104
  # Never equal to zero. Values less than zero are discouraged and may not
100
105
  # be supported in the future.
101
106
  # @!attribute [rw] name
102
107
  # @return [::String]
103
108
  # The name of the entity.
109
+ #
104
110
  # A name matching regex `__.*__` is reserved/read-only.
105
111
  # A name must not be more than 1500 bytes when UTF-8 encoded.
106
112
  # Cannot be `""`.
113
+ #
114
+ # Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are
115
+ # encoded as `__bytes<X>__` where `<X>` is the base-64 encoding of the
116
+ # bytes.
107
117
  class PathElement
108
118
  include ::Google::Protobuf::MessageExts
109
119
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -146,8 +156,8 @@ module Google
146
156
  # @!attribute [rw] string_value
147
157
  # @return [::String]
148
158
  # A UTF-8 encoded string value.
149
- # When `exclude_from_indexes` is false (it is indexed), may have at most
150
- # 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
159
+ # When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes.
160
+ # Otherwise, may be set to at most 1,000,000 bytes.
151
161
  # @!attribute [rw] blob_value
152
162
  # @return [::String]
153
163
  # A blob value.
@@ -36,6 +36,12 @@ module Google
36
36
  # For {::Google::Cloud::Datastore::V1::LookupResponse#missing missing} entities in `LookupResponse`, this
37
37
  # is the version of the snapshot that was used to look up the entity, and it
38
38
  # is always set except for eventually consistent reads.
39
+ # @!attribute [rw] update_time
40
+ # @return [::Google::Protobuf::Timestamp]
41
+ # The time at which the entity was last changed.
42
+ # This field is set for {::Google::Cloud::Datastore::V1::EntityResult::ResultType::FULL `FULL`} entity
43
+ # results.
44
+ # If this entity is missing, this field will not be set.
39
45
  # @!attribute [rw] cursor
40
46
  # @return [::String]
41
47
  # A cursor that points to the position after the result entity.
@@ -215,23 +221,68 @@ module Google
215
221
  # Unspecified. This value must not be used.
216
222
  OPERATOR_UNSPECIFIED = 0
217
223
 
218
- # Less than.
224
+ # The given `property` is less than the given `value`.
225
+ #
226
+ # Requires:
227
+ #
228
+ # * That `property` comes first in `order_by`.
219
229
  LESS_THAN = 1
220
230
 
221
- # Less than or equal.
231
+ # The given `property` is less than or equal to the given `value`.
232
+ #
233
+ # Requires:
234
+ #
235
+ # * That `property` comes first in `order_by`.
222
236
  LESS_THAN_OR_EQUAL = 2
223
237
 
224
- # Greater than.
238
+ # The given `property` is greater than the given `value`.
239
+ #
240
+ # Requires:
241
+ #
242
+ # * That `property` comes first in `order_by`.
225
243
  GREATER_THAN = 3
226
244
 
227
- # Greater than or equal.
245
+ # The given `property` is greater than or equal to the given `value`.
246
+ #
247
+ # Requires:
248
+ #
249
+ # * That `property` comes first in `order_by`.
228
250
  GREATER_THAN_OR_EQUAL = 4
229
251
 
230
- # Equal.
252
+ # The given `property` is equal to the given `value`.
231
253
  EQUAL = 5
232
254
 
233
- # Has ancestor.
255
+ # The given `property` is equal to at least one value in the given array.
256
+ #
257
+ # Requires:
258
+ #
259
+ # * That `value` is a non-empty `ArrayValue` with at most 10 values.
260
+ # * No other `IN` or `NOT_IN` is in the same query.
261
+ IN = 6
262
+
263
+ # The given `property` is not equal to the given `value`.
264
+ #
265
+ # Requires:
266
+ #
267
+ # * No other `NOT_EQUAL` or `NOT_IN` is in the same query.
268
+ # * That `property` comes first in the `order_by`.
269
+ NOT_EQUAL = 9
270
+
271
+ # Limit the result set to the given entity and its descendants.
272
+ #
273
+ # Requires:
274
+ #
275
+ # * That `value` is an entity key.
234
276
  HAS_ANCESTOR = 11
277
+
278
+ # The value of the `property` is not in the given array.
279
+ #
280
+ # Requires:
281
+ #
282
+ # * That `value` is a non-empty `ArrayValue` with at most 10 values.
283
+ # * No other `IN`, `NOT_IN`, `NOT_EQUAL` is in the same query.
284
+ # * That `field` comes first in the `order_by`.
285
+ NOT_IN = 13
235
286
  end
236
287
  end
237
288
 
@@ -319,6 +370,18 @@ module Google
319
370
  # can have a greater snapshot version number. Each batch's snapshot version
320
371
  # is valid for all preceding batches.
321
372
  # The value will be zero for eventually consistent queries.
373
+ # @!attribute [rw] read_time
374
+ # @return [::Google::Protobuf::Timestamp]
375
+ # Read timestamp this batch was returned from.
376
+ # This applies to the range of results from the query's `start_cursor` (or
377
+ # the beginning of the query if no cursor was given) to this batch's
378
+ # `end_cursor` (not the query's `end_cursor`).
379
+ #
380
+ # In a single transaction, subsequent query result batches for the same query
381
+ # can have a greater timestamp. Each batch's read timestamp
382
+ # is valid for all preceding batches.
383
+ # This value will not be set for eventually consistent queries in Cloud
384
+ # Datastore.
322
385
  class QueryResultBatch
323
386
  include ::Google::Protobuf::MessageExts
324
387
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -46,8 +46,8 @@ module Google
46
46
 
47
47
  # `Value` represents a dynamically typed value which can be either
48
48
  # null, a number, a string, a boolean, a recursive struct value, or a
49
- # list of values. A producer of value is expected to set one of that
50
- # variants, absence of any variant indicates an error.
49
+ # list of values. A producer of value is expected to set one of these
50
+ # variants. Absence of any variant indicates an error.
51
51
  #
52
52
  # The JSON representation for `Value` is JSON value.
53
53
  # @!attribute [rw] null_value
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.3.5
4
+ version: 0.6.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: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-07-02 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.7'
19
+ version: '0.10'
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.7'
29
+ version: '0.10'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -50,28 +50,28 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 1.25.1
53
+ version: 1.26.1
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 1.25.1
60
+ version: 1.26.1
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: minitest
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '5.14'
67
+ version: '5.16'
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: '5.14'
74
+ version: '5.16'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: minitest-focus
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -106,14 +106,14 @@ dependencies:
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: '12.0'
109
+ version: '13.0'
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
- version: '12.0'
116
+ version: '13.0'
117
117
  - !ruby/object:Gem::Dependency
118
118
  name: redcarpet
119
119
  requirement: !ruby/object:Gem::Requirement
@@ -201,14 +201,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
201
201
  requirements:
202
202
  - - ">="
203
203
  - !ruby/object:Gem::Version
204
- version: '2.5'
204
+ version: '2.6'
205
205
  required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  requirements:
207
207
  - - ">="
208
208
  - !ruby/object:Gem::Version
209
209
  version: '0'
210
210
  requirements: []
211
- rubygems_version: 3.3.4
211
+ rubygems_version: 3.3.14
212
212
  signing_key:
213
213
  specification_version: 4
214
214
  summary: API Client library for the Firestore in Datastore mode V1 API