logstash-output-s3 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/logstash-output-s3.gemspec +4 -4
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 132b86e89b8a1df8a3821d7550a1ddddfe42ed5d
4
- data.tar.gz: f6f61afa702df4125abfd937b92ed176cab9fb46
3
+ metadata.gz: 2ad24ba60005d37f1b05d2d20e97ad5ad4a10389
4
+ data.tar.gz: 554b773a461f3a20121c79f99ab7160f8c0f31dd
5
5
  SHA512:
6
- metadata.gz: cf99e2a74d4629424f348e11947e94b21617a36bd35da6244702f15a8c9a8576f1851865a4d566f05eb9da5fe5aae56f95e8d2373c8b99a6f0493cfc95034aad
7
- data.tar.gz: d32a2d0a546248a7c8a61925421b7d601cf3ed898b0e63b3dbef3f83a640017751bdcaa3320b0005070409fd0abb662aca91f196b4b2b36c52a6f4e8541010da
6
+ metadata.gz: 2a0f9852ca412c061b29b9c45ea8c758c92c7f86891e91c15e01f1fc570f85de706919b74e5878e622f62880e88faf1c8936bc79738cf46d808106453e0ccdce
7
+ data.tar.gz: e9e07fe49af09c64386bd5c37d6a60f8781e6d40ee182a94dbf0aa396c7cfd09cf1ff2b267cbb041e3efae266f966c6d22d7a19dc8a2bb77f37429e96eb2feca
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-s3'
4
- s.version = '0.1.6'
4
+ s.version = '0.1.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)"
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
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -115,7 +115,7 @@ dependencies:
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  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
118
- email: info@elasticsearch.com
118
+ email: info@elastic.co
119
119
  executables: []
120
120
  extensions: []
121
121
  extra_rdoc_files: []
@@ -132,7 +132,7 @@ files:
132
132
  - spec/integration/s3_spec.rb
133
133
  - spec/outputs/s3_spec.rb
134
134
  - spec/supports/helpers.rb
135
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
135
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
136
136
  licenses:
137
137
  - Apache License (2.0)
138
138
  metadata:
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.4.5
157
+ rubygems_version: 2.1.9
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)