mirror of
https://github.com/samsonjs/kwikemon.git
synced 2026-03-25 09:05:51 +00:00
bug fix
This commit is contained in:
parent
f293afbc9e
commit
394fc04404
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ module Kwikemon
|
|||
include Enumerable
|
||||
|
||||
def redis
|
||||
@redis ||= Redis.new(config.redis)
|
||||
@redis ||= Redis.new(config.redis || {})
|
||||
end
|
||||
|
||||
def redis=(redis)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module Kwikemon
|
||||
VERSION = '0.0.8'
|
||||
VERSION = '0.0.9'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue