logstash-input-kinesis 2.0.6-java → 2.0.7-java
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/CHANGELOG.md +3 -0
- data/lib/logstash/inputs/kinesis/version.rb +1 -1
- data/logstash-input-kinesis.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3777439df7791bc0eef0eb32376eced953020921f5331659c07e35b258e8470
|
4
|
+
data.tar.gz: 1ec677fa1c07ead0a43af4f7108e8d301cb9ed8d2b2db8457a199c06cd854238
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bfb45076a933cbd7586aaaabe453416dcb6053c6cb378a8e92c5d753d64a83a5a8a949cbaa804483727a13d818abe24e61586a786b75e04395a2bb24e2a3307
|
7
|
+
data.tar.gz: 25ca7324bd245df259d29450ceea0abd65d3edcea43c158187256c8b922a407eaf6bfa95e8d2a2e874b047e5feff5100e015f1a21f727ee27a8fbdd8c35ff794
|
data/CHANGELOG.md
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Logstash::Input::Kinesis::VERSION
|
9
9
|
spec.authors = ["Brian Palmer"]
|
10
10
|
spec.email = ["brian@codekitchen.net"]
|
11
|
-
spec.summary =
|
11
|
+
spec.summary = "Receives events through an AWS Kinesis stream"
|
12
12
|
spec.description = %q{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}
|
13
13
|
spec.homepage = "https://github.com/logstash-plugins/logstash-input-kinesis"
|
14
14
|
spec.licenses = ['Apache License (2.0)']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-kinesis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Brian Palmer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -137,10 +137,10 @@ requirements:
|
|
137
137
|
- jar 'com.amazonaws:amazon-kinesis-client', '1.7.0'
|
138
138
|
- jar 'com.amazonaws:aws-java-sdk-core', '1.11.16'
|
139
139
|
rubyforge_project:
|
140
|
-
rubygems_version: 2.6.
|
140
|
+
rubygems_version: 2.6.13
|
141
141
|
signing_key:
|
142
142
|
specification_version: 4
|
143
|
-
summary:
|
143
|
+
summary: Receives events through an AWS Kinesis stream
|
144
144
|
test_files:
|
145
145
|
- spec/inputs/kinesis/worker_spec.rb
|
146
146
|
- spec/inputs/kinesis_spec.rb
|