google-iam-credentials-v1 1.5.1 → 1.6.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: 84fb4fa211d8fdc6e02e10616f695b176634a3fa0bc62ab62524122e0b595d64
4
- data.tar.gz: 21d8af9f7c1d0988c0ca47ad86a24f6dcd1defb9b9779c13d4e089e71189c644
3
+ metadata.gz: 6b6afb3f82bd2f00b55ab730aac78a3648146f111f6963aa60ba304ccd4995b7
4
+ data.tar.gz: fa83c0eab35285d7719cc3e4a7b17843d27787ffad3805cec3af6fc9c004661a
5
5
  SHA512:
6
- metadata.gz: 5b1715b6e3dc4e98288782d133b4929c1d0b8a75d561ac0184b6babe8067b9b1406d2d348ddc15d151e0c5b5501b18203987e8806c4ade04ac87369457bda122
7
- data.tar.gz: 78a121c8ae9c516334bcbeabf2a2aa1cdbea0ab0b60c7368dbee47ab409192e2c0d75714ed0780b22c910c1f4452170ed4825dd9889dec09e9dfb056deb50dbc
6
+ metadata.gz: 13416fa45dd3a4c173a6f86b23dfcbbf08f7dc5e6a5447149953b426f05b042c8339fe6fda652bf120c1f2cb91a8721126d5657f552cdb54fd772f2716020ad3
7
+ data.tar.gz: b9d5b4258f92c141eced7529f2736b497c2a595f3b8075cd89b388b5272f15aca75a1efe3ee863acf1d6b7377ae10d42a4594fce5bba4cd083bc9bf449a10b67
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -723,6 +723,7 @@ module Google
723
723
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
724
724
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
725
725
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
726
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
726
727
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
727
728
  # trigger a retry.
728
729
  # @return [::Hash]
@@ -806,6 +807,7 @@ module Google
806
807
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
807
808
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
808
809
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
810
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
809
811
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
810
812
  # trigger a retry.
811
813
  #
@@ -662,6 +662,7 @@ module Google
662
662
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
663
663
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
664
664
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
665
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
665
666
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
666
667
  # trigger a retry.
667
668
  # @return [::Hash]
@@ -734,6 +735,7 @@ module Google
734
735
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
735
736
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
736
737
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
738
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
737
739
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
738
740
  # trigger a retry.
739
741
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Iam
22
22
  module Credentials
23
23
  module V1
24
- VERSION = "1.5.1"
24
+ VERSION = "1.6.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-credentials-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement