google-cloud-bigquery-migration 1.3.0 → 1.3.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: 48f0014a226fb7492d4f0c89087c8328038835db1671ee363bc802f9dd804bbd
4
- data.tar.gz: 5897ac3d1ed7e6ae0a54de6650c7541dca27dcb2d042a3ae85f44bc60fe31b97
3
+ metadata.gz: c9de56a030a70634b9d0007c85a5dc4a84a033ef6683447737f4dd4fdf6b7a27
4
+ data.tar.gz: bdb627dae69a871172fdb3bec08c782bd0ee25dc8efc48cbc7e05e7256d40129
5
5
  SHA512:
6
- metadata.gz: 1a3ea7df45c2aba1155a2831d21b89ab043042beb0b80863bdb3c60a29c4329c1bf241f32ce2b423d13052bf46cb327fc3890f7aed6c9684c5cb1186dff268c1
7
- data.tar.gz: be20c5a2a3176fa12b39486e6360a1a417ddc96967827a13c020677268a25b6284bc9e1272bd321018f9c55baa1837097238137100381cde73cb57c4e1092a13
6
+ metadata.gz: 4dffe711d70cfa3b5f29840d56c6fcf37faafb6d7bad6ae07dbc2254210069a8f52b0ccec9731b286cd4b892204b66ee3fe8d0c42ec5a07aa6566e241bcd2f04
7
+ data.tar.gz: 45389caba6984be27c8b346bece312517855bc117f1634efc0fc4e9bb7bf7a112308e61c25d0bde4df7de580e7b7d838c4a9665db60ff2ec71693910a7ea828f
data/README.md CHANGED
@@ -18,7 +18,7 @@ themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
19
  [google-cloud-bigquery-migration-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-bigquery-migration-v2/latest).
20
20
 
21
- See also the [Product Documentation](https://cloud.google.com/bigquery/docs/reference/migration)
21
+ See also the [Product Documentation](https://cloud.google.com/bigquery/docs/migration-intro)
22
22
  for more usage information.
23
23
 
24
24
  ## Quick Start
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Migration
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-migration
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-03-06 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-bigquery-migration-v2
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.2
78
+ rubygems_version: 3.6.5
79
79
  specification_version: 4
80
80
  summary: API Client library for the BigQuery Migration API
81
81
  test_files: []