logstash-output-zabbix 3.0.3 → 3.0.4

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: 7b153575eb2340c1168b3cafb1269bec036a6a07
4
- data.tar.gz: aa601f0018d5484eaf37c0a59e6886bb8b30a963
2
+ SHA256:
3
+ metadata.gz: 5a5c7e666bb33d168357ab68a8e54a272a021af7db7c236c8b18be3c7401e4c7
4
+ data.tar.gz: 9790cca3e4c26f8ed5e38962e95adbee56e1d67c7e031f37d130db144be91ea1
5
5
  SHA512:
6
- metadata.gz: e8d2eaf74bfa491f950712dbdf6a40d4d7a748b8f9ed0a527d3a9f8cb059388254f7f9085b9688e7a0e98a7bb7d6c39cc31507c952028c20da74bbecf964e917
7
- data.tar.gz: 0a43e690117ca2c8a1c87cfb1d15520e635a703fbe2541a665654fe1634098b9da1e761a82f77cd3eca5d43b5a632a54952fd97cf5af8901a251fdad5bfe3f91
6
+ metadata.gz: e29ceb731b0bf02c1d09279a8b7fdcee73fc21826360563c3d928a54ffbbd7b17bfd411e1ddd954ac46ccc06feddf9cf0ce7fa4c3d9db7b35c8dc3399e5018d9
7
+ data.tar.gz: 5e1a8db9aaaf4c7eb1210b43bc627159fc6ff693e49a0589784644d2989b9cdc223cabaab230e8f97fd71b23b0d640dfbfb344e13797058b15f7a0db46e05ecc
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.3
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-zabbix'
3
- s.version = '3.0.3'
3
+ s.version = '3.0.4'
4
4
  s.licenses = ["Apache License (2.0)"]
5
- s.summary = "This output sends key/value pairs to a Zabbix server."
5
+ s.summary = "Sends events to a Zabbix server"
6
6
  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"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = "info@elastic.co"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-zabbix
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
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
@@ -100,7 +100,9 @@ dependencies:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
- 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
103
+ description: This gem is a Logstash plugin required to be installed on top of the
104
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
105
+ gem is not a stand-alone program
104
106
  email: info@elastic.co
105
107
  executables: []
106
108
  extensions: []
@@ -140,10 +142,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
142
  version: '0'
141
143
  requirements: []
142
144
  rubyforge_project:
143
- rubygems_version: 2.4.8
145
+ rubygems_version: 2.6.11
144
146
  signing_key:
145
147
  specification_version: 4
146
- summary: This output sends key/value pairs to a Zabbix server.
148
+ summary: Sends events to a Zabbix server
147
149
  test_files:
148
150
  - spec/helpers/zabbix_helper.rb
149
151
  - spec/outputs/zabbix_spec.rb