auto-session-timeout 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20b023ebb43111d703d1175daf0826640c89f452a28f513d9a2f7882929f7dc4
4
- data.tar.gz: f0aefb518e821056121e21801fca26fe356f86c6a433e5321a3c76dcb68ff135
3
+ metadata.gz: bb3a8bbb9a5b0edf8b3f334f81bab7d10ae7c2ce696ab9bd722ec8dc842a1ffd
4
+ data.tar.gz: 1ec3132a8958ace3d9d06d19a5569eecd3d975f5152e48216dc10cf9f50f0e2d
5
5
  SHA512:
6
- metadata.gz: 230b921f57492287baa5b645b72ff20c8343a4494d86694d3c58a707bdd68ed0c27c5ea1ee1d857982966e8a53f71467489666d7fb65860df041ba7d60f1f148
7
- data.tar.gz: d8abe691e2dc760d80b819c42257bdb7a2a67cac11e5f873d46acb5983eb61e35e9e3c85ac2020d5d1f7dcd91dbc1f5da3f6b59b3d1b2fdfa75517ab76591352
6
+ metadata.gz: 6529e08645e0040a275b746fd11112f69c5b3c27b0da30c55f7ef040e3ae698dc5f41f2ca77e8dd6f141476e44ee9b681e4c7ce6db076248c3ccc7d934debb31
7
+ data.tar.gz: 89693f95d759a582b37dcada55a529218e185b014ae391e067243d9a46b07fd833ecbb4d7951ac34dba885126f4f3e658d138dcc61e2dc06e6d0a5fb68cc8f88
@@ -12,37 +12,73 @@ 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']
16
- ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0']
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']
16
+ ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
17
17
  exclude:
18
18
  - rails-version: '3.2'
19
19
  ruby-version: '2.7'
20
20
  - rails-version: '3.2'
21
21
  ruby-version: '3.0'
22
+ - rails-version: '3.2'
23
+ ruby-version: '3.1'
24
+ - rails-version: '3.2'
25
+ ruby-version: '3.2'
22
26
 
23
27
  - rails-version: '4.0'
24
28
  ruby-version: '2.7'
25
29
  - rails-version: '4.0'
26
30
  ruby-version: '3.0'
31
+ - rails-version: '4.0'
32
+ ruby-version: '3.1'
33
+ - rails-version: '4.0'
34
+ ruby-version: '3.2'
27
35
 
28
36
  - rails-version: '4.1'
29
37
  ruby-version: '2.7'
30
38
  - rails-version: '4.1'
31
39
  ruby-version: '3.0'
40
+ - rails-version: '4.1'
41
+ ruby-version: '3.1'
42
+ - rails-version: '4.1'
43
+ ruby-version: '3.2'
32
44
 
45
+ - rails-version: '4.2'
46
+ ruby-version: '2.4'
33
47
  - rails-version: '4.2'
34
48
  ruby-version: '2.7'
35
49
  - rails-version: '4.2'
36
50
  ruby-version: '3.0'
51
+ - rails-version: '4.2'
52
+ ruby-version: '3.1'
53
+ - rails-version: '4.2'
54
+ ruby-version: '3.2'
37
55
 
56
+ - rails-version: '5.0'
57
+ ruby-version: '2.4'
38
58
  - rails-version: '5.0'
39
59
  ruby-version: '3.0'
60
+ - rails-version: '5.0'
61
+ ruby-version: '3.1'
62
+ - rails-version: '5.0'
63
+ ruby-version: '3.2'
40
64
 
65
+ - rails-version: '5.1'
66
+ ruby-version: '2.4'
41
67
  - rails-version: '5.1'
42
68
  ruby-version: '3.0'
69
+ - rails-version: '5.1'
70
+ ruby-version: '3.1'
71
+ - rails-version: '5.1'
72
+ ruby-version: '3.2'
43
73
 
74
+ - rails-version: '5.2'
75
+ ruby-version: '2.4'
44
76
  - rails-version: '5.2'
45
77
  ruby-version: '3.0'
78
+ - rails-version: '5.2'
79
+ ruby-version: '3.1'
80
+ - rails-version: '5.2'
81
+ ruby-version: '3.2'
46
82
 
47
83
  - rails-version: '6.0'
48
84
  ruby-version: '2.4'
@@ -50,11 +86,18 @@ jobs:
50
86
  - rails-version: '6.1'
51
87
  ruby-version: '2.4'
52
88
 
53
- - rails-version: '7.0'
89
+ - rails-version: '7.0.1'
90
+ ruby-version: '2.4'
91
+ - rails-version: '7.0.1'
92
+ ruby-version: '2.5'
93
+ - rails-version: '7.0.1'
94
+ ruby-version: '2.6'
95
+
96
+ - rails-version: '7.1'
54
97
  ruby-version: '2.4'
55
- - rails-version: '7.0'
98
+ - rails-version: '7.1'
56
99
  ruby-version: '2.5'
57
- - rails-version: '7.0'
100
+ - rails-version: '7.1'
58
101
  ruby-version: '2.6'
59
102
  steps:
60
103
  - uses: actions/checkout@v2
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 2023-10-24 - v1.1
2
+
3
+ 2023-10-09 - Compatibility with Rails 7.1 [tim-s-ccs]
4
+
1
5
  2023-01-18 - v1.0
2
6
 
3
7
  2023-01-18 - Compatablity issue with Rack 2.2.4 [GearoidDC]
@@ -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", "< 7.1"]
21
+ spec.add_dependency "actionpack", [">= 3.2", "< 7.2"]
22
22
  spec.add_development_dependency "bundler", "~> 2.0"
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.0"
4
+ VERSION = "1.1"
5
5
  end
6
6
  end
7
7
  end
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: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Bass
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '7.1'
22
+ version: '7.2'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '7.1'
32
+ version: '7.2'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: bundler
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -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.3.26
123
+ rubygems_version: 3.4.19
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Provides automatic session timeout in a Rails application.