insque 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Insque
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
@@ -2,7 +2,7 @@ namespace :insque do
2
2
  desc 'Starts insque listener and janitor'
3
3
  task :run => :environment do
4
4
  trap('TERM') { puts "SIGTERM"; exit 0 }
5
- threads = {}
5
+ threads = []
6
6
  threads << Thread.new() { Insque.listen }
7
7
  threads << Thread.new() { Insque.janitor }
8
8
  threads.each {|t| t.join }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: insque
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: