logstash-input-exec 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eec72b75adc610d7f82a3086724de2d114aef6a2
4
- data.tar.gz: 8c3c01dcaa78bcf8f58984e33d94ed94810788d4
3
+ metadata.gz: dd79e92cefecc146d041ce139c4b645e8c597805
4
+ data.tar.gz: 0316be89e372c4c660fb193e6afb523a61b3e384
5
5
  SHA512:
6
- metadata.gz: 027c87842ed7a3959208afdb526a47fd094aebcea09b19579489dc049d7f1f6b9c61692d79436587f9efcd39b55bbdc23ee990477732277f090ad14f173b5e44
7
- data.tar.gz: 265a6eecd2a5ab515ba66276e0c17d1ca1a4da7f9cf54a4c44181cbdb0608b79d0aee06e192fdf581dee61e7514c4ed9c3bd00327d0356bbcf80adef90b68611
6
+ metadata.gz: f1e0208ff78357c412d96820a20f5057a8ab2cc55d2c54d432632c12c0a45520281d21388613368b8b71979a9b541e8bcdc5f4d6d0ed744a58a139cb3689d223
7
+ data.tar.gz: 2da805ee1abc451473dc4ead55365e70eb1732b181e79b0b2ac0e3fda765a30aee1787bdf7baa010ffa67cdf04b0ccc470287bbfa606727f7e1de7ff8a6f28a4
@@ -64,7 +64,7 @@ class LogStash::Inputs::Exec < LogStash::Inputs::Base
64
64
  @logger.warn("Execution ran longer than the interval. Skipping sleep.",
65
65
  :command => @command, :duration => duration, :interval => @interval)
66
66
  else
67
- Stud.stoppable_sleep(sleeptime) { stop? }
67
+ Stud.stoppable_sleep(sleeptime) { stop? }
68
68
  end
69
69
  end
70
70
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-exec'
4
- s.version = '2.0.0'
4
+ s.version = '2.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Run command line tools and capture the whole output as an event."
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-exec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-23 00:00:00.000000000 Z
11
+ date: 2015-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement