insque 0.3.4 → 0.3.5

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.
Files changed (3) hide show
  1. data/lib/insque/version.rb +1 -1
  2. data/lib/insque.rb +2 -2
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module Insque
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
data/lib/insque.rb CHANGED
@@ -38,7 +38,7 @@ module Insque
38
38
  end
39
39
 
40
40
  def self.listen worker_name=''
41
- redis = Redis.new redis
41
+ redis = Redis.new @redis_config
42
42
  redis.select 7
43
43
 
44
44
  redis.sadd 'insque_inboxes', @inbox
@@ -59,7 +59,7 @@ module Insque
59
59
  end
60
60
 
61
61
  def self.janitor
62
- redis = Redis.new redis
62
+ redis = Redis.new @redis_config
63
63
  redis.select 7
64
64
 
65
65
  loop do
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.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: