logstash-filter-json_encode 0.1.4 → 0.1.5

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: 3b364cdc627145f5dfca586154f280c6207c1c6e
4
- data.tar.gz: 252e8da8c73c57e3dbeb8b0ae03f8f17e2389228
3
+ metadata.gz: c6add085503abca78b9882c78c81abb531fc1763
4
+ data.tar.gz: 85314cbb6e1ac89b1256713fb7b1935598376165
5
5
  SHA512:
6
- metadata.gz: ce1ce79aecc1a12498c6b49aa9c72c7d54780f029740c358a65cfed8f08d4aaea0747b297be9b3d2cdfef3c01fa5d628b1a813104c0f921db02884da24e4bcb2
7
- data.tar.gz: 8ed3530fe51a6867cab1dfcd28548157e21cc24b9c78f81b09b90d78dd7490249d38c0aa46aeace118be16e5f8812610a406fb978bbac19293f58a97fb6d186f
6
+ metadata.gz: 8262a7efdc7036356bcc6011e35ced3687adf02a9361c692ec8c095b0d19e3ad059cfc96b04add5bcb07a7c429ba64f07824b173eeb14d2ef77bcc350efdd080
7
+ data.tar.gz: 0d6a54a406d09cf999f06cf7709f6269f12eb4cf8a6a3880196cbdf19d415c1e0d27dfc979068822b687ada93fa600e3ae2d5937026e7f93e09956aa7376c507
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-json_encode'
4
- s.version = '0.1.4'
4
+ s.version = '0.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "JSON encode filter. Takes a field and serializes it into JSON"
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
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-json_encode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -45,7 +45,7 @@ dependencies:
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  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
48
- email: info@elasticsearch.com
48
+ email: info@elastic.co
49
49
  executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
@@ -59,7 +59,7 @@ files:
59
59
  - lib/logstash/filters/json_encode.rb
60
60
  - logstash-filter-json_encode.gemspec
61
61
  - spec/filters/json_encode_spec.rb
62
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
62
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
63
63
  licenses:
64
64
  - Apache License (2.0)
65
65
  metadata:
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.4.5
84
+ rubygems_version: 2.1.9
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: JSON encode filter. Takes a field and serializes it into JSON