logstash-input-heartbeat 0.1.0 → 0.1.1

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
2
  SHA1:
3
- metadata.gz: e08ea34d1ab5ba4b8abafe0fa718b56e425a16c5
4
- data.tar.gz: 4c9e75428c600a9c12255b1933a4eb29a6c49843
3
+ metadata.gz: 01e989b37f976f7bb9cc97f2df6dd58634629bd0
4
+ data.tar.gz: 5e980acad064f9db3c8be19403e13ace14131231
5
5
  SHA512:
6
- metadata.gz: 689519213649da70872e5dc08ad551601bbaf76a6d4e389ae9b17fbe4cf97f87b8d597aa91b582094c298380480a79821990675f4628a071df4d3660e1d72f3b
7
- data.tar.gz: 3cbf82bdd073d5be14ecc8c4d3dd477653046508d474615201be1986cb4cbddfea366a2a4677e366a370c471eaeea3cc985997f6fc4a78a5607ddae635953f68
6
+ metadata.gz: 9ab83333cc377c541cf3cac53a1da5710530bb4fadf1c74f8f12119e5536c25f736ff614dc985b22fce8f139dad069cafd46ff81246bbdf9931cb6932874a193
7
+ data.tar.gz: 77d2ebf28988a447da5c0b55f3edd5f02ea52d4526fd34154a0b11f90ada50cfddb679a173572e2f53a0990952a6dc7d5ab3dd76f3e725efd6500ea01ed091ba
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-heartbeat'
4
- s.version = '0.1.0'
4
+ s.version = '0.1.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This input generates a heartbeat pattern to aid in monitoring Logstash performance & availability"
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/plugin install gemname. This gem is not a stand-alone program"
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
14
- s.files = `git ls-files`.split($\)+::Dir.glob('vendor/*')
14
+ s.files = `git ls-files`.split($\)
15
15
 
16
16
  # Tests
17
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-heartbeat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch