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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5d91e70187af594ad552ebd990581132e26dda6
4
- data.tar.gz: 2647d0bf5885f4b3403d0f061a941eb9e6477891
3
+ metadata.gz: 1f52faa3d21f6c6e74e83a2321b3f96a325a8004
4
+ data.tar.gz: 2b5b470446ee1ddbac9dbba87b1a0eaae52089fc
5
5
  SHA512:
6
- metadata.gz: b9ceb12aed787f637267271e8fa22d72aa3d7f310280e95932d65e0bb4a1c94c96d2701e13d9093170f8fc105d785c2a20d9e4ad70e82bc542707494b6783509
7
- data.tar.gz: 44bfd8eb71cd173630ebfe89bde86e6b8568e3b00e15b0f71ea68325ccfa2f551339f30f69d28db1c475499c1485d6ba9401a14d161e7f5ee6bd8d87758f160a
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.3'
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-rubydebug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch