logstash-input-thisisonlyatest 2.0.0 → 2.0.2
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/logstash-input-thisisonlyatest.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: 83f798d948724c8df5e426d1f89051d54b4ed23f
|
4
|
+
data.tar.gz: f64b679de9c6feab984b28039deead48917443b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d5c6e4eef3bd56b8aa58648c575a6392da054c77ba2196992864f31cf2f6edd4fe935db074f9022cb11e61a2644f4a8c518a25a4a4a4e0ee5c85f3737ed8d5c
|
7
|
+
data.tar.gz: 2ef81958b5b76de2447e9c4210d6b61d67f799125d59a36c8b73bdefc424904d28946c16f112a7160e3a12bdbb999a3d73fd459363ad9ebe4e0bb5be7f02263d
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-thisisonlyatest'
|
3
|
-
s.version = '2.0.
|
3
|
+
s.version = '2.0.2'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "This example input streams a string at a definable interval."
|
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 gemname. This gem is not a stand-alone program"
|