google-cloud-firestore-admin 0.5.2 → 0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a290a25a77dc0e406d4b5d2159b1d7e27c03296975cdaeae3b3dd1f9d533d7f2
4
- data.tar.gz: 3d856e49fa662ce9d94fabcdc47fababdb49ed8b60b61d42a896e3182486c332
3
+ metadata.gz: 9edbe4ec1c51463588110af80ce0afaa4e7a0f29c4fb3d12530af4986cda06bb
4
+ data.tar.gz: 1accd915aa3d66a93148d0a41cdc5841eab8e91cd830d9aa0f5bd581b3da5317
5
5
  SHA512:
6
- metadata.gz: 02256aaa0f6097382139ea79456de4302cb91fdbb71f08fbaca099525969251b445903c359d2f88e29f9162b4d36feb833d47b613e3a3cc18e2d16ac78fa7c25
7
- data.tar.gz: e710be558d765573fcf30ba401e7be255e854d8deeab66d6111c43e4823a63b8944a62b5bf45167843dd4314ef26a040b22867ba662f2037a6a19de4aad67dea
6
+ metadata.gz: 9205dede2a4c252e1ccf379af989c13deeca6a8a6c990a9718810adf0bc90b129da37e0e3d590664ddb13123f628b15be2e71b5d8110bedbc9a86c1579cc0fd3
7
+ data.tar.gz: 6750511cdd96d25b6afb0740dff5ab13f2cc1757c320f1f31d9931e33fdfd2deb1fd4e321730d6eceb225131c4992ca36f3b5aabaa6903eff3e7ab41caa49261
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Firestore
23
23
  module Admin
24
- VERSION = "0.5.2"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -166,6 +166,7 @@ module Google
166
166
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
167
167
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
168
168
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
169
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
169
170
  # * `:retry_codes` (*type:* `Array<String>`) -
170
171
  # The error codes that should trigger a retry.
171
172
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-firestore-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="