logstash-input-yasuri 5.0.6 → 5.0.7

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: db11956cccc64e6a51386cc6e1b57d718c2ad8ac
4
- data.tar.gz: aa7b3dc6e5e6ed678cd534a61df0cc566897494d
3
+ metadata.gz: 03cf8feaeaadddb00dfa94f896f428818d65d5d3
4
+ data.tar.gz: 6490490b8cfdaff426cf16990a0b7b9768fa7fca
5
5
  SHA512:
6
- metadata.gz: 3e7f68b639353785632950ced8c71a706ae298881ed2f23e87895af50d80989159b396a0c85f6c729a3f6f380d483708ccf67e087098ad0cbf3f67cc207c4a36
7
- data.tar.gz: f2f1fea090b0806fdaad1ec033c5edef30849bd1eeb26bb66a4ac316dfab427aead07aece62169f00f4b84bdaa548ca1c7c872d4429fbfe29a52bb22831af041
6
+ metadata.gz: a0423c45bc0efa6bdeeb0ec6d18fb829183ce6cf896b16d49e4a0bdbbddc4b723d4ffdfc4e340ecb632977382129b372cb4a548344d2f4dac9afde95c4a2d6d2
7
+ data.tar.gz: 561672dbf8886f0dcd732876aadd7260401d0080437da562d4ef6085c7fd2e1926774c3374847aa913051773f78edac703c21274ad4888fdc4df5d0a9c5ae372
@@ -50,6 +50,8 @@ class LogStash::Inputs::Yasuri < LogStash::Inputs::Base
50
50
  # and abort the sleep(@interval) if the return value is true
51
51
  inner_run(queue)
52
52
  end
53
+
54
+ @scheduler.join
53
55
  end # def run
54
56
 
55
57
  def stop
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-yasuri'
3
- s.version = '5.0.6'
3
+ s.version = '5.0.7'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-yasuri
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.6
4
+ version: 5.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - tac0x2a