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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/logstash-input-nsq.gemspec +4 -4
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7747deed49d4c7dd96eadb8d891df67c5c4561b
4
- data.tar.gz: 030c13dbe332140dd16fb8503ef0a9c0d37f2213
3
+ metadata.gz: 8fd9cd57af1988e332728b23840fce7c58c2903e
4
+ data.tar.gz: 6db3a2b950c6f0a769c056a8b7912ee01603f4fc
5
5
  SHA512:
6
- metadata.gz: bdc3d0fc7869a696234a98cc6f7714255aab51dbf6b2362647f2769c9972937b9e49ce66dbe7338ad1bd6aa48093658c472d59102f38a655d9234df1fbef9ff5
7
- data.tar.gz: 8254fb21c0160b1aad1c0ebc9944257fc9dda9e8cb30aec015f0f7d584c32d8ec60a868e0cc92092bbff2d0cf2ccaebbb03a6e300946950f71900aad8fc78728
6
+ metadata.gz: 4c9cf8cbcd3a4d4d242d1a0b37a26898a0a11d910791d16f91169164df40aa589e0c94405f69eeb49d165f1c9fd55aef07fac319b8efcac87f186daa7415dd29
7
+ data.tar.gz: ba70add8a482955d741e7108329796601ff586cc8d90089674ea384ebc19e180ca01948070ea394c91a5ab49000c8732b69b916146a7fb1c2e016b4bf1d6f48a
@@ -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.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 = ['Elasticsearch']
9
- s.email = 'info@elastic.co'
10
- s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
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: info@elastic.co
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: http://www.elastic.co/guide/en/logstash/current/index.html
106
+ homepage: https://github.com/mschneider82/logstash-input-nsq
107
107
  licenses:
108
108
  - Apache License (2.0)
109
109
  metadata: