google-cloud-document_ai 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: b90b25cd7f1d98b2ea086c0e19fc38ebcf797c04d1cd7ed6221ec4f7af73680f
4
- data.tar.gz: ecd93ce71aad953df7339752531abb63a17419a81de5790965c52bc21a0d829d
3
+ metadata.gz: f2a73ce4caddfcd2ede163ee6ff25ed3551bc6fa6734194338fb2b61f4a253f7
4
+ data.tar.gz: ee0acdd7ec763473008a2ad0ee964f9b4de4e0696afaba891de7aa6b2e9630f4
5
5
  SHA512:
6
- metadata.gz: d972b33b5b96ea0584f8819d55991bdf10e706e6e91974c75a361f2d5a4a5d1467dda6d820042baff25ab0b2fcd600bd88acbe065ae01472b7cf2ebaf20849d9
7
- data.tar.gz: 9b2e92092222bc2f011f0a2bfc4c87734f97c9d946e2370fcab7d2cb6f5a229a1d024066e72cab4803cfdad2472f9be6ace3a68249a10fedaccc1ae6618c7b3e
6
+ metadata.gz: 29650c74daecce8bc09d3257751adb6ae066eaa3993a29c506864b3a41b245c8377c741b1ba6da3127b3331ac352e2135dfdca24c0e7d02a618c47265d3ce648
7
+ data.tar.gz: 8bd7c72bac198f85b602c2aa23becb5fe678a707b902d7d462a1055ed5d49d79c921a4fc9e2392286e95459386352d8179a360c45747a1ded3a0d7a98131628c
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.1"
24
24
  end
25
25
  end
26
26
  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.
@@ -141,6 +141,7 @@ module Google
141
141
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
142
142
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
143
143
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
144
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
144
145
  # * `:retry_codes` (*type:* `Array<String>`) -
145
146
  # The error codes that should trigger a retry.
146
147
  #
@@ -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-document_ai
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