google-cloud-developer_connect 2.3.0 → 2.4.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: 1d46f09d8234bc4ae7371e6acdc04d40ae3a3bc69965c9709d036b51455a2827
4
- data.tar.gz: 1db969bc49cbaf9899f5767da0ffa41ce0a5b8fd122c444df7dc9d3eae9e016f
3
+ metadata.gz: 369184f2ae1982465ab28fc0850a74e43af769404e03523172652c59b74880fb
4
+ data.tar.gz: 8e477fc5ecd72da216c45bf67865592590d48264f645b20e3fa3cd5cf595b7c7
5
5
  SHA512:
6
- metadata.gz: ee7f9564a3d32e01cd19e81f54e6ac359b79bff936b3ef18bfb0cf8b2370bce5022e789306df91c8ee8129a68d34a77ae399a5ceed1a23b70cddaf89cf473b0d
7
- data.tar.gz: 51ba9a6ba340cb85f4a5b4d5150304484cca3a11383d8a1fb1f80d3e6ed3b51436f135aae1f8e182c8f8c9b71022018c0ba9087db78bb063789bf7bbc8a331f2
6
+ metadata.gz: 0476c07637e59e21c56be4738c567e0782db77c84034fe10168c7aef57297dc72f9770551bb15b804c887c2c0121046d93baeee8a87ac33f3b98890b0ec38fcb
7
+ data.tar.gz: a8be594c1e5a1f8c131af8a3008ffc9f8241fa30dcc2443d72f9043baa805dd7876fbf8250928600415b5f749d30ff0775086e3f90b7bd9b4af2a80be4e734db
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 DeveloperConnect
23
- VERSION = "2.3.0"
23
+ VERSION = "2.4.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2024 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.
@@ -216,6 +216,7 @@ module Google
216
216
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
217
217
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
218
218
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
219
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
219
220
  # * `:retry_codes` (*type:* `Array<String>`) -
220
221
  # The error codes that should trigger a retry.
221
222
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2024 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-developer_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC