logstash-output-kinesis 0.0.1-java → 0.0.3-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/lib/logstash-output-kinesis/version.rb +1 -1
- data/logstash-output-kinesis.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c872c2235109e53b30bfd3a09d5fa95f02160f12
|
4
|
+
data.tar.gz: 88ac4ea9257c2586a86c2c494a621282d619b646
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f80cd089b4d67acc74ea39fa2196a5002147c8255555d06baa713ee5de0ceee8651730d6649d80273c8c62d4c53126140c887d32c8921ba768ae2903d4da3c52
|
7
|
+
data.tar.gz: d17f8940bd74259976995b76e7722cc92b0f467a59bc4423352a8309d04bb7caae38c1f6ce38bab5b476b29d5c305209343974981439bd5b3f9c00aeef7f4b59
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "logstash-output-kinesis"
|
3
|
-
s.version =
|
3
|
+
s.version = LogstashOutputKinesis::VERSION
|
4
4
|
s.licenses = ["Apache License (2.0)"]
|
5
5
|
s.summary = "This output plugin sends records to Kinesis using the Kinesis Producer Library (KPL)"
|
6
6
|
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 logstash-output-kinesis. This gem is not a stand-alone program"
|