logstash-codec-compress_spooler 0.1.1-java → 0.1.2-java

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: 1159352fd102c1467d2bcd568b695dd1b187af5f
4
- data.tar.gz: 0f66e2a1c109ea67640b70ca94f0b0a95cda299b
3
+ metadata.gz: 19dd0a472047a4c862d2fcae8203911e58a056e4
4
+ data.tar.gz: 4d7eb39364faf448bc0440d8607acefafcdb6c3a
5
5
  SHA512:
6
- metadata.gz: 0ca026dfd889fc7ff7d6bf148da8d10f8ecf231f7e12736ebaea864bb54ce750c314aeb9bc4d948e70a36502daf0a54ea2092d3e14b7d1f2f9ef8ba75100b1ae
7
- data.tar.gz: d6f4ab70a534a364113978cc320f4855c8233916a84c6b2b558170fd45e718235083c82138b56289f99a6314922c32c31b8bcae4d6b3bf458634b5747be44215
6
+ metadata.gz: 07e2a7f1994656ace4e808b6000cba7eff0641c3078c5aa2008e9ba5d5d4009908ceacb23d080957e03f347ec21cd803760517d321b5d9ae36eaa61776d4a8c9
7
+ data.tar.gz: d21d7cb55d2d2c36681748b0cbb38d6689d62b30dfc6d6ed051c6b5ce9e2d847f17cf9302ee4a8008202cb851cfe4ebdedd3076e2463b12f5e394a711767b2f6
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-compress_spooler'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "codec that processes compressed spooled data"
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-compress_spooler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: java
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: []