logstash-input-snmptrap 3.0.4 → 3.0.5

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
- SHA1:
3
- metadata.gz: d33ccb9d5c559c8f9fc011ed51cf0234b76bd125
4
- data.tar.gz: 5cc8016f905c768e3d803d4e64953d85169afff5
2
+ SHA256:
3
+ metadata.gz: 9a045110f483f3becaf38faa68facf4db1ef07a88381828563d50a872a04b95c
4
+ data.tar.gz: ca3b69a449d4799bbaeaefef493292c8bcf3072f774a2ae27fa0ad461eee996f
5
5
  SHA512:
6
- metadata.gz: 36910d375efb7d9ff71ea95e8b61dfb40170fe9157cd7996c6f7f9170b302de05604a120605f0287c33063aba00f3bf3f7832f68e8837a2d593d0a54accaa6d7
7
- data.tar.gz: 39340d91156ce90f25b115c799ea77a19c07ad88542c4f57620cbe1a8e25ee6283b2ed33ac6c7b3874719928ac58dfd0ef12c49cc0d9b5125c0237de352c4aa3
6
+ metadata.gz: a29ce507ecf99547eeab19f0fd45e7bca3c85baba58f698938fe793ac89ed3ee0c8aec1c771ed54e883f797bae73be59fdaffdbfda79df7a14a0b5ee3efd070c
7
+ data.tar.gz: 85ccbb122eb539783d63debc75b0f413a2409eb0269cfecb4170925931a74f68ae3a04472bb036eba3339efded0f2beea90c63fcca86947c5e336ea6f50f2c39
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-snmptrap'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read snmp trap messages as events"
6
+ s.summary = "Creates events based on SNMP trap messages"
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/logstash-plugin install gemname. This gem is not a stand-alone program"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-snmptrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -111,9 +113,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  version: '0'
112
114
  requirements: []
113
115
  rubyforge_project:
114
- rubygems_version: 2.4.8
116
+ rubygems_version: 2.6.11
115
117
  signing_key:
116
118
  specification_version: 4
117
- summary: Read snmp trap messages as events
119
+ summary: Creates events based on SNMP trap messages
118
120
  test_files:
119
121
  - spec/inputs/snmptrap_spec.rb