logstash-codec-gzip_lines 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: 5d81958bc7bd49aba9b4468b8b4f4533fad3aab7
4
- data.tar.gz: 4da7c13b590cf081b71913ccef9c6363b80a0557
3
+ metadata.gz: b79744f6136f3b8a64311b1557c151b732cac3b7
4
+ data.tar.gz: 243c3351fc2acc0e46156fa138b47539f8f4e9b6
5
5
  SHA512:
6
- metadata.gz: 4c5d9e7006f933cba0b02adcfab888f298c102890fb2258245cdb0e6428cbd318aed034bc0f9555e9a04979ae11ce1e4a69720787bb87f4af6b46cbe3f15647f
7
- data.tar.gz: adc3b8936be97dd15d9b59d8382187bb9c676f3614c33b82882d6633edf1a9de8168e84c65d7a154e646245a5ce650225785849a0b0443444851a613c952d6fd
6
+ metadata.gz: de5a6cd091b23d6df4c8085d3ab7234d5b92569a49c95524f1318dcb5016828201633a9ffe83ed3b22115bf4da858f44fc496a318bea185e68461c4c9e11771e
7
+ data.tar.gz: e2ab467be3df1c14929772b2318fea0c7163db6f84a4268cff3af194ca6df805f857306e9da8d4540aac8bd887df8e6c48a2e6732882f4e13f3d8db1a8c9e2b5
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-codec-gzip_lines'
4
- s.version = '0.1.4'
4
+ s.version = '0.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = 'This codec may be used to decode (via inputs) gzip encoded file'
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-codec-gzip_lines
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
@@ -59,7 +59,7 @@ dependencies:
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
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: info@elasticsearch.com
62
+ email: info@elastic.co
63
63
  executables: []
64
64
  extensions: []
65
65
  extra_rdoc_files: []
@@ -74,7 +74,7 @@ files:
74
74
  - lib/logstash/codecs/gzip_lines.rb
75
75
  - logstash-codec-gzip_lines.gemspec
76
76
  - spec/codecs/gzip_lines_spec.rb
77
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
77
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
78
78
  licenses:
79
79
  - Apache License (2.0)
80
80
  metadata:
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  requirements: []
98
98
  rubyforge_project:
99
- rubygems_version: 2.4.5
99
+ rubygems_version: 2.1.9
100
100
  signing_key:
101
101
  specification_version: 4
102
102
  summary: This codec may be used to decode (via inputs) gzip encoded file