honkster-redis-store 0.3.13 → 0.3.14

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/VERSION +1 -1
  2. data/lib/rack/session/redis.rb +2 -2
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.13
1
+ 0.3.14
@@ -63,11 +63,11 @@ module Rack
63
63
  @pool.del session_id
64
64
  return false if options[:drop]
65
65
  session_id = generate_sid
66
- @pool.marshalled_set session_id, 0
66
+ @pool.marshalled_set prefixed(session_id), 0
67
67
  end
68
68
  old_session = new_session.instance_variable_get('@old') || {}
69
69
  session = merge_sessions session_id, old_session, new_session, session
70
- @pool.marshalled_set session_id, session, options
70
+ @pool.marshalled_set prefixed(session_id), session, options
71
71
  return session_id
72
72
  rescue Errno::ECONNREFUSED
73
73
  warn "#{self} is unable to find server."
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honkster-redis-store
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 13
10
- version: 0.3.13
9
+ - 14
10
+ version: 0.3.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Luca Guidi
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-04 00:00:00 -07:00
18
+ date: 2010-07-05 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21