google-cloud-spanner-admin-database-v1 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e667a0721a791dcde0187312d332b41a7a98ee2a424a9996ee11e4c384b769eb
4
- data.tar.gz: dcc846c6376006f40f0c7590b18be135b44ffaa69070eedca6605ce9ef83a520
3
+ metadata.gz: 812a5059bcfc37d350244a986272e0c8645eb484cad1cff6b456b9cb3ab7bff1
4
+ data.tar.gz: 44f4c623513fb2773d925174f3f1e4796c1092a9d2e91a457c01d3afe3528933
5
5
  SHA512:
6
- metadata.gz: 4a3be5fe9c5dc14bc99505d5bd064c20643742d52ca152abf786f462660d8e7bfb52b5016716ab37d5560216fd6cc9224d088ed147787c593da7a709c75cc6a1
7
- data.tar.gz: efffbfcead68f490708c964bb9d8eab0147fff28cc280c35ada2d63b081cdf8547328ef63a155041b3502c7219ff40d11ed7b513564f542e4f7201e995850248
6
+ metadata.gz: 103cf225a285f56eef7ecbb12c53942f0e29699c79fe34c932cb5ce3cc9bdf6e1d3922beef7befae5eb645ff7747f1ca086f1f45050f6e0e0a03593936890934
7
+ data.tar.gz: 788c17bca99fc2cf7b9b76ad12bd584543f9fb9816643423130ed3bb9bc2693f1bf815db09e1189a9bd0adf95716627d2baa3ebae70cbd188122799af2ad0251
data/README.md CHANGED
@@ -9,7 +9,7 @@ https://github.com/googleapis/google-cloud-ruby
9
9
  This gem is a _versioned_ client. It provides basic client classes for a
10
10
  specific version of the Cloud Spanner Database Admin V1 API. Most users should consider using
11
11
  the main client gem,
12
- [google-cloud-spanner-admin-database](https://rubygems.org/gems/google-cloud-spanner-admin-database).
12
+ [google-cloud-spanner](https://rubygems.org/gems/google-cloud-spanner).
13
13
  See the section below titled *Which client should I use?* for more information.
14
14
 
15
15
  ## Installation
@@ -83,7 +83,7 @@ about the Ruby support schedule.
83
83
  ## Which client should I use?
84
84
 
85
85
  Most modern Ruby client libraries for Google APIs come in two flavors: the main
86
- client library with a name such as `google-cloud-spanner-admin-database`,
86
+ client library with a name such as `google-cloud-spanner`,
87
87
  and lower-level _versioned_ client libraries with names such as
88
88
  `google-cloud-spanner-admin-database-v1`.
89
89
  _In most cases, you should install the main client._
@@ -110,7 +110,7 @@ service version.
110
110
 
111
111
  We recommend that most users install the main client gem for a service. You can
112
112
  identify this gem as the one _without_ a version in its name, e.g.
113
- `google-cloud-spanner-admin-database`.
113
+ `google-cloud-spanner`.
114
114
  The main client is recommended because it will embody the best practices for
115
115
  accessing the service, and may also provide more convenient interfaces or
116
116
  tighter integration into frameworks and third-party libraries. In addition, the
@@ -23,7 +23,7 @@ module Google
23
23
  module Admin
24
24
  module Database
25
25
  module V1
26
- VERSION = "0.7.2"
26
+ VERSION = "0.7.3"
27
27
  end
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-admin-database-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-11 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -179,8 +179,7 @@ dependencies:
179
179
  description: Cloud Spanner is a managed, mission-critical, globally consistent and
180
180
  scalable relational database service. Note that google-cloud-spanner-admin-database-v1
181
181
  is a version-specific client library. For most uses, we recommend installing the
182
- main client library google-cloud-spanner-admin-database instead. See the readme
183
- for more details.
182
+ main client library google-cloud-spanner instead. See the readme for more details.
184
183
  email: googleapis-packages@google.com
185
184
  executables: []
186
185
  extensions: []