auto-session-timeout 0.9.9 → 1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +5 -0
- data/README.md +1 -1
- data/lib/auto/session/timeout/version.rb +1 -1
- data/lib/auto_session_timeout.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20b023ebb43111d703d1175daf0826640c89f452a28f513d9a2f7882929f7dc4
|
4
|
+
data.tar.gz: f0aefb518e821056121e21801fca26fe356f86c6a433e5321a3c76dcb68ff135
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 230b921f57492287baa5b645b72ff20c8343a4494d86694d3c58a707bdd68ed0c27c5ea1ee1d857982966e8a53f71467489666d7fb65860df041ba7d60f1f148
|
7
|
+
data.tar.gz: d8abe691e2dc760d80b819c42257bdb7a2a67cac11e5f873d46acb5983eb61e35e9e3c85ac2020d5d1f7dcd91dbc1f5da3f6b59b3d1b2fdfa75517ab76591352
|
data/CHANGELOG
CHANGED
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
![Build Status](https://github.com/pelargir/auto-session-timeout/actions/workflows/minitest.yml/badge.svg)
|
2
2
|
|
3
3
|
# Auto::Session::Timeout
|
4
4
|
|
data/lib/auto_session_timeout.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: auto-session-timeout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0
|
4
|
+
version: '1.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Bass
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
- !ruby/object:Gem::Version
|
121
121
|
version: '0'
|
122
122
|
requirements: []
|
123
|
-
rubygems_version: 3.
|
123
|
+
rubygems_version: 3.3.26
|
124
124
|
signing_key:
|
125
125
|
specification_version: 4
|
126
126
|
summary: Provides automatic session timeout in a Rails application.
|