logstash-filter-xml 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: 9e0a6da98af957bf03dc8378fbb7e68ab8130517
4
- data.tar.gz: 388b0de8c83f21a46ba700e1bd32619ec823bf3e
3
+ metadata.gz: 39021db5ccef57558be4ec6134fc797b08bc8ad1
4
+ data.tar.gz: 1b869a6ed9783f4434b14df31d0cef9cd7944957
5
5
  SHA512:
6
- metadata.gz: 54f60a2256de89ecb36c8ffd7508d2fa2c8ba287f6642d30dbfac41455658aefed0dcc37a0f72213b3aa1fec738b1b18ea68fd59b74a40b6bf283ba488157472
7
- data.tar.gz: ada0894463f4ab595701c56f4269c3a743b33242f105545844dcb933f241d090658787aed3997c200163c4104be38f93d9a546de4795f06e8ba0bb6f7ccabe3b
6
+ metadata.gz: ca74c8d22323ed3e44174cbce1be49be209d0123f43afc0a121f6da7b525764a0ec2adf774af2a7b58b498723b88790d2307fd18a656049636ae4029f0dfffe5
7
+ data.tar.gz: 2ec377b6c6c096ebf167830ddd3cd074781c7ebf2efaa8b2107bc6a5dae89edea7b01362938f80bc7bdf62b132c4ae96e0633b5af5c2e98a7101a27ba13b6b0a
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-xml'
4
- s.version = '0.1.4'
4
+ s.version = '0.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Takes a field that contains XML and expands it into an actual datastructure."
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-xml
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
@@ -73,7 +73,7 @@ dependencies:
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  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
76
- email: info@elasticsearch.com
76
+ email: info@elastic.co
77
77
  executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
@@ -87,7 +87,7 @@ files:
87
87
  - lib/logstash/filters/xml.rb
88
88
  - logstash-filter-xml.gemspec
89
89
  - spec/filters/xml_spec.rb
90
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
90
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
91
91
  licenses:
92
92
  - Apache License (2.0)
93
93
  metadata:
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 2.4.5
112
+ rubygems_version: 2.1.9
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Takes a field that contains XML and expands it into an actual datastructure.