google-cloud-spanner 1.16.1 → 1.16.2

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: 0664e0297ebbb9ce2dbc21a30d211fe48ea2e33ceb5bb00caa2505d9ef3a372c
4
- data.tar.gz: 2a8848bf6be79485cc33ceaea1d374e5b3626ca52045c84666962ac002c0894c
3
+ metadata.gz: e20c16755d63cea713e0e2b48f0ad0d470e24da1429e8aa1cb62945ee6388ddd
4
+ data.tar.gz: 347112cc47df35de0d4cbdb24b39447860ba4c6c5f477e46d9bdbb45ab464796
5
5
  SHA512:
6
- metadata.gz: eb4d0f943eb8277fb989cd6ec3bf4a64ce884d0305a4cb0aa0e56a748cef931784344dd36a35ab92f9bd412ad720016c895d1ba21a2646e5c92ccc65be2b4bf4
7
- data.tar.gz: 8129574c69d0fc3db9733f40dfb013461d72db64420afe6f6639a97993c5b87ed672457e73a9d7fe74b46fb9542f08a611836a6cec104425b95f29f23d5e8dc6
6
+ metadata.gz: 14ddd7286340c3520e2b1e0bedc018b48ceef0025fe78043f92c91af5af795e7f7eed027f61659fb232135cf45d6f249d083831bb95d960c622f2cf38dbf582e
7
+ data.tar.gz: 126b39a51fdd3a1673a1a8acd93548ad54ef29938b6dfc793bfd24f728eae6844ade5ca0e6780c3cfeae9aa22a31b307259585b14ec8da65e7e199c7c04393ee
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.16.2 / 2020-05-28
4
+
5
+ #### Documentation
6
+
7
+ * Fix a few broken links
8
+
3
9
  ### 1.16.1 / 2020-05-21
4
10
 
5
11
  #### Bug Fixes
@@ -53,7 +53,7 @@ there is a small amount of setup:
53
53
  In order to run code interactively, you can automatically load
54
54
  google-cloud-spanner and its dependencies in IRB. This requires that your
55
55
  developer environment has already been configured by following the steps
56
- described in the [Authentication Guide](AUTHENTICATION.md). An IRB console
56
+ described in the {file:AUTHENTICATION.md Authentication Guide}. An IRB console
57
57
  can be created with:
58
58
 
59
59
  ```sh
@@ -119,7 +119,7 @@ If you alter an example's title, you may encounter breaking tests.
119
119
  ### Spanner Acceptance Tests
120
120
 
121
121
  The Spanner acceptance tests interact with the live service API. Follow the
122
- instructions in the [Authentication Guide](AUTHENTICATION.md) for enabling
122
+ instructions in the {file:AUTHENTICATION.md Authentication Guide} for enabling
123
123
  the Spanner API. Occasionally, some API features may not yet be generally
124
124
  available, making it difficult for some contributors to successfully run the
125
125
  entire acceptance test suite. However, please ensure that you do successfully
@@ -127,7 +127,7 @@ run acceptance tests for any code areas covered by your pull request.
127
127
 
128
128
  To run the acceptance tests, first create and configure a project in the Google
129
129
  Developers Console, as described in the
130
- [Authentication Guide](AUTHENTICATION.md). Be sure to download the JSON KEY
130
+ {file:AUTHENTICATION.md Authentication Guide}. Be sure to download the JSON KEY
131
131
  file. Make note of the PROJECT_ID and the KEYFILE location on your system.
132
132
 
133
133
  Before you can run the Spanner acceptance tests, you must first create indexes
@@ -184,5 +184,5 @@ $ bundle exec rake rubocop
184
184
  ## Code of Conduct
185
185
 
186
186
  Please note that this project is released with a Contributor Code of Conduct. By
187
- participating in this project you agree to abide by its terms. See
188
- [Code of Conduct](CODE_OF_CONDUCT.md) for more information.
187
+ participating in this project you agree to abide by its terms. See the
188
+ {file:CODE_OF_CONDUCT.md Code of Conduct} for more information.
@@ -24,14 +24,8 @@ improved, *please* create a new issue on GitHub so we can talk about it.
24
24
 
25
25
  - [New issue][gh-ruby]
26
26
 
27
- Or, you can ask questions on the [Google Cloud Platform Slack][slack-ruby]. You
28
- can use the "ruby" channel for general Ruby questions, or use the
29
- "google-cloud-ruby" channel if you have questions about this gem in particular.
30
-
31
27
  [so-ruby]: http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby+spanner
32
28
 
33
29
  [gh-search-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues?q=label%3A%22api%3A+spanner%22
34
30
 
35
31
  [gh-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues/new
36
-
37
- [slack-ruby]: https://gcp-slack.appspot.com/
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Spanner
19
- VERSION = "1.16.1".freeze
19
+ VERSION = "1.16.2".freeze
20
20
  end
21
21
  end
22
22
  end
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: 1.16.1
4
+ version: 1.16.2
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: 2020-05-21 00:00:00.000000000 Z
12
+ date: 2020-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core