rack-session-redis 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,7 @@ module Rack
53
53
  def initialize(app, options={})
54
54
  super
55
55
 
56
- @redis = MarshalledRedis.new(
56
+ @redis = MarshalledRedis.connect(
57
57
  :namespace => default_options[:namespace],
58
58
  :url => default_options[:url]
59
59
  )
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rack-session-redis"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.date = "2011-03-05"
5
5
  s.summary = "redis session store for rack"
6
6
  s.email = "harry@vangberg.name"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Harry Vangberg