logstash-input-yasuri 5.0.5 → 5.0.6
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 +4 -4
- data/lib/logstash/inputs/yasuri.rb +1 -1
- data/logstash-input-yasuri.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db11956cccc64e6a51386cc6e1b57d718c2ad8ac
|
|
4
|
+
data.tar.gz: aa7b3dc6e5e6ed678cd534a61df0cc566897494d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e7f68b639353785632950ced8c71a706ae298881ed2f23e87895af50d80989159b396a0c85f6c729a3f6f380d483708ccf67e087098ad0cbf3f67cc207c4a36
|
|
7
|
+
data.tar.gz: f2f1fea090b0806fdaad1ec033c5edef30849bd1eeb26bb66a4ac316dfab427aead07aece62169f00f4b84bdaa548ca1c7c872d4429fbfe29a52bb22831af041
|
|
@@ -43,7 +43,7 @@ class LogStash::Inputs::Yasuri < LogStash::Inputs::Base
|
|
|
43
43
|
|
|
44
44
|
def run(queue)
|
|
45
45
|
# we can abort the loop if stop? becomes true
|
|
46
|
-
scheduler.cron @cron do
|
|
46
|
+
@scheduler.cron @cron do
|
|
47
47
|
# because the sleep interval can be big, when shutdown happens
|
|
48
48
|
# we want to be able to abort the sleep
|
|
49
49
|
# Stud.stoppable_sleep will frequently evaluate the given block
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-yasuri
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tac0x2a
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|