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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a398466bd2c3c647f1af3ce24d4d85a4e3fda4e
4
- data.tar.gz: 52b05b250914f5b625cebabdad0ee6cc146e2a96
3
+ metadata.gz: c6f8fa534e1fda546c352d3aa283ace397874ab2
4
+ data.tar.gz: 77157e379027185e707751673aac8ef1889c2c84
5
5
  SHA512:
6
- metadata.gz: acf625642555c0b701e192c56a187c8ccf47c6b38bd0821b8a26a406a7dba9eef113903f502f95075758e2168e52dd82b7944ac38583fe6f7ffb12e3c00853e2
7
- data.tar.gz: 98bea8ee7ef765d86edb800f43a9fc2a0829469acbab81431a6e3f67243cd6544a84438d6da19fe8d15008af928ca161e7885efbc19e1055228b81ae2e0c51bb
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-yasuri'
3
- s.version = '2.0.5'
3
+ s.version = '2.0.6'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Web scraping input plugin for logstash."
6
6
  s.description = "Web scraping input plugin for logstash."
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.5
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-17 00:00:00.000000000 Z
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