logstash-input-yasuri 2.0.6 → 2.0.7

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: c6f8fa534e1fda546c352d3aa283ace397874ab2
4
- data.tar.gz: 77157e379027185e707751673aac8ef1889c2c84
3
+ metadata.gz: 6fd310111067847b9d64758af34491284a51fe44
4
+ data.tar.gz: 84b1f874b33c69834f9978ee5103a61319384e05
5
5
  SHA512:
6
- metadata.gz: d1289aa1333a75b1712fd078e77b769438b29c310c1f70a106b861f89b12d6f5e1b05d211fde421343e9ab221d341f5b91b61d46d8983cf54d2109caf4ce7149
7
- data.tar.gz: 92502ffec5bd4301bc33ad50b30a039f0938fb8fb7ce2a3a38456eaa2bab6854ccf4d98e696e1b401de394fe6cc47f7046b8e1c0fb0b66d6328f7cbaf6f96553
6
+ metadata.gz: 178abb9ac100f7424b8718362c67134e288c454a5fd82693363d8306b52fc8d58ab557524e0d7ee42e7010c03da22023d7ff7b0cf465cb90826498932bd827c4
7
+ data.tar.gz: 324f1a81204e2986ea9cdd075b0b9398a21efda74fbb296c75fc8b3c71c2b01bdf0c5ecb00c83526e823c42b19177eec29c6d8c676e6baf005d80f5b9cc56dc1
@@ -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 = '2.0.6'
3
+ s.version = '2.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: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - tac0x2a