celerb 0.0.2.3 → 0.0.2.4

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.
@@ -6,7 +6,7 @@ module Celerb
6
6
  @handlers = {}
7
7
  EM.add_periodic_timer(60) do
8
8
  now = Time.now
9
- @handlers.delete_if {|id,h| h[:expires] > now}
9
+ @handlers.delete_if {|id,h| h[:expires] < now}
10
10
  end
11
11
  end
12
12
 
data/lib/celerb.rb CHANGED
@@ -7,7 +7,7 @@ require 'msgpack'
7
7
  require 'uuid'
8
8
 
9
9
  module Celerb
10
- VERSION = '0.0.2.3'
10
+ VERSION = '0.0.2.4'
11
11
  end
12
12
 
13
13
  require 'celerb/task'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: celerb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 65
4
+ hash: 79
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 2
10
- - 3
11
- version: 0.0.2.3
10
+ - 4
11
+ version: 0.0.2.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Dusan Maliarik