google-cloud-logging 1.10.6 → 1.10.7

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: 3b14b69bc89fe81a4a1ab8661ea45b9f51a045146abd415b80950c18e5220828
4
- data.tar.gz: 7dcdbb67f99d4315da32ec5c9db347ae1a3d4b9691bef3f37abbf5efcebbf76b
3
+ metadata.gz: bcf1cecc45e21a908822e15ae13b14ee5b110e460f61c743442af832e35b3d03
4
+ data.tar.gz: 4328a9236c7380894d39281f14906e6a21a5623bf5f9e1a5823b9407be4891ee
5
5
  SHA512:
6
- metadata.gz: d8c812bfa3d281702a13a7b196368b91bf9c22f3313a7b815a8214f829558437a8b13c1fcbf7bd2d4b8faf44a5af74f33e7aec3397c78bf92ab302083dba4901
7
- data.tar.gz: 90c9f9b3a687b95b903655ca967a118cd1c99ef70a7a2f27d8695ab3d9c49252502576d005ba9a1ba902b7c95aff0a642ad6a384bdc0ea3da617eef4fe75a085
6
+ metadata.gz: a5cfe2ab82077f691c247e91380c12e9ac632e5ea00cf95af069e93d6d2b20c300a80218c0fe8834785180b52660f8871d0ad0840f1fd343706d903680433326
7
+ data.tar.gz: e6ad1dd7d86df9605d3b2fd466ae386ac9115962ad43e2dc568bbbf6c8216f37a06ea184764629baa0c9632db487058847f9c9202be2facb0b5209530df31bfa
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.10.7 / 2020-05-28
4
+
5
+ #### Documentation
6
+
7
+ * Fix a few broken links
8
+
3
9
  ### 1.10.6 / 2020-05-19
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+logging
32
28
 
33
- [gh-search-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues?q=label%3A%22api%3A+logging%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+logging%22
36
30
 
37
- [slack-ruby]: https://gcp-slack.appspot.com/
31
+ [gh-ruby]: https://github.com/googleapis/google-cloud-ruby/issues/new
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Logging
19
- VERSION = "1.10.6".freeze
19
+ VERSION = "1.10.7".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-logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.6
4
+ version: 1.10.7
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-19 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