encrypted-cookie-store 0.1 → 0.2

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.
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
20
20
  s.require_paths = ["lib"]
21
21
 
22
22
  s.add_dependency('rails', '~> 3.0.0')
23
- s.add_dependency('encrypted-cookies', '~> 0.1')
23
+ s.add_dependency('encrypted-cookies', '~> 0.2')
24
24
  end
@@ -1,3 +1,5 @@
1
+ require 'encrypted-cookies'
2
+
1
3
  module EncryptedCookieStore
2
4
  # swap out the signed cookie jar for an encrypted cookie jar
3
5
  class EncryptedCookieStore < ActionDispatch::Session::CookieStore
@@ -1,3 +1,3 @@
1
1
  module EncryptedCookieStore
2
- VERSION = "0.1"
2
+ VERSION = "0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: encrypted-cookie-store
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.1"
5
+ version: "0.2"
6
6
  platform: ruby
7
7
  authors:
8
8
  - Les Fletcher
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-03 00:00:00 -07:00
13
+ date: 2011-06-08 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -32,7 +32,7 @@ dependencies:
32
32
  requirements:
33
33
  - - ~>
34
34
  - !ruby/object:Gem::Version
35
- version: "0.1"
35
+ version: "0.2"
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
38
  description: Add an encrypted cookie session store for Rails 3