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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2aa5b9ac76e1c9b66fe302cc25ceef4c7c241b96
4
- data.tar.gz: 7041c97160d0df6392a17eed666ab3507d29f3ac
3
+ metadata.gz: a63befcd162ec4ff0c7241252b2ec3fb30c31c90
4
+ data.tar.gz: 7d2ab6b7e5e01e161803a7ac4dd0c7998876bcda
5
5
  SHA512:
6
- metadata.gz: 31bf31ee00de117728f71d3826333f1b69816ab6a4120528ac475d4700f7e4b86a8d869e613f508c1a720c5293f8a4c52a267429a5fee0558e1b1a21fe23c507
7
- data.tar.gz: 982632d6b5a565c1e764aaa71521fec6197b889ec3b13d10563b94718b4214cb98c98d8faeb4a8fb2347523555bf3200d6709e713182612fce5b7847e242dadb
6
+ metadata.gz: a65a3e2584f7c7fe4ea60b108640e2d003cd9f50058e2178e783f12d196c9a690eec1f819f50dee3ea511a09da1cc1b568871ff003be28e5eee35ef3c032d264
7
+ data.tar.gz: 31bb2b26ca19d2fb0cf6574278bbbe63726939f51fcb88c7bf2cbe16282d1a55835f8a75ae22e954352c65f10f0c52e6df1dad41793254dd5026f2aa5826177b
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-sqs'
4
- s.version = '0.1.3'
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 = ["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-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
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
@@ -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@elasticsearch.com
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.elasticsearch.org/guide/en/logstash/current/index.html
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.4.5
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.