fluent-plugin-gcp_pubsub 0.1.0 → 0.2.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c86218c759c8af51ae0d8639c7a13612c87b16508d317836757e06d13eceda59
|
4
|
+
data.tar.gz: fea8019e7ec8f4ed4147d07eb35a33892384da922fdcfc49d2214f2418599332
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b911368a7f95639127a03dd8a9f7a79da8c570f9a4e0f1d2117884fa2c86da938e9819af004dc295d43ec69e1754047fdca984065edb347c5b69300c6408dc33
|
7
|
+
data.tar.gz: c64eae5ef0beae64ab8de974daac290f67452937b907502f8f44f5ccd02e4bf88d700ed2baaa4da12b2d420a78220b98138efc1d3b3e80bdd9f29f27d8232fb7
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["johnmac@guardsight.com"]
|
11
11
|
spec.license = "GPL-3.0"
|
12
12
|
spec.summary = "Fluentd plugin for Google Cloud Pub/Sub"
|
13
|
-
spec.description = "A plugin for the Fluentd event collection agent that provides
|
13
|
+
spec.description = "A plugin for the Fluentd event collection agent that provides Google Cloud Pub/Sub support"
|
14
14
|
spec.homepage = "https://github.com/guardsight/fluent-plugin-gsvsoc_pubsub"
|
15
15
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-gcp_pubsub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pivelpin
|
@@ -122,8 +122,8 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
-
description: A plugin for the Fluentd event collection agent that provides
|
126
|
-
|
125
|
+
description: A plugin for the Fluentd event collection agent that provides Google
|
126
|
+
Cloud Pub/Sub support
|
127
127
|
email:
|
128
128
|
- johnmac@guardsight.com
|
129
129
|
executables: []
|