expire 0.2.3 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +107 -69
  3. data/Rakefile +1 -1
  4. data/lib/expire/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81f1e8af5f885f241d8a80af5352a7d51efe45a73916e93ed6f457b4ce4e33a3
4
- data.tar.gz: 3a2bf129742eb6905ac64e9e7471433676e8603ca45d91ff2955da479ef8d2e1
3
+ metadata.gz: f4cdf8db3c3b8487e0fa73b002eb585a96e4e3393d461795dc173de284a67c64
4
+ data.tar.gz: 2d8226a8a215314b106431b0aa6f19c3176a47faf34b8d0cc1b430aed3d64cd1
5
5
  SHA512:
6
- metadata.gz: 580080420f112419718c2a89d3d86f8b887b48e479bed20cac4fadc04b692b69cc96b376d5c034faba31e95051b9201e1f1a83a330fe9948b770ed7da1e269e2
7
- data.tar.gz: b8068bbd5f48f9afcf078aaefa3469feba301c0a094fa513bd3d888b8bd959ff9face3ba013b4d189449bc9878044eb0b6e4ecd17fd5e4d9f87598072889f76d
6
+ metadata.gz: 6a091cba88f90bd47feb1e975a464e3874d084ac38dba571580d7ccd23be8941a215d189fff2e3bd6161a91b5026010c13de5ff4ec8f67ca54ef93dd3429b54e
7
+ data.tar.gz: 55939250167eec419522fc87ba418eb2ce2cf198ae3be7e517018475efbc3bd359b40f64ccffa94af8aefb2edd14e55af9b0ed849aff06608a92798610dec649
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- expire (0.2.3)
4
+ expire (0.2.5)
5
5
  activesupport (~> 7.0)
6
6
  pastel (~> 0.8)
7
7
  thor (~> 1.2)
@@ -10,24 +10,30 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.7.2)
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
13
+ activesupport (7.2.1)
14
+ base64
15
+ bigdecimal
16
+ concurrent-ruby (~> 1.0, >= 1.3.1)
17
+ connection_pool (>= 2.2.5)
18
+ drb
15
19
  i18n (>= 1.6, < 2)
20
+ logger (>= 1.4.2)
16
21
  minitest (>= 5.1)
17
- tzinfo (~> 2.0)
18
- aruba (2.1.0)
22
+ securerandom (>= 0.3)
23
+ tzinfo (~> 2.0, >= 2.0.5)
24
+ aruba (2.2.0)
19
25
  bundler (>= 1.17, < 3.0)
20
- childprocess (>= 2.0, < 5.0)
21
26
  contracts (>= 0.16.0, < 0.18.0)
22
- cucumber (>= 4.0, < 9.0)
27
+ cucumber (>= 8.0, < 10.0)
23
28
  rspec-expectations (~> 3.4)
24
29
  thor (~> 1.0)
25
30
  ast (2.4.2)
26
- base64 (0.1.1)
27
- builder (3.2.4)
31
+ base64 (0.2.0)
32
+ bigdecimal (3.1.8)
33
+ builder (3.3.0)
28
34
  byebug (11.1.3)
29
- childprocess (4.1.0)
30
- concurrent-ruby (1.2.2)
35
+ concurrent-ruby (1.3.4)
36
+ connection_pool (2.4.1)
31
37
  contracts (0.17)
32
38
  cucumber (8.0.0)
33
39
  builder (~> 3.2, >= 3.2.4)
@@ -41,7 +47,7 @@ GEM
41
47
  mime-types (~> 3.4, >= 3.4.1)
42
48
  multi_test (~> 1.1, >= 1.1.0)
43
49
  sys-uname (~> 1.2, >= 1.2.2)
44
- cucumber-ci-environment (9.1.0)
50
+ cucumber-ci-environment (9.2.0)
45
51
  cucumber-core (11.0.0)
46
52
  cucumber-gherkin (~> 23.0, >= 23.0.1)
47
53
  cucumber-messages (~> 18.0, >= 18.0.0)
@@ -53,100 +59,132 @@ GEM
53
59
  cucumber-messages (~> 18.0, >= 18.0.0)
54
60
  cucumber-messages (18.0.0)
55
61
  cucumber-tag-expressions (4.1.0)
56
- diff-lcs (1.5.0)
57
- docile (1.4.0)
58
- ffi (1.15.5)
59
- i18n (1.14.1)
62
+ diff-lcs (1.5.1)
63
+ docile (1.4.1)
64
+ drb (2.2.1)
65
+ dry-configurable (1.2.0)
66
+ dry-core (~> 1.0, < 2)
67
+ zeitwerk (~> 2.6)
68
+ dry-core (1.0.1)
60
69
  concurrent-ruby (~> 1.0)
61
- json (2.6.3)
62
- kwalify (0.7.2)
70
+ zeitwerk (~> 2.6)
71
+ dry-inflector (1.1.0)
72
+ dry-initializer (3.1.1)
73
+ dry-logic (1.5.0)
74
+ concurrent-ruby (~> 1.0)
75
+ dry-core (~> 1.0, < 2)
76
+ zeitwerk (~> 2.6)
77
+ dry-schema (1.13.4)
78
+ concurrent-ruby (~> 1.0)
79
+ dry-configurable (~> 1.0, >= 1.0.1)
80
+ dry-core (~> 1.0, < 2)
81
+ dry-initializer (~> 3.0)
82
+ dry-logic (>= 1.4, < 2)
83
+ dry-types (>= 1.7, < 2)
84
+ zeitwerk (~> 2.6)
85
+ dry-types (1.7.2)
86
+ bigdecimal (~> 3.0)
87
+ concurrent-ruby (~> 1.0)
88
+ dry-core (~> 1.0)
89
+ dry-inflector (~> 1.0)
90
+ dry-logic (~> 1.4)
91
+ zeitwerk (~> 2.6)
92
+ ffi (1.17.0)
93
+ i18n (1.14.5)
94
+ concurrent-ruby (~> 1.0)
95
+ json (2.7.2)
63
96
  language_server-protocol (3.17.0.3)
64
97
  lint_roller (1.1.0)
65
- mime-types (3.4.1)
98
+ logger (1.6.1)
99
+ mime-types (3.5.2)
66
100
  mime-types-data (~> 3.2015)
67
- mime-types-data (3.2022.0105)
68
- minitest (5.19.0)
101
+ mime-types-data (3.2024.0903)
102
+ minitest (5.25.1)
69
103
  multi_test (1.1.0)
70
- parallel (1.22.1)
71
- parser (3.2.2.3)
104
+ parallel (1.26.3)
105
+ parser (3.3.5.0)
72
106
  ast (~> 2.4.1)
73
107
  racc
74
108
  pastel (0.8.0)
75
109
  tty-color (~> 0.5)
76
- racc (1.7.1)
110
+ racc (1.8.1)
77
111
  rainbow (3.1.1)
78
- rake (13.0.6)
79
- reek (6.1.4)
80
- kwalify (~> 0.7.0)
81
- parser (~> 3.2.0)
112
+ rake (13.2.1)
113
+ reek (6.3.0)
114
+ dry-schema (~> 1.13.0)
115
+ parser (~> 3.3.0)
82
116
  rainbow (>= 2.0, < 4.0)
83
- regexp_parser (2.6.1)
84
- rexml (3.2.5)
85
- rspec (3.12.0)
86
- rspec-core (~> 3.12.0)
87
- rspec-expectations (~> 3.12.0)
88
- rspec-mocks (~> 3.12.0)
89
- rspec-core (3.12.0)
90
- rspec-support (~> 3.12.0)
91
- rspec-expectations (3.12.0)
117
+ rexml (~> 3.1)
118
+ regexp_parser (2.9.2)
119
+ rexml (3.3.7)
120
+ rspec (3.13.0)
121
+ rspec-core (~> 3.13.0)
122
+ rspec-expectations (~> 3.13.0)
123
+ rspec-mocks (~> 3.13.0)
124
+ rspec-core (3.13.1)
125
+ rspec-support (~> 3.13.0)
126
+ rspec-expectations (3.13.3)
92
127
  diff-lcs (>= 1.2.0, < 2.0)
93
- rspec-support (~> 3.12.0)
94
- rspec-mocks (3.12.1)
128
+ rspec-support (~> 3.13.0)
129
+ rspec-mocks (3.13.1)
95
130
  diff-lcs (>= 1.2.0, < 2.0)
96
- rspec-support (~> 3.12.0)
97
- rspec-support (3.12.0)
98
- rubocop (1.56.3)
99
- base64 (~> 0.1.1)
131
+ rspec-support (~> 3.13.0)
132
+ rspec-support (3.13.1)
133
+ rubocop (1.65.1)
100
134
  json (~> 2.3)
101
135
  language_server-protocol (>= 3.17.0)
102
136
  parallel (~> 1.10)
103
- parser (>= 3.2.2.3)
137
+ parser (>= 3.3.0.2)
104
138
  rainbow (>= 2.2.2, < 4.0)
105
- regexp_parser (>= 1.8, < 3.0)
139
+ regexp_parser (>= 2.4, < 3.0)
106
140
  rexml (>= 3.2.5, < 4.0)
107
- rubocop-ast (>= 1.28.1, < 2.0)
141
+ rubocop-ast (>= 1.31.1, < 2.0)
108
142
  ruby-progressbar (~> 1.7)
109
143
  unicode-display_width (>= 2.4.0, < 3.0)
110
- rubocop-ast (1.29.0)
111
- parser (>= 3.2.1.0)
112
- rubocop-capybara (2.18.0)
144
+ rubocop-ast (1.32.3)
145
+ parser (>= 3.3.1.0)
146
+ rubocop-capybara (2.21.0)
113
147
  rubocop (~> 1.41)
114
- rubocop-factory_bot (2.24.0)
115
- rubocop (~> 1.33)
116
- rubocop-performance (1.19.1)
117
- rubocop (>= 1.7.0, < 2.0)
118
- rubocop-ast (>= 0.4.0)
119
- rubocop-rspec (2.24.0)
120
- rubocop (~> 1.33)
148
+ rubocop-factory_bot (2.26.1)
149
+ rubocop (~> 1.61)
150
+ rubocop-performance (1.21.1)
151
+ rubocop (>= 1.48.1, < 2.0)
152
+ rubocop-ast (>= 1.31.1, < 2.0)
153
+ rubocop-rspec (2.31.0)
154
+ rubocop (~> 1.40)
121
155
  rubocop-capybara (~> 2.17)
122
156
  rubocop-factory_bot (~> 2.22)
123
- ruby-progressbar (1.11.0)
124
- simplecov (0.21.2)
157
+ rubocop-rspec_rails (~> 2.28)
158
+ rubocop-rspec_rails (2.29.1)
159
+ rubocop (~> 1.61)
160
+ ruby-progressbar (1.13.0)
161
+ securerandom (0.3.1)
162
+ simplecov (0.22.0)
125
163
  docile (~> 1.1)
126
164
  simplecov-html (~> 0.11)
127
165
  simplecov_json_formatter (~> 0.1)
128
- simplecov-html (0.12.3)
166
+ simplecov-html (0.13.1)
129
167
  simplecov_json_formatter (0.1.4)
130
- standard (1.31.1)
168
+ standard (1.40.0)
131
169
  language_server-protocol (~> 3.17.0.2)
132
170
  lint_roller (~> 1.0)
133
- rubocop (~> 1.56.2)
171
+ rubocop (~> 1.65.0)
134
172
  standard-custom (~> 1.0.0)
135
- standard-performance (~> 1.2)
173
+ standard-performance (~> 1.4)
136
174
  standard-custom (1.0.2)
137
175
  lint_roller (~> 1.0)
138
176
  rubocop (~> 1.50)
139
- standard-performance (1.2.0)
177
+ standard-performance (1.4.0)
140
178
  lint_roller (~> 1.1)
141
- rubocop-performance (~> 1.19.0)
142
- sys-uname (1.2.2)
179
+ rubocop-performance (~> 1.21.0)
180
+ sys-uname (1.3.0)
143
181
  ffi (~> 1.1)
144
- thor (1.2.1)
182
+ thor (1.3.2)
145
183
  tty-color (0.6.0)
146
184
  tzinfo (2.0.6)
147
185
  concurrent-ruby (~> 1.0)
148
- unicode-display_width (2.4.2)
149
- zeitwerk (2.6.6)
186
+ unicode-display_width (2.5.0)
187
+ zeitwerk (2.6.18)
150
188
 
151
189
  PLATFORMS
152
190
  ruby
@@ -166,4 +204,4 @@ DEPENDENCIES
166
204
  standard (~> 1.31)
167
205
 
168
206
  BUNDLED WITH
169
- 2.3.26
207
+ 2.4.1
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require "cucumber/rake/task"
3
3
  require "rspec/core/rake_task"
4
4
 
5
5
  Cucumber::Rake::Task.new(:cucumber) do |task|
6
- task.cucumber_opts = "--format pretty"
6
+ task.cucumber_opts = ["--format=pretty"]
7
7
  end
8
8
 
9
9
  RSpec::Core::RakeTask.new(:spec)
@@ -3,7 +3,7 @@
3
3
  module Expire
4
4
  MAJOR = 0
5
5
  MINOR = 2
6
- TINY = 3
6
+ TINY = 5
7
7
 
8
8
  VERSION = [MAJOR, MINOR, TINY].compact * "."
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Regnet
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-20 00:00:00.000000000 Z
11
+ date: 2024-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport