logstash-codec-s3plain 0.1.1 → 0.1.2

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: 7adacaec47f890bf50fca28cb71e1258fc2b157b
4
- data.tar.gz: c12a34a4bb680338262a735fa32e77d34d404288
3
+ metadata.gz: 7e53fbd0110f9af8e5d039492471d7830b8701b8
4
+ data.tar.gz: 5cf87c9a4e431c840d5a567fb151d79671be3160
5
5
  SHA512:
6
- metadata.gz: c76e619bb7f3e8015a2c0d19e4e0311c925ddc429fcf3cbd6b5a5b899db01d9775fc31f5eaed27a2c86efa65075b998244696ad930bb6d29f37d135bb7c215da
7
- data.tar.gz: 9e5c750fb5afa264f6e0693d50eea371df126ddbd6f340a87b5e5ce0f015afdefb501125d3dcd138514ffdac7fcc7982fff0e4c503c468b374caec339484842c
6
+ metadata.gz: 4ff77e2a7e10664cd993e3f310ef27aa4ee411cbf26850fa0d61bcbe1c247bc6f001bd3411ee465d9c794ff512eacc703cd0cbfc0299d6507dffae019fa0ae5d
7
+ data.tar.gz: 74c3e7a73ffcaf4ba685c15b2a8aaca0a5c249492431235c8d96ddcff1ec3615474c6c0cdb21d1f4308d0fa6278c827ec4d711ea4cc47521950f7c7c22fdc5b5
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-s3plain'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec may be used to encode (via outputs) S3plain text format, this make the S3 outputs backward comptabile with Logstash 1.4.2"
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-s3plain
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: []