logstash-input-heartbeat 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: c5458adad5277a82dcd25b9e624ccb1f3cd942f3
4
- data.tar.gz: 194539ec9c1cc51f4563f119f0860df1a9b34b46
2
+ SHA256:
3
+ metadata.gz: ce64074b9c5d51648a89d167b95fa86a93ecf7a317b16cb3dc1a92be3978a14d
4
+ data.tar.gz: f342d28767e41227227888fc3813256ce9f28365d6dba3900581afc7708999ff
5
5
  SHA512:
6
- metadata.gz: 2a2ec6e9501f7eb2242d55bb548cda748c5ba6dd2797ef2524482abe1ea984b47e4cdd8ee7ff7e2031cb2eb74b6a454218367be34bc7c2d20881722c71cc1303
7
- data.tar.gz: 1a07791d61525225c2031476d2787eb91779e549952a91992853c1781da4e419a3e1ca1063b705cfcaebe9b9a6d46ab309be251cbce7015b5123f00fd07712ca
6
+ metadata.gz: db04e4527550c962d728ca6fcfba1628e6c085bd7df7c023bc3170d8093472f694f92bff368333571e6a95e4267a89807aec7d0664dd5413e44cbf4a0d506104
7
+ data.tar.gz: 2daa9ffca1a5064ddd90f5be5abf293ad3cc9309cf7958907c3243e16b187579a65724ccb015de716b42342d14f5b7de6da5773faf2c50d0a30425e5fe03a56b
data/CHANGELOG.md CHANGED
@@ -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-heartbeat'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This input generates a heartbeat pattern to aid in monitoring Logstash performance & availability"
6
+ s.summary = "Generates heartbeat events for testing"
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-heartbeat
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-15 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: This input generates a heartbeat pattern to aid in monitoring Logstash performance & availability
119
+ summary: Generates heartbeat events for testing
118
120
  test_files:
119
121
  - spec/inputs/heartbeat_spec.rb