google-cloud-firestore 1.4.3 → 1.4.4

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: e718d7747d0ad8d45d10ee88f85a3fe5dad470068f88ba0b670270a0544d65a4
4
- data.tar.gz: 8bfae877e2031e41cf031f526da31ac78318eb5804ca407a8f0de3f92d953304
3
+ metadata.gz: 767d0de57b4cb69eb636c2dd85e95da99bab28356514daeae0cb29e87aac8989
4
+ data.tar.gz: 9a2c8ebd59ef8694fcfe1cd78c027acca7442ae638c90b125dbde4f7adc4a8e0
5
5
  SHA512:
6
- metadata.gz: 746b43bf9defc06a817521676fb8976d959002e151fb8960f7b949f6d8972aec6016a0004807650565cf0ee2e30ff2ec26c00ff3f16b532598c763542123319d
7
- data.tar.gz: 6493531ec90db82ca589f62a1449f6804b06359b3dce96ce71ddbcb56d3571f5111467f856527fdff17d548cfc61bfaaafe1077602869fef0bf24b44d8c364a8
6
+ metadata.gz: 93d63f0d8d61ff6c32c2b94b0d38e8b1a1deadfdbe3bd104558ffc6fa55f265701dc262fd4f1200ea9d1802d26f5e5f79cd9859452d6128d3b3e49e36eae044c
7
+ data.tar.gz: d43a9f1f2e7b0aeb0dbfd56f10a41790036f29199d1dec6862f4e97e14fd057baf72ed66a1d414073e5a590cecfbdbb0182524f486e63e4951ffa8aa11d8dfd0
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.4.4 / 2020-05-28
4
+
5
+ #### Documentation
6
+
7
+ * Fix a few broken links
8
+
3
9
  ### 1.4.3 / 2020-05-21
4
10
 
5
11
  #### Bug Fixes
@@ -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+firestore
32
28
 
33
- [gh-search-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues?q=label%3A%22api%3A+firestore%22
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+firestore%22
36
30
 
37
- [slack-ruby]: https://gcp-slack.appspot.com/
31
+ [gh-ruby]: https://github.com/googleapis/google-cloud-ruby/issues/new
@@ -49,7 +49,7 @@ module Google
49
49
  # - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
50
50
  # to see the full list of Cloud APIs that we cover.
51
51
  #
52
- # [Product Documentation]: https://cloud.google.com/firestore-admin
52
+ # [Product Documentation]: https://cloud.google.com/firestore/docs/reference/rpc
53
53
  #
54
54
  # ## Enabling Logging
55
55
  #
@@ -51,7 +51,7 @@ module Google
51
51
  # - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
52
52
  # to see the full list of Cloud APIs that we cover.
53
53
  #
54
- # [Product Documentation]: https://cloud.google.com/firestore-admin
54
+ # [Product Documentation]: https://cloud.google.com/firestore/docs/reference/rpc
55
55
  #
56
56
  # ## Enabling Logging
57
57
  #
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Firestore
19
- VERSION = "1.4.3".freeze
19
+ VERSION = "1.4.4".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-firestore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-21 00:00:00.000000000 Z
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