This commit is contained in:
Sami Samhuri 2013-08-24 18:55:28 -07:00
parent f293afbc9e
commit 394fc04404
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ module Kwikemon
include Enumerable
def redis
@redis ||= Redis.new(config.redis)
@redis ||= Redis.new(config.redis || {})
end
def redis=(redis)

View file

@ -1,3 +1,3 @@
module Kwikemon
VERSION = '0.0.8'
VERSION = '0.0.9'
end