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
|
include Enumerable
|
||||||
|
|
||||||
def redis
|
def redis
|
||||||
@redis ||= Redis.new(config.redis)
|
@redis ||= Redis.new(config.redis || {})
|
||||||
end
|
end
|
||||||
|
|
||||||
def redis=(redis)
|
def redis=(redis)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module Kwikemon
|
module Kwikemon
|
||||||
VERSION = '0.0.8'
|
VERSION = '0.0.9'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue