google-cloud-speech 2.1.0 → 2.2.1

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: 3bd1ec4901ed4ec01621f852b59c884ac56e67c697b5251d2e08251e5279c6fc
4
+ data.tar.gz: 3e9c1b5e2d125d4676a8fefbcf6d02de40de51560307ca0e3b6f9a27ad23e89a
5
5
  SHA512:
6
- metadata.gz: f82c568b173164735f17f02a4363342a24641a28e0b6086740e890d40f8f669fea635424909537fa50d1e71856c14f5480a9df0bc90b0a9aaa3c17502c8a65c6
7
- data.tar.gz: 4a05669893d9b4fcd82c8ebbdec9aa5c7c50dc956a24bef1255e5d331c4911427464f044aa858fe171930698c6fa1c29954093ac9c1d4ba117a1545de2d49d64
6
+ metadata.gz: 93323fb9480fead1fa5728704577906bc625743e957897bf71fc0b241600fad749abd57127a76295bb4d88b195be69fbb6b7bde00d4042f119d80a7494043b94
7
+ data.tar.gz: 2a4665cd82fac4e199965cc2a180398a52cd899807d701ffce54cdcd7daee6b19ba0e6eddb375c4a9bb449e22dd8b0258475d0e9edb69628c5e464360daf4b31
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.1".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC