logstash-output-kafka 5.0.2 → 5.0.3

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: 84f3d38e1d8b558732745712e7d52be852a0bc37
4
- data.tar.gz: 15ad8fb42a18029c0d014a9792ad0db395982aad
3
+ metadata.gz: 12e44db38dbe016b97d8a3856ff8da10eb9ba0f8
4
+ data.tar.gz: f97bc53ae11b66b1ead00cb498964692f5ca402f
5
5
  SHA512:
6
- metadata.gz: ef4c6a33fac857c07820529bfa75c275fdfbcb1e26093a3058400a1b82ffa8d68efc302dfcfcce1924224ccaf3da47fb007673bfe5a50109a45ff5ff4856c5d0
7
- data.tar.gz: c82ac080baa3a8274726098c5b5d4dcc471960c5df4ce46ed01e8c1abd252294ee0b3419768b4dd825849e49ea10e6c1b44b26a6dc55c2ed1b70f4f5aa727b26
6
+ metadata.gz: 9b5f7b0b93a603e7e9dbaeb2155db27eda1bc75d7e2b3677dfff33b671911ff3e3dc10845fc254974a6819e02923ccc54bc4500f9796aec6cf8cd03017affc37
7
+ data.tar.gz: 8f98276f3041a1ff101b969148efa403b66b20b2fa49fa86f850144c408117a5654d5619dbe3d1c7c6777c130e01f82678380a4fe18e7788fa7a00641509a6a3
@@ -1,3 +1,6 @@
1
+ ## 5.0.3
2
+ - Internal: Gem cleanup
3
+
1
4
  ## 5.0.2
2
5
  - Declare plugin as threadsafe
3
6
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-kafka'
4
- s.version = '5.0.2'
4
+ s.version = '5.0.3'
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/logstash-plugin install gemname. This gem is not a stand-alone program"
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.require_paths = ['lib']
12
12
 
13
13
  # Files
14
- s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']
14
+ s.files = Dir['lib/**/*.rb','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']
15
15
 
16
16
  # Tests
17
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
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: 5.0.2
4
+ version: 5.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-10 00:00:00.000000000 Z
11
+ date: 2016-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -132,6 +132,12 @@ files:
132
132
  - logstash-output-kafka.gemspec
133
133
  - spec/integration/outputs/kafka_spec.rb
134
134
  - spec/unit/outputs/kafka_spec.rb
135
+ - vendor/jar-dependencies/runtime-jars/kafka-clients-0.10.0.0.jar
136
+ - vendor/jar-dependencies/runtime-jars/log4j-1.2.17.jar
137
+ - vendor/jar-dependencies/runtime-jars/lz4-1.3.0.jar
138
+ - vendor/jar-dependencies/runtime-jars/slf4j-api-1.7.21.jar
139
+ - vendor/jar-dependencies/runtime-jars/slf4j-log4j12-1.7.13.jar
140
+ - vendor/jar-dependencies/runtime-jars/snappy-java-1.1.2.4.jar
135
141
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
136
142
  licenses:
137
143
  - Apache License (2.0)