logstash-input-rabbitmq 1.1.0-java → 1.1.1-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: 3c4d01c53f81093ad267df8aff6396338bba173a
4
- data.tar.gz: 2403a6071f50199d1d7f6e212fe8973cb4961b03
3
+ metadata.gz: 124a526126d70e25591bb65fe2c11d4a41b24805
4
+ data.tar.gz: 55b8c98429fb94670bf5508a489f8417e4cff386
5
5
  SHA512:
6
- metadata.gz: daf72aab2223d7a1e3c37c43c5b57b4428ef9fea5562873467d7bde43841e2f181ec3ea1eb175dd2b260dc262d88e6fc9adf990774defb4b95d95ea136c9bc5e
7
- data.tar.gz: e1d452e193d3ffd4a37aab37b9261739f1ad0daad15a6b2e35255957ecc759c9d3b78f857361e98f032d5e984b5605ef39915c933675092e6edec18c9a1dfdf4
6
+ metadata.gz: b9dca6edb495f560f75e5f1ba2e6015104342db99d5e4d3fd8e676d3ad0df37d9fc204f92b7e0195a1ae14aebb937399e7bd43b434bd78522a1fff0947ca3256
7
+ data.tar.gz: 920135685ac45a59a96a18293e73a9e9ba35f3741e622917cbcb8627d1ad58d48f970fa347c083a1f82211016552c1f7894c04a7e96d3762f0a46e5c97338059
data/CHANGELOG.md CHANGED
@@ -1,2 +1,4 @@
1
+ * 1.1.1
2
+ - Bump march hare to 2.12.0 which fixes jar perms on unices
1
3
  * 1.1.0
2
4
  - Bump march hare version to 2.11.0
data/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # Logstash Plugin
2
2
 
3
- This is a plugin for [Logstash](https://github.com/elasticsearch/logstash).
3
+ This is a plugin for [Logstash](https://github.com/elastic/logstash).
4
4
 
5
5
  It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
6
6
 
7
7
  ## Documentation
8
8
 
9
- Logstash provides infrastructure to automatically generate documentation for this plugin. We use the asciidoc format to write documentation so any comments in the source code will be first converted into asciidoc and then into html. All plugin documentation are placed under one [central location](http://www.elasticsearch.org/guide/en/logstash/current/).
9
+ Logstash provides infrastructure to automatically generate documentation for this plugin. We use the asciidoc format to write documentation so any comments in the source code will be first converted into asciidoc and then into html. All plugin documentation are placed under one [central location](http://www.elastic.co/guide/en/logstash/current/).
10
10
 
11
11
  - For formatting code or config example, you can use the asciidoc `[source,ruby]` directive
12
- - For more asciidoc formatting tips, see the excellent reference here https://github.com/elasticsearch/docs#asciidoc-guide
12
+ - For more asciidoc formatting tips, see the excellent reference here https://github.com/elastic/docs#asciidoc-guide
13
13
 
14
14
  ## Need Help?
15
15
 
@@ -83,4 +83,4 @@ Programming is not a required skill. Whatever you've seen about open source and
83
83
 
84
84
  It is more important to the community that you are able to contribute.
85
85
 
86
- For more information about contributing, see the [CONTRIBUTING](https://github.com/elasticsearch/logstash/blob/master/CONTRIBUTING.md) file.
86
+ For more information about contributing, see the [CONTRIBUTING](https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md) file.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-rabbitmq'
3
- s.version = '1.1.0'
3
+ s.version = '1.1.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Pull events from a RabbitMQ exchange."
6
6
  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"
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
 
26
26
  if RUBY_PLATFORM == 'java'
27
27
  s.platform = RUBY_PLATFORM
28
- s.add_runtime_dependency 'march_hare', ['~> 2.11.0']
28
+ s.add_runtime_dependency 'march_hare', ['~> 2.12.0']
29
29
  else
30
30
  s.add_runtime_dependency 'bunny', ['>= 1.6.0']
31
31
  end
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: 1.1.0
4
+ version: 1.1.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-30 00:00:00.000000000 Z
11
+ date: 2015-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core
@@ -50,12 +50,12 @@ dependencies:
50
50
  requirements:
51
51
  - - ~>
52
52
  - !ruby/object:Gem::Version
53
- version: 2.11.0
53
+ version: 2.12.0
54
54
  requirement: !ruby/object:Gem::Requirement
55
55
  requirements:
56
56
  - - ~>
57
57
  - !ruby/object:Gem::Version
58
- version: 2.11.0
58
+ version: 2.12.0
59
59
  prerelease: false
60
60
  type: :runtime
61
61
  - !ruby/object:Gem::Dependency