logstash-output-rabbitmq 0.1.4-java → 0.1.5-java

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: 69c978eae32feebae46706a46d1a8263f3721c16
4
- data.tar.gz: ca49ac5ff3ea977a77afcd82402ec0f5e8793a6d
3
+ metadata.gz: 2d097e7fa5f55593adbaae5ccaa00c5c2957f9ca
4
+ data.tar.gz: 153c8578f0b606a21835f05ca983c65dfcc0afd1
5
5
  SHA512:
6
- metadata.gz: ce9cbc6200b9fde6d88d7efdc12fe224253eeb309521ebebcf2af56976b5710dbad3f5817ba2b14c086ef270225469d1170b45e3680a1382078434347b84aabb
7
- data.tar.gz: ec1609439b818c370ae1adba03e3433ac55e63af891f9398b5f8f54f20fb56cc82055d24f3614c0bb984bd2ce12fc5748473420339cba5222795fa823ccaf2cb
6
+ metadata.gz: 645f094d3a4a00345fbc4558d1c883cfb6342b340dca2b91ae1f8894f52be942dc5a3333fb7170ff8deb2bb300d2b9ef85579bc1424704493de16a0e294bd70d
7
+ data.tar.gz: 166971b9167c5e9095e6280fc4a40fc3e4fd6b86a63855edf94691ab44e519cc02446657406255a385dae7eb5faf6ea17532bb61e242a1cb31adc61da6df4db0
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-rabbitmq'
4
- s.version = '0.1.4'
4
+ s.version = '0.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Push events to a RabbitMQ exchange"
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-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: java
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: []
@@ -104,7 +104,7 @@ files:
104
104
  - lib/logstash/outputs/rabbitmq/march_hare.rb
105
105
  - logstash-output-rabbitmq.gemspec
106
106
  - spec/outputs/rabbitmq_spec.rb
107
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
107
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
108
108
  licenses:
109
109
  - Apache License (2.0)
110
110
  metadata:
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.4.5
129
+ rubygems_version: 2.1.9
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Push events to a RabbitMQ exchange