logstash-codec-logfmt 0.1.0 → 0.1.1

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: a2b0996a04ab0417afce8855cc54838cc83b5464
4
- data.tar.gz: 01c9d6d313520cbdff22ec35b8e0df5ab5d457d3
3
+ metadata.gz: 49aae4e3687ef5041b24f6dfe5da626dc5e1bdc2
4
+ data.tar.gz: 53058a8b31b28231c4aa563c5c29d802d89dfaa2
5
5
  SHA512:
6
- metadata.gz: 0e3ec37ad646b65d3d2fd3de970d3d675746ee2de1e20a7ccf0ad4d77d0a6e4d29b892562f307f40c35a5a49f4acb3b2031c6e0753d6e97f0ab0a26bbe151f11
7
- data.tar.gz: 9b19080321ba9e934fda2aa98d4f1b6965926cbbf2cc0d235b3aaa28ed56f65ab6aaecebe7855328bf264c443c8f1f23e246a38b67dd88223af0123f82132b1b
6
+ metadata.gz: d733f0bcf3de6da29a517816d14c4dfd0b09579f32f69bb5523ebcfdd6fd9c85a1b5939edfff68f3271265cc54f8d36c843e32d920b11ee0bc640c7d17553e08
7
+ data.tar.gz: 309560c4f8a7894e1ba7d64cd9038764e964efe9c2a5caa3ec4ad0b70115606380e846c1b84a6a652ebd64aac356a3b745c627860d8c40819ebb6ff11971a12a
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-logfmt'
4
- s.version = '0.1.0'
4
+ s.version = '0.1.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This codec may be used to decode (via inputs) and encode (via outputs) full LogFMT messages"
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 = ["Elastic"]
9
- s.email = 'info@elastic.co'
6
+ s.summary = "This codec may be used to decode (via inputs) full Logfmt messages"
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 logstash-codec-logfmt. This gem is not a stand-alone program"
8
+ s.authors = ["Tim Buchwaldt"]
9
+ s.email = 'tim.buchwaldt@grandcentrix.net'
10
10
  s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-logfmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Elastic
7
+ - Tim Buchwaldt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -72,8 +72,8 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
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@elastic.co
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 logstash-codec-logfmt. This gem is not a stand-alone program
76
+ email: tim.buchwaldt@grandcentrix.net
77
77
  executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
@@ -112,6 +112,6 @@ rubyforge_project:
112
112
  rubygems_version: 2.4.8
113
113
  signing_key:
114
114
  specification_version: 4
115
- summary: This codec may be used to decode (via inputs) and encode (via outputs) full LogFMT messages
115
+ summary: This codec may be used to decode (via inputs) full Logfmt messages
116
116
  test_files:
117
117
  - spec/codecs/logfmt_spec.rb