google-cloud-datastore-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: 2daa072ccf2214609de4bd1ad3ac441c1d2eaba778b8e498ed1da8c55c83e30e
4
- data.tar.gz: d4085360bf480577f73caff2f792e4deaf41742416deec332066c633ab5748c7
3
+ metadata.gz: f342a854f8f7188fca87e15d938a56b09b1a350c957ed96c8198d4012aaa6968
4
+ data.tar.gz: ad9c008993fc9705f6e5fc3212d1a9f4bb735aff75ba1edf827abe6a99f378f2
5
5
  SHA512:
6
- metadata.gz: 5250a96fb133267379b45594eb046d9836f3718ee8d8b279ed8d46548022121a9aaee021d5fd51e3ce5457c36ee5c92c5bd37a2c3ff1a536908ab407fe984642
7
- data.tar.gz: 85921039bd73ccbf5de7ab4fe6a9acd04856eba0d592c50a185885d3e223cb09357b73a0534bb13a626b0f2ddf1050b9f39650a7cb6e6ad2cddaf619d45d6467
6
+ metadata.gz: 7a5f0bfc9f5fc2909af657151b3eaa0c37d992b977f9b8d152f97aaef2bad288fda7a780b8bc3c634b655d3b732944a8b7eb9b6564d993cc42dfff2de081c5bf
7
+ data.tar.gz: dad9e57d075ffad793317f6e942a5556ea2b0cd08e92b35e5881494bbd78c0c5f9a8443dcb3c0e7210dce87b7b39231d79e8f7c3000ae747b490b1685306e7ba
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 Datastore
23
23
  module Admin
24
- VERSION = "0.5.2"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -185,6 +185,7 @@ module Google
185
185
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
186
186
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
187
187
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
188
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
188
189
  # * `:retry_codes` (*type:* `Array<String>`) -
189
190
  # The error codes that should trigger a retry.
190
191
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastore-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
  - - ">="