google-cloud-bigtable 1.2.1 → 1.2.2
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/TROUBLESHOOTING.md +2 -8
- data/lib/google/cloud/bigtable/admin.rb +1 -1
- data/lib/google/cloud/bigtable/admin/v2.rb +1 -1
- data/lib/google/cloud/bigtable/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22ba3e63a3716fdb413bafb9c74a72f8f86e356a5b8a3f3a2776522313d7efbd
|
4
|
+
data.tar.gz: 984879dec7e158489426f4f12c41b947e604c6164f0ebe26aa01dae7216ad6f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7afc6e313ac4fda9ccd2d810d5b698d0790fbfbcbab2ddcdd748c8597b7d979c83e24de30d89a0cd201fe7e06afb3597961620c3efa68a6b205500e0c146ed6d
|
7
|
+
data.tar.gz: 05c513ddcd8aabf0f9f53100c863708e648384b9252c17e10a8e721446b579f2e6466f9d3d87bf7ce5fdc4fbca94e0cf0707f585b79bf77703a0c4b35da9cade
|
data/CHANGELOG.md
CHANGED
data/TROUBLESHOOTING.md
CHANGED
@@ -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+bigtable
|
32
28
|
|
33
|
-
[gh-search-ruby]: https://github.com/
|
34
|
-
|
35
|
-
[gh-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues/new
|
29
|
+
[gh-search-ruby]: https://github.com/googleapis/google-cloud-ruby/issues?q=label%3A%22api%3A+bigtable%22
|
36
30
|
|
37
|
-
[
|
31
|
+
[gh-ruby]: https://github.com/googleapis/google-cloud-ruby/issues/new
|
@@ -48,7 +48,7 @@ module Google
|
|
48
48
|
# - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
|
49
49
|
# to see the full list of Cloud APIs that we cover.
|
50
50
|
#
|
51
|
-
# [Product Documentation]: https://cloud.google.com/bigtable
|
51
|
+
# [Product Documentation]: https://cloud.google.com/bigtable/docs/reference/admin/rpc
|
52
52
|
#
|
53
53
|
# ## Enabling Logging
|
54
54
|
#
|
@@ -52,7 +52,7 @@ module Google
|
|
52
52
|
# - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
|
53
53
|
# to see the full list of Cloud APIs that we cover.
|
54
54
|
#
|
55
|
-
# [Product Documentation]: https://cloud.google.com/bigtable
|
55
|
+
# [Product Documentation]: https://cloud.google.com/bigtable/docs/reference/admin/rpc
|
56
56
|
#
|
57
57
|
# ## Enabling Logging
|
58
58
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigtable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|