logstash-codec-dots 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-dots.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 038e195d21f7867105f2bea1b53ef3c7079cbf2d
4
- data.tar.gz: 7a6b5f1a0b80e489f7e157d79b7f2e009e11aca2
3
+ metadata.gz: a92510bda72dd040656fc82e1d7eceac4dee2b09
4
+ data.tar.gz: bfd30da0470e1160ebd363acc063d10bd1cc47bf
5
5
  SHA512:
6
- metadata.gz: e161420210387b30d48413faa11e3828c8c19c9c40f0fd83c9539480c7dd8bcab4bd7584211d75ad4f2cefccdec72b4e4487403f5cc8eb3ca5de1810542cdd00
7
- data.tar.gz: 1a6d2f2e68fefcbbc07d5400529b76c03986e0432f66e5afab2f627d2e54a447bded5b79dd4bbe59424ffe958c247e0d337034000f1338e5b4694b85161e1446
6
+ metadata.gz: f93148b934685dc3e2ca213dc1e22a136436cb18438672cc15a3a91e026c32d8c656d398aa9a6f26e0db70d55aff4baa009014780b459d64ccab8db5c9c570a1
7
+ data.tar.gz: 9c1a9aad8524a3b4f123e99a2b31fffc791af1983a3e92776ffd4c88a0c375bdd9f8aae235e2e5e4c10aac87dd7f6246fcb171c1fa2225a6d49b2b9838101d83
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-dots'
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 outputs dots"
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-dots
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: []