logstash-output-mongodb 2.0.1 → 2.0.2

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: 240e35cd5ed2067f7aa486e94a2fe9afd405d36c
4
- data.tar.gz: ec0957be4cb252aa45b998bc253523be0f95e3d9
3
+ metadata.gz: a44c64b7edc0e6bced48bd938482682554d4a35f
4
+ data.tar.gz: 0d550c878ad41f7a29e832438c4b6296aa0bc314
5
5
  SHA512:
6
- metadata.gz: baa76bb341690097c5d2f03fe478a71f5348f1264007435e113ef2a0a5f1e0bfcca83f3b2c147d16e46fbd7066435715949495c064265b97cce5c01883c93d7e
7
- data.tar.gz: 30d34f08a81db8d60f808bfc07088d5409bb5f9b13d1d2c62026458472bc9c7e46fa53fd088faab1082c2400ac06956aea7d6a04c60bb9b7f3443e94afa4301d
6
+ metadata.gz: 308e535f7cd35a4eb37208a4f60bbafd5f8bdc9fa935d7799869a93d7d61b936eb77d752bc6adadb58026a3d798c6a656f1e559d38540bfdcea5cd5ba9559a04
7
+ data.tar.gz: 7fa9612680aec15ab2cf73bd125db5120b04b59892fa3c35f8359f9ea1857e369c65ae8e898bdb1d0ef38aa171a03cf64e64bfc7f141161476ac11b2c2ce5dbe
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-mongodb'
4
- s.version = '2.0.1'
4
+ s.version = '2.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Store events into MongoDB"
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"
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" }
21
21
 
22
22
  # Gem dependencies
23
- s.add_runtime_dependency "logstash-core", ">= 2.0.0.snapshot", "< 3.0.0"
23
+ s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0"
24
24
  s.add_runtime_dependency 'logstash-codec-plain'
25
25
  s.add_runtime_dependency 'mongo', '~> 2.0.6'
26
26
 
metadata CHANGED
@@ -1,21 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-08 00:00:00.000000000 Z
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.snapshot
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.snapshot
29
+ version: 2.0.0.beta2
30
30
  - - <
31
31
  - !ruby/object:Gem::Version
32
32
  version: 3.0.0