logstash-codec-rubydebug 0.1.1 → 0.1.2

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: 6daf79f2d466ebe1f091a9cdeef8402625b05f8e
4
- data.tar.gz: 4797b6d63f2047b933680ebf1beb7ea983b21aa8
3
+ metadata.gz: 1c35506a63956c1548727111547e285377a6e033
4
+ data.tar.gz: 8d727ad0b934f8504dcaae1f0a20a86f04959b92
5
5
  SHA512:
6
- metadata.gz: d19930d567b010cca14d4e752d077f5a5fec6ef8cca0ee105412ab2d844ca201b0898acb0f9d327d23d067ecf840f844ead39c1f07739e0c7129b4c917d72753
7
- data.tar.gz: 6626ba46c33b60b911816b0e2497e1b8cf57f0d1006dad8d6b9642a2b9fb380b12af09ccf68ed8434e449341a5a34e42f603b23271b1c2e1b50d3d0ed3533fd3
6
+ metadata.gz: d23bdb71c00c9076ca3a427f347a9834f47d6acbc37809a39476ee1a9cf24810faf4d9897b5e17fe593b8aced233a79d29717db88a14373b96bea1252a3ff9cf
7
+ data.tar.gz: 57fa633a07998ad61c8cf26187ddc91450b3620c0e7f104886a6b4f7f9123731aafa807350faf4898a14ae79a87f6985c5ee0d3a095b60c65565e38286e03341
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-rubydebug'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
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"
8
8
  s.authors = ["Elasticsearch"]
9
- s.email = 'richard.pijnenburg@elasticsearch.com'
9
+ s.email = 'info@elasticsearch.com'
10
10
  s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
@@ -59,7 +59,7 @@ dependencies:
59
59
  prerelease: false
60
60
  type: :development
61
61
  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
62
- email: richard.pijnenburg@elasticsearch.com
62
+ email: info@elasticsearch.com
63
63
  executables: []
64
64
  extensions: []
65
65
  extra_rdoc_files: []