logstash-output-nagios 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: 1b28852e8872fb0124919ec02dad64b8c54b3fb8
4
- data.tar.gz: 3692964812ebdd0e8abda10a09f3245c04028b57
2
+ SHA256:
3
+ metadata.gz: 44dcf8c038877f78430304e1506d91541b3405d4f2171d44c86fad261a72fb6c
4
+ data.tar.gz: aae8ef8c73b5673a79b700947770c101c769733de882fe1d3bcbd4ab13247d85
5
5
  SHA512:
6
- metadata.gz: 3b709bd397b7a07b45331748d6bb0c12fc8e0cb76e31a780d03a3d2f7215108728960456f74b28b6d98d44ba8e80b888dda7f9f1b0d0ddd25c90c7479fa55d4e
7
- data.tar.gz: 588ddd50b05ec21634c51216d884d7a48723e68223b1ebde76eafde97a15b5c24f636b4403b36a7b6275251336958744d47cb0847982ef85b6418842687d7f5f
6
+ metadata.gz: 9edf64c6d8e40241cc76ef96f79977155cf58374fc29a646dafbb3a7d691c1db34590c98c22f72ac53f10d3d20f8a9e5f4bbf7a3eaf95cf7d8b617759888e941
7
+ data.tar.gz: 60bfb950fd9f8f2e2edee53005b5551839002d033a9379f913c09ee1dc34d4bf886605ecc70d80401614528e22a21f69b17f83837f7572ece4005dfc5c99c7d7
@@ -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'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The Nagios output is used for sending passive check results to Nagios via the Nagios command file"
6
+ s.summary = "Sends passive check results to Nagios"
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
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
@@ -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: The Nagios output is used for sending passive check results to Nagios via the Nagios command file
105
+ summary: Sends passive check results to Nagios
104
106
  test_files:
105
107
  - spec/outputs/nagios_spec.rb
106
108
  - spec/spec_helper.rb