auto-session-timeout 1.3 → 1.4

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
  SHA256:
3
- metadata.gz: 4cbff7599142488302aca0c2f48f78dcab95f30345ac08db6f2e4eb2f331f151
4
- data.tar.gz: b823d5db838ea10df6df27bedca3534f4211e5de68f4059169a8167d6af42728
3
+ metadata.gz: a8238fdaafbf2ae7c24c96d8be01c193fbfd9edeb11de62a275af85bc317eeef
4
+ data.tar.gz: 03abe7c447fa5c9355a3978ccd361d87eedf46bffd9840535efcbd76913a36a7
5
5
  SHA512:
6
- metadata.gz: a626e3ef8d007bd70380d3e9c79d31adf6eab1d801427322b03bc9ec930fd3fa0eafcb9d84862e6f51682b37ec4ebb76a7929876e5d4e7753366d366407bc5e2
7
- data.tar.gz: 279da3ab5573c7855eb8824143761495f3b2091100956b0ccd6bf9330bfe960bf1356c31e821d45a2e8228793ccab6b3fd05300175594787f32c4939416ef5e2
6
+ metadata.gz: 3b085bdfc552cc0f38a4e3b0e67285622e0f1b7e815b8254def73a0fb3abc0bf8934851e2b0e2c0434cf17e37edd88ce0736fc8754600c2363f16fa82720d85a
7
+ data.tar.gz: fd35a7c71c31a335137e58389a4e53591ca3f9b89cafe165fb7bdba2ea4275f1268bb190088e0424b94cd41441b610035e17110de47aeabca2325e612744df75
@@ -12,8 +12,8 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  strategy:
14
14
  matrix:
15
- rails-version: ['3.2', '4.0', '4.1', '4.2', '5.0', '5.1', '5.2', '6.0', '6.1', '7.0.1', '7.1', '7.2', '8.0']
16
- ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
15
+ rails-version: ['3.2', '4.0', '4.1', '4.2', '5.0', '5.1', '5.2', '6.0', '6.1', '7.0.1', '7.1', '7.2', '8.0', '8.1']
16
+ ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
17
17
  exclude:
18
18
  - rails-version: '3.2'
19
19
  ruby-version: '2.7'
@@ -25,6 +25,8 @@ jobs:
25
25
  ruby-version: '3.2'
26
26
  - rails-version: '3.2'
27
27
  ruby-version: '3.3'
28
+ - rails-version: '3.2'
29
+ ruby-version: '3.4'
28
30
 
29
31
  - rails-version: '4.0'
30
32
  ruby-version: '2.7'
@@ -36,6 +38,8 @@ jobs:
36
38
  ruby-version: '3.2'
37
39
  - rails-version: '4.0'
38
40
  ruby-version: '3.3'
41
+ - rails-version: '4.0'
42
+ ruby-version: '3.4'
39
43
 
40
44
  - rails-version: '4.1'
41
45
  ruby-version: '2.7'
@@ -47,6 +51,8 @@ jobs:
47
51
  ruby-version: '3.2'
48
52
  - rails-version: '4.1'
49
53
  ruby-version: '3.3'
54
+ - rails-version: '4.1'
55
+ ruby-version: '3.4'
50
56
 
51
57
  - rails-version: '4.2'
52
58
  ruby-version: '2.4'
@@ -60,6 +66,8 @@ jobs:
60
66
  ruby-version: '3.2'
61
67
  - rails-version: '4.2'
62
68
  ruby-version: '3.3'
69
+ - rails-version: '4.2'
70
+ ruby-version: '3.4'
63
71
 
64
72
  - rails-version: '5.0'
65
73
  ruby-version: '2.4'
@@ -71,6 +79,8 @@ jobs:
71
79
  ruby-version: '3.2'
72
80
  - rails-version: '5.0'
73
81
  ruby-version: '3.3'
82
+ - rails-version: '5.0'
83
+ ruby-version: '3.4'
74
84
 
75
85
  - rails-version: '5.1'
76
86
  ruby-version: '2.4'
@@ -93,6 +103,8 @@ jobs:
93
103
  ruby-version: '3.2'
94
104
  - rails-version: '5.2'
95
105
  ruby-version: '3.3'
106
+ - rails-version: '5.2'
107
+ ruby-version: '3.4'
96
108
 
97
109
  - rails-version: '6.0'
98
110
  ruby-version: '2.4'
@@ -137,6 +149,25 @@ jobs:
137
149
  ruby-version: '3.0'
138
150
  - rails-version: '8.0'
139
151
  ruby-version: '3.1'
152
+
153
+ - rails-version: '8.1'
154
+ ruby-version: '2.4'
155
+ - rails-version: '8.1'
156
+ ruby-version: '2.5'
157
+ - rails-version: '8.1'
158
+ ruby-version: '2.6'
159
+ - rails-version: '8.1'
160
+ ruby-version: '2.7'
161
+ - rails-version: '8.1'
162
+ ruby-version: '3.0'
163
+ - rails-version: '8.1'
164
+ ruby-version: '3.1'
165
+ - rails-version: '8.1'
166
+ ruby-version: '3.2'
167
+ - rails-version: '8.1'
168
+ ruby-version: '3.3'
169
+ - rails-version: '8.1'
170
+ ruby-version: '3.4'
140
171
  steps:
141
172
  - uses: actions/checkout@v2
142
173
  - name: Set up Ruby
data/CHANGELOG CHANGED
@@ -1,3 +1,16 @@
1
+ 2026-01-16 - v1.4
2
+
3
+ Allow Rails 8.* by @Epigene in #52
4
+
5
+ 2025-09-01 - v1.3
6
+
7
+ Allow Rails 8.0 by @jdettmannnava in #50
8
+
9
+ 2024-08-19 - v1.2
10
+
11
+ Remove protect_from_forgery call by @jlcapps in #47
12
+ chore: update compatibility with rails 7.2 by @jeanpauldejong in #49
13
+
1
14
  2023-10-24 - v1.1
2
15
 
3
16
  2023-10-09 - Compatibility with Rails 7.1 [tim-s-ccs]
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency "actionpack", [">= 3.2", "< 8.1"]
21
+ spec.add_dependency "actionpack", [">= 3.2", "< 9"]
22
22
  spec.add_development_dependency "bundler", "~> 2"
23
23
  spec.add_development_dependency "rake", "~> 13.0"
24
24
  spec.add_development_dependency "minitest", [">= 4.2", "< 6"]
@@ -1,7 +1,7 @@
1
1
  module Auto
2
2
  module Session
3
3
  module Timeout
4
- VERSION = "1.3"
4
+ VERSION = "1.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto-session-timeout
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.3'
4
+ version: '1.4'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Bass
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3.2'
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: '8.1'
21
+ version: '9'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3.2'
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
- version: '8.1'
31
+ version: '9'
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: bundler
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
- rubygems_version: 3.7.1
121
+ rubygems_version: 4.0.3
122
122
  specification_version: 4
123
123
  summary: Provides automatic session timeout in a Rails application.
124
124
  test_files: