google-cloud-spanner 2.16.0 → 2.16.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/LICENSE +2 -2
- data/TROUBLESHOOTING.md +2 -2
- data/lib/google/cloud/spanner/backup.rb +2 -2
- data/lib/google/cloud/spanner/database.rb +2 -2
- data/lib/google/cloud/spanner/instance.rb +2 -2
- data/lib/google/cloud/spanner/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb26c1ee1cc71cf984fecb01463a35384ee50e68cafd41399c064cc810a298f8
|
4
|
+
data.tar.gz: 5d663434c4a3766acf13c3a03ef851cb81ec839a83bfd4e83340b9b5b22231f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8638c29b54887f38252cc916f077d4ea5776602d331c0da853215e80b62b06fe176d6a3972b339cb650a3e936c78bab2ea2776fb0f12cc4911fd57f4c1ae33d
|
7
|
+
data.tar.gz: 7bd143477dbc7b67dde5f9a9cd2a6ae6b77a5b9079117bcae3cbf3006321a3476468d79889c7bb0ffe8cca6c9de4674c7d36f8bc878430bdf6934c2b6064f645
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Apache License
|
2
2
|
Version 2.0, January 2004
|
3
|
-
|
3
|
+
https://www.apache.org/licenses/
|
4
4
|
|
5
5
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6
6
|
|
@@ -192,7 +192,7 @@
|
|
192
192
|
you may not use this file except in compliance with the License.
|
193
193
|
You may obtain a copy of the License at
|
194
194
|
|
195
|
-
|
195
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
196
196
|
|
197
197
|
Unless required by applicable law or agreed to in writing, software
|
198
198
|
distributed under the License is distributed on an "AS IS" BASIS,
|
data/TROUBLESHOOTING.md
CHANGED
@@ -26,6 +26,6 @@ improved, *please* create a new issue on GitHub so we can talk about it.
|
|
26
26
|
|
27
27
|
[so-ruby]: http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby+spanner
|
28
28
|
|
29
|
-
[gh-search-ruby]: https://github.com/googlecloudplatform/
|
29
|
+
[gh-search-ruby]: https://github.com/googlecloudplatform/ruby-spanner/issues
|
30
30
|
|
31
|
-
[gh-ruby]: https://github.com/googlecloudplatform/
|
31
|
+
[gh-ruby]: https://github.com/googlecloudplatform/ruby-spanner/issues/new
|
@@ -28,9 +28,9 @@ module Google
|
|
28
28
|
#
|
29
29
|
# NOTE: From `google-cloud-spanner/v2.11.0` onwards, new features for
|
30
30
|
# mananging backups will only be available through the
|
31
|
-
# [google-cloud-spanner-admin-database-v1](https://github.com/googleapis/
|
31
|
+
# [google-cloud-spanner-admin-database-v1](https://github.com/googleapis/ruby-spanner/tree/main/google-cloud-spanner-admin-database-v1)
|
32
32
|
# client. See the
|
33
|
-
# [README](https://github.com/googleapis/
|
33
|
+
# [README](https://github.com/googleapis/ruby-spanner/tree/main/google-cloud-spanner#google-cloud-spanner)
|
34
34
|
# for further details.
|
35
35
|
#
|
36
36
|
# A backup is a representation of Cloud Spanner database backup.
|
@@ -30,9 +30,9 @@ module Google
|
|
30
30
|
#
|
31
31
|
# NOTE: From `google-cloud-spanner/v2.11.0` onwards, new features for
|
32
32
|
# mananging databases will only be available through the
|
33
|
-
# [google-cloud-spanner-admin-database-v1](https://github.com/googleapis/
|
33
|
+
# [google-cloud-spanner-admin-database-v1](https://github.com/googleapis/ruby-spanner/tree/main/google-cloud-spanner-admin-database-v1)
|
34
34
|
# client. See the
|
35
|
-
# [README](https://github.com/googleapis/
|
35
|
+
# [README](https://github.com/googleapis/ruby-spanner/tree/main/google-cloud-spanner#google-cloud-spanner)
|
36
36
|
# for further details.
|
37
37
|
#
|
38
38
|
# Represents a Cloud Spanner database. To use Cloud Spanner's read and
|
@@ -30,9 +30,9 @@ module Google
|
|
30
30
|
#
|
31
31
|
# NOTE: From `google-cloud-spanner/v2.11.0` onwards, new features for
|
32
32
|
# mananging instances will only be available through the
|
33
|
-
# [google-cloud-spanner-admin-instance-v1](https://github.com/googleapis/
|
33
|
+
# [google-cloud-spanner-admin-instance-v1](https://github.com/googleapis/ruby-spanner/tree/main/google-cloud-spanner-admin-instance-v1)
|
34
34
|
# client. See the
|
35
|
-
# [README](https://github.com/googleapis/
|
35
|
+
# [README](https://github.com/googleapis/ruby-spanner/tree/main/google-cloud-spanner#google-cloud-spanner)
|
36
36
|
# for further details.
|
37
37
|
#
|
38
38
|
# Represents a Cloud Spanner instance. Instances are dedicated Cloud
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-spanner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.16.
|
4
|
+
version: 2.16.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Moore
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-
|
12
|
+
date: 2022-11-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-core
|
@@ -328,7 +328,7 @@ files:
|
|
328
328
|
- lib/google/cloud/spanner/status.rb
|
329
329
|
- lib/google/cloud/spanner/transaction.rb
|
330
330
|
- lib/google/cloud/spanner/version.rb
|
331
|
-
homepage: https://github.com/googleapis/
|
331
|
+
homepage: https://github.com/googleapis/ruby-spanner/blob/main/google-cloud-spanner
|
332
332
|
licenses:
|
333
333
|
- Apache-2.0
|
334
334
|
metadata: {}
|