google-cloud-bigquery-migration-v2 0.21.0 → 0.22.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d7d51fb86a27fbd3cff1ba3380e96151525b1d4dbc625a8dca240f7e4959235
|
|
4
|
+
data.tar.gz: f86450dc47246c94ad2074744bc9df5f4008b0981842cbf5da8c0c90de3a82ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e989c98dc18a23144d08fa1a53c5c077552d4f80b057f24e203b5651cd30dec8dbbed53f6c00024617e36fd130f618889c681f00f8b5d093d46aa068aef5bd5
|
|
7
|
+
data.tar.gz: 645198c4409e8cfee7e377a9c2bd679440c5f6b7d5b49e383987b4e2993e79e6056763513dea5302864abc995b0e4df3e59036d36307f09d1df033f19d1a819f
|
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.
|
|
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
|
|
@@ -948,6 +948,7 @@ module Google
|
|
|
948
948
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
949
949
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
950
950
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
951
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
951
952
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
952
953
|
# trigger a retry.
|
|
953
954
|
# @return [::Hash]
|
|
@@ -1031,6 +1032,7 @@ module Google
|
|
|
1031
1032
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1032
1033
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1033
1034
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1035
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1034
1036
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1035
1037
|
# trigger a retry.
|
|
1036
1038
|
#
|
|
@@ -866,6 +866,7 @@ module Google
|
|
|
866
866
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
867
867
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
868
868
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
869
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
869
870
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
870
871
|
# trigger a retry.
|
|
871
872
|
# @return [::Hash]
|
|
@@ -938,6 +939,7 @@ module Google
|
|
|
938
939
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
939
940
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
940
941
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
942
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
941
943
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
942
944
|
# trigger a retry.
|
|
943
945
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigquery-migration-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|