logstash-input-rabbitmq 0.1.3-java → 0.1.4-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b7df77fe377e0d74aa7ab12686e42d77342e46a0
4
- data.tar.gz: 8f95bc71233176e264cfdeb0c98e5eed4570f118
3
+ metadata.gz: 2b1c8c5103343030cf31187f2a854a26b8c2faff
4
+ data.tar.gz: cd7c977ac34d3a59fb5954cf7b7a225b704027fa
5
5
  SHA512:
6
- metadata.gz: b0df6acbf4a4da625a97f81cc20af2265dece11468cba4b4041d7aca23dc8e09f8f63b70a32d533a8e3cda35e8a3757bffba44d60875600e03f6b62c309e3d88
7
- data.tar.gz: 7e9bf1266ca8223c7c5f4d26b95683289f8d8b42ae3c0a887ecd95fb74647282e0369f4385f6509f3a703bb61b699ea206396a896e61b2f7974495d56a6f1f3a
6
+ metadata.gz: bc357b356c30f72cddf13faa6919b3a321ca2772c5d173884b09990f805aee1318a5918bff88747242a3529a3e19ba4fc3799db5d18f7ef987ca4e5ba8cc9111
7
+ data.tar.gz: ec0459b2147ce0088735e57053599b65945648ff41f12a06c77895f1e7b971f0efecc429eba313da9974495dea627dc87adabb56e932ea506adb84a8d2688408
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-input-rabbitmq'
4
- s.version = '0.1.3'
4
+ s.version = '0.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Pull events from 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-input-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
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
@@ -73,7 +73,7 @@ dependencies:
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  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
76
- email: info@elasticsearch.com
76
+ email: info@elastic.co
77
77
  executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
@@ -89,7 +89,7 @@ files:
89
89
  - lib/logstash/inputs/rabbitmq/march_hare.rb
90
90
  - logstash-input-rabbitmq.gemspec
91
91
  - spec/inputs/rabbitmq_spec.rb
92
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
92
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
93
93
  licenses:
94
94
  - Apache License (2.0)
95
95
  metadata:
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.4.5
114
+ rubygems_version: 2.1.9
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: Pull events from a RabbitMQ exchange.