google-cloud-speech 2.1.0 → 2.2.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: fa76017655511b6b05f0e70c09a285d3603819ec63b657d4c40789e659935bff
4
- data.tar.gz: 75e3e4983c6cb900dbeb78d4a954f7a3823cb20b1b755cfc14d1efe487be0fc8
3
+ metadata.gz: 708a529daee1be246af925998645bacdc6288a91d8f5f22e5235820f456624a3
4
+ data.tar.gz: 272242194fbe5f8d5fb9f5d82582e8f758e434472a667e83b8e24e4f088808c7
5
5
  SHA512:
6
- metadata.gz: f82c568b173164735f17f02a4363342a24641a28e0b6086740e890d40f8f669fea635424909537fa50d1e71856c14f5480a9df0bc90b0a9aaa3c17502c8a65c6
7
- data.tar.gz: 4a05669893d9b4fcd82c8ebbdec9aa5c7c50dc956a24bef1255e5d331c4911427464f044aa858fe171930698c6fa1c29954093ac9c1d4ba117a1545de2d49d64
6
+ metadata.gz: a93c1cbb13baa69f436ca5677ff7bb1402bf9ecab4c068423c3192271f3ce90a459075e23b3f75df9c41bd1034bd01bbd986c21d365014952bd4021f3782adf6
7
+ data.tar.gz: eeaca9e5cb52ac837384b94499ba5e4e0d2f0eba61de97cdc4fb6255761d949ef7a9ffd2d22b6e2695bc27b13d9a236f6fd1a5f94e25ca83ade5b69f421f51eb
data/README.md CHANGED
@@ -76,7 +76,7 @@ working, try updating the versioned clients in your bundle or installed gems:
76
76
 
77
77
  ## Supported Ruby Versions
78
78
 
79
- This library is supported on Ruby 3.0+.
79
+ This library is supported on Ruby 3.2+.
80
80
 
81
81
  Google provides official support for Ruby versions that are actively supported
82
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Speech
19
- VERSION = "2.1.0".freeze
19
+ VERSION = "2.2.0".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -138,6 +138,7 @@ module Google
138
138
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
139
139
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
140
140
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
141
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
141
142
  # * `:retry_codes` (*type:* `Array<String>`) -
142
143
  # The error codes that should trigger a retry.
143
144
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC