google-cloud-bigquery-migration 1.4.0 → 1.5.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: e099c96b48e5d5324249b2921ea24bf47acb5bb47d0a12711898856425994cbd
4
- data.tar.gz: 90e3e7f5f1568210be107578959fe0b30f139bfa1a9bf0704737c020498febb3
3
+ metadata.gz: 4325bb91f4b7e5f046569abe777c8a0d43c3ea483a621f85fc2df883298ca918
4
+ data.tar.gz: 5dcc17f83510e30296e8321dbeb1f9a203db590ac3eb9cae4cc59fac095fc9f1
5
5
  SHA512:
6
- metadata.gz: 4990c95d57731cc873a779e3df1f53e18694ce8c4d68416d6113525776df2816732970735df4c45dc796303258ac580626b7182948aee85fe623b06733a1b685
7
- data.tar.gz: 59f15b19928fe3ef5635e02739c3cc77386790b1710f93cac583aa26411394256111a89f5c0214ebae2a5601a79f41e636c4bc72e29f2cd72f276c33dce0ab2d
6
+ metadata.gz: 561b778d3f22c6a0edfca1208301d28dbf1401738dd3825c6f219e0b79bee2cd64fca6f955cd9ac81f55a6a321b77e15e14210bc4c9d30df07617b70381dcd5f
7
+ data.tar.gz: 16ee0f02bb9175d1b35a50ffe5b441f9a322c4ef9e1b8ee800cc1617a8e1f1965e31068af7bb32c351ca9bb6903db1fef2d2c0042c54034c33323c36f6353b27
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Migration
24
- VERSION = "1.4.0"
24
+ VERSION = "1.5.0"
25
25
  end
26
26
  end
27
27
  end
@@ -130,6 +130,7 @@ module Google
130
130
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
131
131
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
132
132
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
133
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
133
134
  # * `:retry_codes` (*type:* `Array<String>`) -
134
135
  # The error codes that should trigger a retry.
135
136
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-migration
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC