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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +7 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97772e8f7c61538f9e1f968824d252f3726a5e85481857fd9b934b6a9665905a
4
- data.tar.gz: d02c7d5bbf09c8735b3912fb7a8464b93c22b9823486aaf75890382554e6418c
3
+ metadata.gz: b38fcd3f010748f185cbd8d9b3bea565bb63971695fc82548fcb81d91b3a195d
4
+ data.tar.gz: 5371ee45a9238fe3b4eebcf62c235cb33fec431ece6d0d06675a4f062ec3db86
5
5
  SHA512:
6
- metadata.gz: 26b875a6370e18fc23d385ccc8d1526fd4659e160766344076a112cf0fbd4ec69c1fe119fe14b5d7ddc5651c50dac6a54835b3768372d8d18b99984f52e3b99d
7
- data.tar.gz: 4b0555f96b3bf38b418aab58c3982d4cfb858c3eb3357fc149211f8abe93897f01418ab3aab096682ba5fb2542475fd1f8f614970578ae12e95d9bee34d30365
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.0
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
- I created this gem to simplify my life (and hopefully, your\
15
- life) when creating sessions in rails, in the README file is more\
16
- information. As always, my recommendation is to learn how to create\
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\ permanent cookie)
48
- and sessions with permanent cookies
45
+ summary: This is a gem for creating simple sessions (without a permanent cookie) and
46
+ sessions with permanent cookies
49
47
  test_files: []