logstash-mixin-rabbitmq_connection 2.0.1-java → 2.0.2-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 +4 -4
- data/logstash-mixin-rabbitmq_connection.gemspec +2 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 708cbc1a1b93eb361ca3171cf52bb4b8ffc96b60
|
|
4
|
+
data.tar.gz: fd69d3314486d68c844a99c5fc09f24211001674
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd02b93acea04a314039bc458ce3d8f0e04f676ecc3fb03fc06124590adca48d8733679cb53966a8496c9866c78bd8d57bf1fe8c7f766afc7756ac3bc26a8141
|
|
7
|
+
data.tar.gz: eb945382e7bdf2b822c5ff319ad6601eca31511a97a72c04bf1a7594ffc43098078eebd56611a4d3f004677babe390af75efe364ce45a9d96d8de4b06fb50a78
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-mixin-rabbitmq_connection'
|
|
4
|
-
s.version = '2.0.
|
|
4
|
+
s.version = '2.0.2'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Common functionality for RabbitMQ plugins"
|
|
7
7
|
s.description = "This is used to provide configuration options and connection settings for logstash plugins working with RabbitMQ"
|
|
@@ -10,8 +10,6 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
|
11
11
|
s.require_paths = ["lib"]
|
|
12
12
|
|
|
13
|
-
s.metadata = { }
|
|
14
|
-
|
|
15
13
|
# Files
|
|
16
14
|
s.files = `git ls-files`.split($\)+::Dir.glob('vendor/*')
|
|
17
15
|
|
|
@@ -19,7 +17,7 @@ Gem::Specification.new do |s|
|
|
|
19
17
|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
|
20
18
|
|
|
21
19
|
# Gem dependencies
|
|
22
|
-
s.add_runtime_dependency "logstash-core", ">= 2.0.0.
|
|
20
|
+
s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0"
|
|
23
21
|
|
|
24
22
|
s.platform = RUBY_PLATFORM
|
|
25
23
|
s.add_runtime_dependency 'march_hare', ['~> 2.11.0'] #(MIT license)
|
metadata
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-mixin-rabbitmq_connection
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.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-10-
|
|
11
|
+
date: 2015-10-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
16
|
- - '>='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 2.0.0.
|
|
18
|
+
version: 2.0.0.beta2
|
|
19
19
|
- - <
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: 3.0.0
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 2.0.0.
|
|
29
|
+
version: 2.0.0.beta2
|
|
30
30
|
- - <
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 3.0.0
|