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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e54ac85b6929fa390d3ab2ad1b51376b07ed9df7
4
- data.tar.gz: 3c04d6f8de0899b3b8501bd5aec04a4555a6c796
3
+ metadata.gz: db11956cccc64e6a51386cc6e1b57d718c2ad8ac
4
+ data.tar.gz: aa7b3dc6e5e6ed678cd534a61df0cc566897494d
5
5
  SHA512:
6
- metadata.gz: 95bb7e2246ddd8bef90ae0b0681fd9fa1da375c3742847cd02e7796f27c7459b7059665d06f5e0102f3763d7cae7809b5ccf23eccd57c7f11013b54203b8dc9e
7
- data.tar.gz: b938c3e447dab1563dabae4dfa87170f8c97897d4d130fda92ef5a6cce74d876f8d3c3dab2e4f4b55349023a91920c1ec4c201f7c9137220da44cbe71f15d740
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-yasuri'
3
- s.version = '5.0.5'
3
+ s.version = '5.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: 5.0.5
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-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