fluent-plugin-google-cloud 0.7.24 → 0.7.25

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 527f693c53835e46491da82100bf40d63c512ff8bbc1a5d087c9b3371ed11df8
4
- data.tar.gz: 293ae1af2b793cbc199a112bffe3491f4ef7dbb1e99776ffe4cb3268db662186
3
+ metadata.gz: 89427f2aab235046a1d959d81d19a26fceeb0d4c54dae2df843d5fe70173066f
4
+ data.tar.gz: 6f79fae5f86701f8f5a1bf2bbb9cb591d8015bebe4e5265802fd082809d32ba7
5
5
  SHA512:
6
- metadata.gz: 410f93cf504d5fb3aada4121cf4531ff9e8aa152ab71bdb6f6a35e9d42394bd5becd69352cdb21fcf6b08a86c94a23e8782dfaca016415e8b22a1b6e008080e7
7
- data.tar.gz: a9665e0d2755ceb29cf1ea5a83e9f21a67384c4cf4d582cb4ef6db64d8931178325c6a94fa811c12e9c0e6b4d54d2a2cb7cd2334bf9e3b3f568a7a93a9d24a4e
6
+ metadata.gz: aa43b2f4f2e41bb8f8dcb47d1e02681c2e186227c8f88fcd3796187bf20e5f7896b59d1251123629172e6e2c5d11e3a390ff91adf92be54eaec19684176a6df7
7
+ data.tar.gz: beb857a9ef37a97ff7124bc35ac3de2108e0fa203a70165f36db09d49253285120a41c81028af5379480c379e66753e69f4f734fc7d945e757bf9f265df2e858
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-google-cloud (0.7.24)
4
+ fluent-plugin-google-cloud (0.7.25)
5
5
  fluentd (= 1.6.3)
6
6
  google-api-client (= 0.30.8)
7
7
  google-cloud-logging (= 1.6.6)
@@ -91,7 +91,7 @@ GEM
91
91
  httpclient (2.8.3)
92
92
  json (2.2.0)
93
93
  jwt (2.2.1)
94
- memoist (0.16.0)
94
+ memoist (0.16.1)
95
95
  metaclass (0.0.4)
96
96
  mini_mime (1.0.2)
97
97
  mocha (1.9.0)
@@ -1,10 +1,8 @@
1
1
  = Google Cloud Logging plugin for {fluentd}[http://github.com/fluent/fluentd]
2
2
 
3
3
  fluent-plugin-google-cloud gem includes two plugins:
4
- 1. A {filter plugin for fluentd}[https://docs.fluentd.org/filter]
5
- that embeds insertIds into log entries to guarantee order and uniqueness.
6
- 2. An {output plugin for fluentd}[https://docs.fluentd.org/output]
7
- which sends logs to the {Stackdriver Logging API}[https://cloud.google.com/logging/docs/api/].
4
+ 1. A {filter plugin for fluentd}[https://docs.fluentd.org/filter] that embeds insertIds into log entries to guarantee order and uniqueness.
5
+ 2. An {output plugin for fluentd}[https://docs.fluentd.org/output] which sends logs to the {Stackdriver Logging API}[https://cloud.google.com/logging/docs/api/].
8
6
 
9
7
  This is an official Google Ruby gem.
10
8
 
@@ -10,7 +10,7 @@ eos
10
10
  gem.homepage =
11
11
  'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
12
12
  gem.license = 'Apache-2.0'
13
- gem.version = '0.7.24'
13
+ gem.version = '0.7.25'
14
14
  gem.authors = ['Stackdriver Agents Team']
15
15
  gem.email = ['stackdriver-agents@google.com']
16
16
  gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-google-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.24
4
+ version: 0.7.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stackdriver Agents Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-03 00:00:00.000000000 Z
11
+ date: 2019-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd