simple_sessions 0.1.0 → 0.1.1
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
- metadata +7 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b38fcd3f010748f185cbd8d9b3bea565bb63971695fc82548fcb81d91b3a195d
|
4
|
+
data.tar.gz: 5371ee45a9238fe3b4eebcf62c235cb33fec431ece6d0d06675a4f062ec3db86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75610e77fc4c16566a5b8d82d851d2f25900398893f5d97c40bb93b5711e10f245d13c5cbd906969f6bd90d5738fb39b2d29a82724b180a7ca2af700465fb08e
|
7
|
+
data.tar.gz: 31b51733d782bbee799f6371a6f8fdd6c26941e32313a7d147832e257b3175947b9ed2c8f06487c277fc037dc5abbdddb5a771fcccb5ee0ca05fbbc1eb2aeebe
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_sessions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lucas Mazo
|
@@ -10,12 +10,10 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2020-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
sessions by yourself and then use the gem. More information about this\
|
18
|
-
gem in https://github.com/lucasmazo32/simple-sessions
|
13
|
+
description: I created this gem to simplify my life (and hopefully, your life) when
|
14
|
+
creating sessions in rails, in the README file is more information. As always, my
|
15
|
+
recommendation is to learn how to create sessions by yourself and then use the gem.
|
16
|
+
More information about this gem in https://github.com/lucasmazo32/simple-sessions
|
19
17
|
email: lucasmazo32@gmail.com
|
20
18
|
executables: []
|
21
19
|
extensions: []
|
@@ -44,6 +42,6 @@ requirements: []
|
|
44
42
|
rubygems_version: 3.0.3
|
45
43
|
signing_key:
|
46
44
|
specification_version: 4
|
47
|
-
summary: This is a gem for creating simple sessions (without a
|
48
|
-
|
45
|
+
summary: This is a gem for creating simple sessions (without a permanent cookie) and
|
46
|
+
sessions with permanent cookies
|
49
47
|
test_files: []
|