simple_session 0.2.2 → 0.2.3
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.
- checksums.yaml +4 -4
- data/lib/simple_session/version.rb +1 -1
- data/simple_session.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc7cc686a18d938b53ac97732ed364f8748dbe8b
|
4
|
+
data.tar.gz: f1f99526496a442f389eed962e1369c774cf88da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f35593ee666a5218c572e7fc2608902934db616642e2e7255f9247dc738fdeb18e8a40add85af1b8bf7a9d70c759cad837c45d64137cc4e6e67a8065256b1fe
|
7
|
+
data.tar.gz: 1cecd565c55012dd2e7e7a456feeff3b42eb24681a45abb90ef32321cd3b374a36881ee76c2f7e34260ad450ad98b6fa2edd3642133b7b12e78eadd6241cc5b8
|
data/simple_session.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{A simple middleware providing rack with a session cookie.}
|
13
13
|
spec.description = %q{Provides an AES-256-CBC encrypted session cookie
|
14
|
-
with the option to set
|
14
|
+
with the option to set max-age. Honors rack's
|
15
15
|
methods like session and request.session_options}
|
16
16
|
spec.homepage = "https://github.com/hayduke19us/simple_session"
|
17
17
|
spec.license = "MIT"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_session
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hayduke19us
|
@@ -124,7 +124,7 @@ dependencies:
|
|
124
124
|
version: '0'
|
125
125
|
description: |-
|
126
126
|
Provides an AES-256-CBC encrypted session cookie
|
127
|
-
with the option to set
|
127
|
+
with the option to set max-age. Honors rack's
|
128
128
|
methods like session and request.session_options
|
129
129
|
email:
|
130
130
|
- hayduke19us@gmail.com
|