logstash-input-nsq 1.0.0 → 1.0.1
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 +4 -4
- data/logstash-input-nsq.gemspec +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fd9cd57af1988e332728b23840fce7c58c2903e
|
|
4
|
+
data.tar.gz: 6db3a2b950c6f0a769c056a8b7912ee01603f4fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c9cf8cbcd3a4d4d242d1a0b37a26898a0a11d910791d16f91169164df40aa589e0c94405f69eeb49d165f1c9fd55aef07fac319b8efcac87f186daa7415dd29
|
|
7
|
+
data.tar.gz: ba70add8a482955d741e7108329796601ff586cc8d90089674ea384ebc19e180ca01948070ea394c91a5ab49000c8732b69b916146a7fb1c2e016b4bf1d6f48a
|
data/logstash-input-nsq.gemspec
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-nsq'
|
|
4
|
-
s.version = '1.0.
|
|
4
|
+
s.version = '1.0.1'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = 'This input will read events from a nsq topic.'
|
|
7
7
|
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|
|
8
|
-
s.authors = ['
|
|
9
|
-
s.email = '
|
|
10
|
-
s.homepage = "
|
|
8
|
+
s.authors = ['Matthias Schneider']
|
|
9
|
+
s.email = 'ms@wck.biz'
|
|
10
|
+
s.homepage = "https://github.com/mschneider82/logstash-input-nsq"
|
|
11
11
|
s.require_paths = ["lib"]
|
|
12
12
|
|
|
13
13
|
# Files
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-nsq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Matthias Schneider
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -87,7 +87,7 @@ dependencies:
|
|
|
87
87
|
prerelease: false
|
|
88
88
|
type: :development
|
|
89
89
|
description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
|
|
90
|
-
email:
|
|
90
|
+
email: ms@wck.biz
|
|
91
91
|
executables: []
|
|
92
92
|
extensions: []
|
|
93
93
|
extra_rdoc_files: []
|
|
@@ -103,7 +103,7 @@ files:
|
|
|
103
103
|
- lib/logstash/inputs/nsq.rb
|
|
104
104
|
- logstash-input-nsq.gemspec
|
|
105
105
|
- spec/inputs/nsq_spec.rb
|
|
106
|
-
homepage:
|
|
106
|
+
homepage: https://github.com/mschneider82/logstash-input-nsq
|
|
107
107
|
licenses:
|
|
108
108
|
- Apache License (2.0)
|
|
109
109
|
metadata:
|