logstash-input-yasuri 2.0.5 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- 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: c6f8fa534e1fda546c352d3aa283ace397874ab2
|
4
|
+
data.tar.gz: 77157e379027185e707751673aac8ef1889c2c84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1289aa1333a75b1712fd078e77b769438b29c310c1f70a106b861f89b12d6f5e1b05d211fde421343e9ab221d341f5b91b61d46d8983cf54d2109caf4ce7149
|
7
|
+
data.tar.gz: 92502ffec5bd4301bc33ad50b30a039f0938fb8fb7ce2a3a38456eaa2bab6854ccf4d98e696e1b401de394fe6cc47f7046b8e1c0fb0b66d6328f7cbaf6f96553
|
@@ -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: 2.0.
|
4
|
+
version: 2.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
|