simple_session 0.3.3 → 0.3.5

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: 83dc3c7b1992f0d05a7166de51c41c350e908dad
4
- data.tar.gz: 9c562864c93af1b1a23d09de26b469708d017b57
3
+ metadata.gz: 4ad5039432abb8e578ebf8352f9b269ed45f9a73
4
+ data.tar.gz: 557c1efd49e257f8a398f5c51f9a01eb62b6e01b
5
5
  SHA512:
6
- metadata.gz: 7ba09f3c14291e46e361a215e30e6b213a2389d55143491ea98f40106ccc618b15ddaf97f38ea5dc30700feca9b5612bec4b19af431ac22a0c0736a91cf94655
7
- data.tar.gz: b20f02781c54a948ffedaddea97ce0994444626cae4dc8b4c126021af67ac4129c834da49eb0f7d436f1fbc9c209c247f483bd320907fe281c2e0c029aa2a87f
6
+ metadata.gz: f364d409d91ca262fced3d43b52c4921d07089d703f13935b32e6d1763a0b601b73f58edcc6815ff64c225087d8460ffe674aaec60150a8fe185da345578c215
7
+ data.tar.gz: 78d337f1df0c81e2350529141265140d526b22b86865d9d28b034ec961bd16bcdddabf9dcb861b25734c9edae18d579e6b3244fe59f5f1368ce3fd6650528299
@@ -1,3 +1,3 @@
1
1
  module SimpleSession
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.5"
3
3
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{A simple middleware providing rack with an
13
13
  encrypted session cookie.}
14
14
  spec.description = %q{Provides an AES-256-CBC encrypted session cookie signed
15
- with and HMAC digest in a double ended manor.
15
+ with an HMAC digest in a double ended manor.
16
16
  Cookie options include max-age, path, domain, http-only,
17
17
  and secure. Honors Rack's
18
18
  methods like session and request.session_options}
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.3.3
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - hayduke19us
@@ -123,7 +123,7 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  description: "Provides an AES-256-CBC encrypted session cookie signed\n with
126
- and HMAC digest in a double ended manor. \n Cookie options
126
+ an HMAC digest in a double ended manor. \n Cookie options
127
127
  include max-age, path, domain, http-only,\n and secure.
128
128
  Honors Rack's\n methods like session and request.session_options"
129
129
  email: