google-cloud-alloy_db 1.3.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/lib/google/cloud/alloy_db/version.rb +1 -1
- metadata +7 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 214c763bf1548c0652ac061df920fea6ad514ad03dce458f41f8b7db6209a1ca
|
4
|
+
data.tar.gz: 72ee5519d19d9b13841431811caa714a438b60f1e2573d9275f15b7ef8177b16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe3a25b27743e77f0750034a00503759082c968800d966ebdb504588454caafd5cf65ddd412fafaf8fdb93ed979defd279c66689c196ece5bbce4fa46948d822
|
7
|
+
data.tar.gz: 3c0aeac2780b6f0aed8c87f988fea379368a8d78eb646e937963e22132ebfddad761f6eb11f50e10aaa5074ec2349d7ced00b5041d0cdd6ea917a28a9c57ec51
|
data/README.md
CHANGED
@@ -16,8 +16,7 @@ for this library, google-cloud-alloy_db, to see the convenience methods for
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-alloy_db-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1/latest)
|
20
|
-
[google-cloud-alloy_db-v1beta](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1beta/latest).
|
19
|
+
[google-cloud-alloy_db-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1/latest).
|
21
20
|
|
22
21
|
See also the [Product Documentation](https://cloud.google.com/alloydb/docs)
|
23
22
|
for more usage information.
|
@@ -63,8 +62,7 @@ results in logs appearing alongside your application logs in the
|
|
63
62
|
Debug logging also requires that the versioned clients for this service be
|
64
63
|
sufficiently recent, released after about Dec 10, 2024. If logging is not
|
65
64
|
working, try updating the versioned clients in your bundle or installed gems:
|
66
|
-
[google-cloud-alloy_db-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1/latest)
|
67
|
-
[google-cloud-alloy_db-v1beta](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1beta/latest).
|
65
|
+
[google-cloud-alloy_db-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-alloy_db-v1/latest).
|
68
66
|
|
69
67
|
## Supported Ruby Versions
|
70
68
|
|
metadata
CHANGED
@@ -1,54 +1,28 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-alloy_db
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.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-02-13 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-alloy_db-v1
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: '0.8'
|
19
|
-
- - "<"
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: 2.a
|
22
|
-
type: :runtime
|
23
|
-
prerelease: false
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
requirements:
|
26
|
-
- - ">="
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: '0.8'
|
29
|
-
- - "<"
|
30
|
-
- !ruby/object:Gem::Version
|
31
|
-
version: 2.a
|
32
|
-
- !ruby/object:Gem::Dependency
|
33
|
-
name: google-cloud-alloy_db-v1beta
|
34
|
-
requirement: !ruby/object:Gem::Requirement
|
35
|
-
requirements:
|
36
|
-
- - ">="
|
37
|
-
- !ruby/object:Gem::Version
|
38
|
-
version: '0.6'
|
39
|
-
- - "<"
|
16
|
+
- - "~>"
|
40
17
|
- !ruby/object:Gem::Version
|
41
|
-
version:
|
18
|
+
version: '1.0'
|
42
19
|
type: :runtime
|
43
20
|
prerelease: false
|
44
21
|
version_requirements: !ruby/object:Gem::Requirement
|
45
22
|
requirements:
|
46
|
-
- - "
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version: '0.6'
|
49
|
-
- - "<"
|
23
|
+
- - "~>"
|
50
24
|
- !ruby/object:Gem::Version
|
51
|
-
version:
|
25
|
+
version: '1.0'
|
52
26
|
- !ruby/object:Gem::Dependency
|
53
27
|
name: google-cloud-core
|
54
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -103,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
77
|
- !ruby/object:Gem::Version
|
104
78
|
version: '0'
|
105
79
|
requirements: []
|
106
|
-
rubygems_version: 3.6.
|
80
|
+
rubygems_version: 3.6.3
|
107
81
|
specification_version: 4
|
108
82
|
summary: AlloyDB for PostgreSQL is an open source-compatible database service that
|
109
83
|
provides a powerful option for migrating, modernizing, or building commercial-grade
|