logstash-input-google_pubsub 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/logstash-input-google_pubsub.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 456f995041eb093cbde3e6dbfb9cb910ba5b4d737391e6480999a5363eecbd2f
|
4
|
+
data.tar.gz: dc1a1964cbac705f0b028674782431230c9924a9110350f129b91e586d345cdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5024b239db5429f05d5e92a06bc8d271eacbfa8c9d20325c7d785d042a23c1392cdacf10edcc033af15a78e42232fb859ce84e9f8918a37b0649ee5884b5e8f2
|
7
|
+
data.tar.gz: 643a15cabaac60a459e3996eedc506ed9fc8c2b5c3375d69d81e63667d707efbab740532ca7a07c99929b595a060bb4d34a4979c677246de0d729d30ac3ea37f
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-google_pubsub'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.4'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
|
-
s.summary = "
|
5
|
+
s.summary = "Consume events from a Google Cloud PubSub service"
|
6
6
|
s.description = "This gem is a Logstash input plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program."
|
7
7
|
s.authors = ["Eric Johnson"]
|
8
8
|
s.email = 'erjohnso@google.com'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-google_pubsub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Johnson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -92,7 +92,9 @@ dependencies:
|
|
92
92
|
- - ">="
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: '0'
|
95
|
-
description: This gem is a Logstash input plugin required to be installed on top of
|
95
|
+
description: This gem is a Logstash input plugin required to be installed on top of
|
96
|
+
the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
97
|
+
gem is not a stand-alone program.
|
96
98
|
email: erjohnso@google.com
|
97
99
|
executables: []
|
98
100
|
extensions: []
|
@@ -130,9 +132,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
132
|
version: '0'
|
131
133
|
requirements: []
|
132
134
|
rubyforge_project:
|
133
|
-
rubygems_version: 2.
|
135
|
+
rubygems_version: 2.6.11
|
134
136
|
signing_key:
|
135
137
|
specification_version: 4
|
136
|
-
summary:
|
138
|
+
summary: Consume events from a Google Cloud PubSub service
|
137
139
|
test_files:
|
138
140
|
- spec/inputs/google_pubsub_spec.rb
|