google-cloud-app_engine 1.5.2 → 1.7.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: 823bde7c33c9324781c7b7296c2a5d857e36b1b137d7d71b1867d2d5be85a46f
4
- data.tar.gz: 18fe1ad08de5ee2cd5bc58931ea10f3342b3633f3172d084461df8f82250388c
3
+ metadata.gz: c8bfcb9148271e4124fb16b6ac873a0d3b7b1fcbc548a734c5067f560208f610
4
+ data.tar.gz: 2e96303a51ddb46a72e07dc3627866818ec8730113dd60291f5ba0bb4a14f758
5
5
  SHA512:
6
- metadata.gz: 1877ecfb71693051b27424b50661873f22a32401397855daa5840087945bf0748bb347c3d3f41409939eabafd5a484465b49d8945da3183c268a7deabd73ab20
7
- data.tar.gz: 398eea4996793bba58d53fd3f1f07af8c5dfcab6b82397a9372739cc68079da7938aab10649049ed882ba65480a285a459ff04dbd321e2059c67f4de68e79f7d
6
+ metadata.gz: 5fa7bee3e55cbb86fdf077709b868fa686330ebb5f92eaff7f184f6288356414f0d4d2d99e75fa253b0ae9f5c7d8f2a99b66ce3d4043821aebf059f1811e1d7e
7
+ data.tar.gz: 619380225c0310c7309cc68e5aa476933b55ed1a117e3fb45c08d22440ea7eaa0073f3c4b84abc8e067f22ec61de17dc3365ff477110c51a2c0d3bbddb704bfc
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 AppEngine
23
- VERSION = "1.5.2"
23
+ VERSION = "1.7.0"
24
24
  end
25
25
  end
26
26
  end
@@ -640,6 +640,7 @@ module Google
640
640
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
641
641
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
642
642
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
643
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
643
644
  # * `:retry_codes` (*type:* `Array<String>`) -
644
645
  # The error codes that should trigger a retry.
645
646
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-app_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -67,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: '3.0'
70
+ version: '3.2'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="