logstash-output-rabbitmq 1.1.1-java → 1.1.2-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: f90bba8313de38efee5748671982e961ccffa45d
4
- data.tar.gz: c1717cbf3f6fe180019d05f0be50defbe6fd189b
3
+ metadata.gz: 12325a92dfaa36797e082e83812814298a74852e
4
+ data.tar.gz: 84ea55bb9a4d8edf5a1cfdef9d8212a61d2f058b
5
5
  SHA512:
6
- metadata.gz: 352f5418b8b42011a5f76d520a184672f75f47e64c7a46104034fca13265568a86a2e35473e2b3262181c1c06abc5b4b346022475c6c414ebb5fa27ca9a73e73
7
- data.tar.gz: da4785cc8e35380cb40540b9c03c2674ec7dd3709918e785b6281ec39533c9ba83c4436109773664fa3386f3cbb7d41c2a1eb201e3b3d9cb4742fefdd8405219
6
+ metadata.gz: 5112897974000d4fed166cd3e6f4238015dc4f9b7bd93fc7b98f6dd5b820b7301cb1f4a7e176ad0e3e0d1823b1d7e6c51d633b12105be5cb9887bd2ff89af748
7
+ data.tar.gz: 3ee72b113e4b87cbbed11388e5c57a9b59403e0cef1a3a12ed3e575541a365b2b4cfa0c5aa642c30623c364ddd32e5d8f4b8bd03615e5e1ae46ede41517f379c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ * 1.1.2
2
+ - Bump march_hare to 2.12.0 to fix jar file permissions
1
3
  * 1.1.1
2
4
  - Fix nasty bug that caused connection duplication on conn recovery
3
5
  * 1.1.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,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-rabbitmq'
4
- s.version = '1.1.1'
4
+ s.version = '1.1.2'
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"
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.add_runtime_dependency "logstash-core", '>= 1.4.0', '< 2.0.0'
24
24
 
25
25
  s.platform = RUBY_PLATFORM
26
- s.add_runtime_dependency 'march_hare', ['~> 2.11.0'] #(MIT license)
26
+ s.add_runtime_dependency 'march_hare', ['~> 2.12.0'] #(MIT license)
27
27
 
28
28
  s.add_development_dependency 'logstash-devutils'
29
29
  s.add_development_dependency 'logstash-input-generator'
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: 1.1.1
4
+ version: 1.1.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-20 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
@@ -36,12 +36,12 @@ dependencies:
36
36
  requirements:
37
37
  - - ~>
38
38
  - !ruby/object:Gem::Version
39
- version: 2.11.0
39
+ version: 2.12.0
40
40
  requirement: !ruby/object:Gem::Requirement
41
41
  requirements:
42
42
  - - ~>
43
43
  - !ruby/object:Gem::Version
44
- version: 2.11.0
44
+ version: 2.12.0
45
45
  prerelease: false
46
46
  type: :runtime
47
47
  - !ruby/object:Gem::Dependency