logstash-output-sqs 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/logstash-output-sqs.gemspec +4 -4
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a63befcd162ec4ff0c7241252b2ec3fb30c31c90
|
4
|
+
data.tar.gz: 7d2ab6b7e5e01e161803a7ac4dd0c7998876bcda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a65a3e2584f7c7fe4ea60b108640e2d003cd9f50058e2178e783f12d196c9a690eec1f819f50dee3ea511a09da1cc1b568871ff003be28e5eee35ef3c032d264
|
7
|
+
data.tar.gz: 31bb2b26ca19d2fb0cf6574278bbbe63726939f51fcb88c7bf2cbe16282d1a55835f8a75ae22e954352c65f10f0c52e6df1dad41793254dd5026f2aa5826177b
|
data/LICENSE
CHANGED
data/logstash-output-sqs.gemspec
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-output-sqs'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.4'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "Push events to an Amazon Web Services Simple Queue Service (SQS) queue."
|
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 = ["
|
9
|
-
s.email = 'info@
|
10
|
-
s.homepage = "http://www.
|
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-sqs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
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
|
@@ -87,7 +87,7 @@ dependencies:
|
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: '0'
|
89
89
|
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
|
90
|
-
email: info@
|
90
|
+
email: info@elastic.co
|
91
91
|
executables: []
|
92
92
|
extensions: []
|
93
93
|
extra_rdoc_files: []
|
@@ -101,7 +101,7 @@ files:
|
|
101
101
|
- lib/logstash/outputs/sqs.rb
|
102
102
|
- logstash-output-sqs.gemspec
|
103
103
|
- spec/outputs/sqs_spec.rb
|
104
|
-
homepage: http://www.
|
104
|
+
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
105
105
|
licenses:
|
106
106
|
- Apache License (2.0)
|
107
107
|
metadata:
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
version: '0'
|
124
124
|
requirements: []
|
125
125
|
rubyforge_project:
|
126
|
-
rubygems_version: 2.
|
126
|
+
rubygems_version: 2.1.9
|
127
127
|
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: Push events to an Amazon Web Services Simple Queue Service (SQS) queue.
|