logstash-input-syslog 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: 78046ce0959c43c39878a929ba8314380e3e9f13
4
- data.tar.gz: 17aa6da51e61a58654bd2ff0b7e4ec0fd416c9ea
3
+ metadata.gz: a035961303f28d74bdf78a96ba4e8ffcc7d4679a
4
+ data.tar.gz: ca53086f17696a87e75086340a9420d088250c86
5
5
  SHA512:
6
- metadata.gz: 21aea879ceb8764e142ededaba40111dc8a0c0a97bd9a48ec4f15c4c6564eab8a07cb0dc164d8d60b9f3845fe4fc1bafa231606f738e8ff597d4d4f0764ac40b
7
- data.tar.gz: 7ab6292b9cabce22c9500fcb22f41e06681bc4b93ad4d77a6d064f37a7c50ec8c4e69404071d67977d9532047b38ebb49b10cd57c0951eb91f3e61cf29fc247c
6
+ metadata.gz: fe7ee0b4ff9bece2aaf608f41abb539a01aba610caf08e021a1faa9cbb3d5e129ffb705ead3fb99c23d5ea13c0c429123d012ae6003899aa3e3640a8ddcc13e4
7
+ data.tar.gz: a60b317bad3e6fd79ac1b8c1d7a6440e335a07876abdd91eec6e973d397781b3a5909ba81cd37d8a358115ea4a0d57fc747525140a147d57471171b15519dcd7
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-syslog'
4
- s.version = '2.0.1'
4
+ s.version = '2.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read syslog messages as events over the network."
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" => "input" }
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
 
25
25
  s.add_runtime_dependency 'concurrent-ruby'
26
26
  s.add_runtime_dependency 'thread_safe'
metadata CHANGED
@@ -1,21 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-syslog
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