logstash-output-kafka 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f13f7e09a6b8d16a7ec9079381f614cd142c6fa
4
- data.tar.gz: 2f045843c943128048864d440465bf646b5c0d8c
3
+ metadata.gz: b24a46120f58d809ca8ea33c68beda53531aef8e
4
+ data.tar.gz: 971008f78f7d1253f1ec3fa135a149e9393312c8
5
5
  SHA512:
6
- metadata.gz: 210b2dc70e387f9c460aac4f405cb81ee675fb42ddf7132d4742fd29fa057f7afb265b0416f738d9f98bb1a796daf22be870eedeeadca4dfcf185df75d951f86
7
- data.tar.gz: 5c7c85752c6576b3b4adbad26fc656b0fad0a1fcd338a47c01c6a08051c52b597a39e127a17ed31b3675fbe126ab7b41111307b99c9fb238fe9daa40fa24e289
6
+ metadata.gz: 82b66aacbd68537a6cdd70a4b2072e6d48dffce10a4c1b7568393a87d1d092f14e32535408d5b38405e42532c1fa9945da234880ad2e080f5306b12d6e51c349
7
+ data.tar.gz: 5e5da1566d0a6ee58eeb3fcc820aa06909974ce898b4d9d9dd23e78fe713cdf484ca348199b8ef8a496aaffa53b05d12cffa76f12c17ba72925624db7c6bbe30
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-kafka'
4
- s.version = '0.1.8'
4
+ s.version = '0.1.9'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = 'Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on 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"
8
8
  s.authors = ['Elasticsearch']
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ['lib']
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -135,7 +135,7 @@ dependencies:
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
137
  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
138
- email: info@elasticsearch.com
138
+ email: info@elastic.co
139
139
  executables: []
140
140
  extensions: []
141
141
  extra_rdoc_files: []
@@ -150,7 +150,7 @@ files:
150
150
  - lib/logstash/outputs/kafka.rb
151
151
  - logstash-output-kafka.gemspec
152
152
  - spec/outputs/kafka_spec.rb
153
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
153
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
154
154
  licenses:
155
155
  - Apache License (2.0)
156
156
  metadata:
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  requirements: []
174
174
  rubyforge_project:
175
- rubygems_version: 2.4.5
175
+ rubygems_version: 2.1.9
176
176
  signing_key:
177
177
  specification_version: 4
178
178
  summary: Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on the broker