logstash-input-kafka 0.1.15 → 1.0.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
  SHA1:
3
- metadata.gz: c5cc09e1ba16da253ffcffa807460709d4ebde79
4
- data.tar.gz: bf889475e793f7703445ded4f61100b05e57f5e4
3
+ metadata.gz: 4e04e0ddbd045d280bd208a6b58944a1fbf13d32
4
+ data.tar.gz: 1fec72d90fc5b0fce0dd30dcef598dd6efdbf4c4
5
5
  SHA512:
6
- metadata.gz: 204b38cc95aee45e51d3926aeeeea2df559660de21c3e1a7024ec426933f4450a195215b6a1ed705f1d6eaeb57d33bdb2bc27942b445ee905e7522082f01ad69
7
- data.tar.gz: fbecdafeb80f7b63db8bfb85ca16ab07af609a260658926726722748f6ee31a13aeba016bf139e24a0ae24df8535195fc3b27a3177e14832fbcb431ca47d8e53
6
+ metadata.gz: 036621a37b3dbd8fcb9f3bb0da65ff49a88868aefdc2c09d13faa06601fa4b84ce43bc4d7ef91b0252339bb02bd5e7a0c66142449541bc19f6a6ab6dda1df36f
7
+ data.tar.gz: 0a2935b4592ae3b54069704e9b94fbd2f3922d460b6e68757afebeef4b18fcabda54fe6efd37efe3952b92ec5376e015284a8c804a12b2bf0d3fc81db82822d4
data/CHANGELOG.md ADDED
File without changes
data/NOTICE.TXT ADDED
@@ -0,0 +1,5 @@
1
+ Elasticsearch
2
+ Copyright 2012-2015 Elasticsearch
3
+
4
+ This product includes software developed by The Apache Software
5
+ Foundation (http://www.apache.org/).
data/README.md CHANGED
@@ -13,7 +13,7 @@ Logstash provides infrastructure to automatically generate documentation for thi
13
13
 
14
14
  ## Need Help?
15
15
 
16
- Need help? Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing list.
16
+ Need help? Try #logstash on freenode IRC or the https://discuss.elastic.co/c/logstash discussion forum.
17
17
 
18
18
  ## Developing
19
19
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-kafka'
4
- s.version = '0.1.15'
4
+ s.version = '1.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = 'This input will read events from a Kafka topic. It uses the high level consumer API provided by Kafka to read messages from the broker'
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-13 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core
@@ -99,10 +99,12 @@ extensions: []
99
99
  extra_rdoc_files: []
100
100
  files:
101
101
  - .gitignore
102
+ - CHANGELOG.md
102
103
  - CONTRIBUTORS
103
104
  - DEVELOPER.md
104
105
  - Gemfile
105
106
  - LICENSE
107
+ - NOTICE.TXT
106
108
  - README.md
107
109
  - Rakefile
108
110
  - lib/logstash/inputs/kafka.rb
@@ -130,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
132
  version: '0'
131
133
  requirements: []
132
134
  rubyforge_project:
133
- rubygems_version: 2.1.9
135
+ rubygems_version: 2.2.2
134
136
  signing_key:
135
137
  specification_version: 4
136
138
  summary: This input will read events from a Kafka topic. It uses the high level consumer API provided by Kafka to read messages from the broker