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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22b41938246e413705405ae2f83ebb0104761677
4
- data.tar.gz: cc6b51706663df70fb814a27e74b12babd7ee0b4
3
+ metadata.gz: bc7cc686a18d938b53ac97732ed364f8748dbe8b
4
+ data.tar.gz: f1f99526496a442f389eed962e1369c774cf88da
5
5
  SHA512:
6
- metadata.gz: 75250ae913ae857b5b9e4375bbff4b851d246f2b2cc8f810627c3c0f587d72ac9c7b396af6a810f531d7c10d05bf98993a147875fab3d1a48e5e2eef524bc1f0
7
- data.tar.gz: a0a1dbedc75f826d0eda5077833b2f9986cf94a4f058702a626d1924ef36b4c512335b28d1df0d667d153aebeea334c0bc8fc202b6153cc4689ac73efa4ec4ff
6
+ metadata.gz: 2f35593ee666a5218c572e7fc2608902934db616642e2e7255f9247dc738fdeb18e8a40add85af1b8bf7a9d70c759cad837c45d64137cc4e6e67a8065256b1fe
7
+ data.tar.gz: 1cecd565c55012dd2e7e7a456feeff3b42eb24681a45abb90ef32321cd3b374a36881ee76c2f7e34260ad450ad98b6fa2edd3642133b7b12e78eadd6241cc5b8
@@ -1,3 +1,3 @@
1
1
  module SimpleSession
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -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 expire_after. Honors rack's
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.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 expire_after. Honors rack's
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