google-cloud-data_catalog 1.7.0 → 2.1.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 +4 -4
- data/lib/google/cloud/data_catalog/version.rb +1 -1
- data/lib/google/cloud/data_catalog.rb +2 -0
- metadata +7 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee0134ad86aacbc20c58fd9e16bce55515b7e977babe3247d7174c1982d71336
|
4
|
+
data.tar.gz: 49cb27a5410bf1417da6e5b892bc3fc41499363912fe55d9233828da43632410
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4480f07306db560ff135160d0164d09bdae9c425ea4c8b24f637d25d6cfc4e2058798dd42028a4e85f29af28a40dc5a73b049113d60c060f3ee1a4e2a7ef985d
|
7
|
+
data.tar.gz: 936d18678e3200ee615b010f4d8602cbc5f16fbbc5bfd7603c1aea32915a65ab6ca643d5a564cf4269dce76c26930eadf226893a52804bf5e7b63c2348c4bbde
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_catalog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-14 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-core
|
@@ -27,22 +27,16 @@ dependencies:
|
|
27
27
|
name: google-cloud-data_catalog-v1
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- - "
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '0.21'
|
33
|
-
- - "<"
|
30
|
+
- - "~>"
|
34
31
|
- !ruby/object:Gem::Version
|
35
|
-
version: 2.
|
32
|
+
version: '2.0'
|
36
33
|
type: :runtime
|
37
34
|
prerelease: false
|
38
35
|
version_requirements: !ruby/object:Gem::Requirement
|
39
36
|
requirements:
|
40
|
-
- - "
|
41
|
-
- !ruby/object:Gem::Version
|
42
|
-
version: '0.21'
|
43
|
-
- - "<"
|
37
|
+
- - "~>"
|
44
38
|
- !ruby/object:Gem::Version
|
45
|
-
version: 2.
|
39
|
+
version: '2.0'
|
46
40
|
description: Data Catalog is a centralized and unified data catalog service for all
|
47
41
|
your Cloud resources, where users and systems can discover data, explore and curate
|
48
42
|
its semantics, understand how to act on it, and help govern its usage.
|
@@ -76,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
70
|
- !ruby/object:Gem::Version
|
77
71
|
version: '0'
|
78
72
|
requirements: []
|
79
|
-
rubygems_version: 3.6.
|
73
|
+
rubygems_version: 3.6.5
|
80
74
|
specification_version: 4
|
81
75
|
summary: API Client library for the Data Catalog API
|
82
76
|
test_files: []
|