google-cloud-spanner-v1 1.10.0 → 1.10.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.
@@ -227,8 +227,9 @@ module Google
227
227
  # actually occurred in parallel. Spanner assigns commit timestamps that
228
228
  # reflect the order of committed transactions to implement this property.
229
229
  # Spanner offers a stronger guarantee than serializability called external
230
- # consistency. For further details, please refer to
231
- # https://cloud.google.com/spanner/docs/true-time-external-consistency#serializability.
230
+ # consistency. For more information, see
231
+ # [TrueTime and external
232
+ # consistency](https://cloud.google.com/spanner/docs/true-time-external-consistency#serializability).
232
233
  SERIALIZABLE = 1
233
234
 
234
235
  # All reads performed during the transaction observe a consistent snapshot
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.0'
18
+ version: '1.1'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.0'
25
+ version: '1.1'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement