logstash-output-nagios_nsca 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: 412faa3e818c2a99e81e1f721c99b4d54b8fa805
4
- data.tar.gz: bf38000775e5cda12e8e09cfb2ab4e2a38a52bda
2
+ SHA256:
3
+ metadata.gz: f1255f3d94e98842187fb3c44692cf74e354dcc5e2a4d59e9371519465d864de
4
+ data.tar.gz: '072299ecfe57fbfc5b96d796773c129204973f5c947a521f1cba8e4c00e4af00'
5
5
  SHA512:
6
- metadata.gz: 35937867f852a40c70402353f0a5dc53978a0d996212ad72413524f2f28ca8a1eedbbd1507247c3cabdf034ef0efb7ca10ac4fab6dd99c49dbc15e1d3949ef00
7
- data.tar.gz: 799c2a82f13e3654409e5dd55f6f64f2e0568ba00cfd9efd44ab5cebf6cd70018962e044e667cc3e037b61a07cd58c131c29cf25bd257bdfbd2d42d22863363a
6
+ metadata.gz: 669ad65e9b5d1fcecf04064158937813fdd25a2288b1c68ed2821178f4ec91449005e21a968032800e59d9278ce81741215a2130275aa5f97840f31f36e71252
7
+ data.tar.gz: 253c9f0f3da93c9d64bd59bdad41589b8f85eceadae2e6e11d59fcd2e9632f59dc167f18bc9f851a42dc62ccd1805ae4961236a572c56ba7d72108d2fb07876c
@@ -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-output-nagios_nsca'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This output is used for sending passive check results to Nagios through the NSCA protocol."
6
+ s.summary = "Sends passive check results to Nagios using the NSCA protocol"
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-output-nagios_nsca
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -97,10 +99,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  version: '0'
98
100
  requirements: []
99
101
  rubyforge_project:
100
- rubygems_version: 2.4.8
102
+ rubygems_version: 2.6.11
101
103
  signing_key:
102
104
  specification_version: 4
103
- summary: This output is used for sending passive check results to Nagios through the NSCA protocol.
105
+ summary: Sends passive check results to Nagios using the NSCA protocol
104
106
  test_files:
105
107
  - spec/outputs/nagios_nsca_spec.rb
106
108
  - spec/spec_helper.rb