logstash-codec-line 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/logstash-codec-line.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40b1050257a5e9d266e2414a34ddabfdb729f81a
4
- data.tar.gz: 5461437634508d3604820f40c5d11908f76477b9
3
+ metadata.gz: 27331ca269c9b168140b05b30b288a4c198e95bd
4
+ data.tar.gz: d83ddc0a48658f27062ce5cf7fb35c90a5b0720f
5
5
  SHA512:
6
- metadata.gz: 1763539f0df604b8cde0bd14b27882b4b4da2819746dbbb61bd3a72edb1a9722a4f6fbb3fb87b9ed344889450fcc8f720e4eba0bb6f73cb396f7f29de6bbc51a
7
- data.tar.gz: 0941c50ed57b16a9adb4cc7353fe1a0c56111ef42445c60b0f1e6e050233790d9ee801147a23eb61169d016373a9fac01b586a0e4372399b0553cbce82cdd35b
6
+ metadata.gz: e6df6416e1900044895760eab5279837b6604ff443a915d538fbc0945b5928ec52b17a924adc3a25bf75a77b85c311e524cca38c93e6a287d2c7b2cad6a19ab4
7
+ data.tar.gz: 5371051558c95835e800fc76305a38ad9d5bd40771450a6c69463847a272c6e6ae8a72a546886c4b1a90af854ce1a833fa8dce5a4be8d80a646a33a462452958
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-line'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Line-oriented text 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-line
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
@@ -45,7 +45,7 @@ dependencies:
45
45
  prerelease: false
46
46
  type: :development
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: richard.pijnenburg@elasticsearch.com
48
+ email: info@elasticsearch.com
49
49
  executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []