logstash-codec-rubydebug 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-codec-rubydebug.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: 1f52faa3d21f6c6e74e83a2321b3f96a325a8004
|
4
|
+
data.tar.gz: 2b5b470446ee1ddbac9dbba87b1a0eaae52089fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83734ee92b99b4fd508292f1e467f01d90bbb24e801c3b631acc129dcbe430d0af1be24a0da9c986990aeb40cbf2544f70113c732fa6f5850c6a35d1dbdd9631
|
7
|
+
data.tar.gz: 9caccb7124eed1cfd7adf0034d04b97d275b04fd210da492d7b3c7f88444327a2d825d708999791edbae819ff2f257dd3284bb2c8c9c1517f190cd0de7a64226
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-codec-rubydebug'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.4'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "The rubydebug codec will output your Logstash event data using the Ruby Awesome Print library."
|
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"
|