expire 0.2.4 → 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 +29 -29
  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: 57e88d0a5839162fefb355cc820dd6430916414e6d4ee5d9ee5ae330fa1cc7b8
4
- data.tar.gz: aa49b1799dd8a22240ef021f7d5851396b1274cd09ef9d33e403c2a69728f2e5
3
+ metadata.gz: f4cdf8db3c3b8487e0fa73b002eb585a96e4e3393d461795dc173de284a67c64
4
+ data.tar.gz: 2d8226a8a215314b106431b0aa6f19c3176a47faf34b8d0cc1b430aed3d64cd1
5
5
  SHA512:
6
- metadata.gz: 1cf762f329fab2daa59ace79cecdec71acef846aa5f36c88e22bd015f60b36923ea6a757ca65e9a0a4182754193a2dde9d3048e35a1956abe99899b1509caf5f
7
- data.tar.gz: ac24d2ac7a8626bca4265dda6253f5ba2690297343f3ac3390abc7e659c8f9f59adb4f3fa4fc9df697ef41b9aa8a1ce5cdfe19e4fc1125baf3c6cdf6e0fc224b
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.4)
4
+ expire (0.2.5)
5
5
  activesupport (~> 7.0)
6
6
  pastel (~> 0.8)
7
7
  thor (~> 1.2)
@@ -10,16 +10,17 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.1.3.4)
13
+ activesupport (7.2.1)
14
14
  base64
15
15
  bigdecimal
16
- concurrent-ruby (~> 1.0, >= 1.0.2)
16
+ concurrent-ruby (~> 1.0, >= 1.3.1)
17
17
  connection_pool (>= 2.2.5)
18
18
  drb
19
19
  i18n (>= 1.6, < 2)
20
+ logger (>= 1.4.2)
20
21
  minitest (>= 5.1)
21
- mutex_m
22
- tzinfo (~> 2.0)
22
+ securerandom (>= 0.3)
23
+ tzinfo (~> 2.0, >= 2.0.5)
23
24
  aruba (2.2.0)
24
25
  bundler (>= 1.17, < 3.0)
25
26
  contracts (>= 0.16.0, < 0.18.0)
@@ -31,7 +32,7 @@ GEM
31
32
  bigdecimal (3.1.8)
32
33
  builder (3.3.0)
33
34
  byebug (11.1.3)
34
- concurrent-ruby (1.3.3)
35
+ concurrent-ruby (1.3.4)
35
36
  connection_pool (2.4.1)
36
37
  contracts (0.17)
37
38
  cucumber (8.0.0)
@@ -59,15 +60,15 @@ GEM
59
60
  cucumber-messages (18.0.0)
60
61
  cucumber-tag-expressions (4.1.0)
61
62
  diff-lcs (1.5.1)
62
- docile (1.4.0)
63
+ docile (1.4.1)
63
64
  drb (2.2.1)
64
- dry-configurable (1.1.0)
65
+ dry-configurable (1.2.0)
65
66
  dry-core (~> 1.0, < 2)
66
67
  zeitwerk (~> 2.6)
67
68
  dry-core (1.0.1)
68
69
  concurrent-ruby (~> 1.0)
69
70
  zeitwerk (~> 2.6)
70
- dry-inflector (1.0.0)
71
+ dry-inflector (1.1.0)
71
72
  dry-initializer (3.1.1)
72
73
  dry-logic (1.5.0)
73
74
  concurrent-ruby (~> 1.0)
@@ -94,19 +95,19 @@ GEM
94
95
  json (2.7.2)
95
96
  language_server-protocol (3.17.0.3)
96
97
  lint_roller (1.1.0)
98
+ logger (1.6.1)
97
99
  mime-types (3.5.2)
98
100
  mime-types-data (~> 3.2015)
99
- mime-types-data (3.2024.0604)
100
- minitest (5.23.1)
101
+ mime-types-data (3.2024.0903)
102
+ minitest (5.25.1)
101
103
  multi_test (1.1.0)
102
- mutex_m (0.2.0)
103
- parallel (1.25.1)
104
- parser (3.3.3.0)
104
+ parallel (1.26.3)
105
+ parser (3.3.5.0)
105
106
  ast (~> 2.4.1)
106
107
  racc
107
108
  pastel (0.8.0)
108
109
  tty-color (~> 0.5)
109
- racc (1.8.0)
110
+ racc (1.8.1)
110
111
  rainbow (3.1.1)
111
112
  rake (13.2.1)
112
113
  reek (6.3.0)
@@ -115,33 +116,32 @@ GEM
115
116
  rainbow (>= 2.0, < 4.0)
116
117
  rexml (~> 3.1)
117
118
  regexp_parser (2.9.2)
118
- rexml (3.3.0)
119
- strscan
119
+ rexml (3.3.7)
120
120
  rspec (3.13.0)
121
121
  rspec-core (~> 3.13.0)
122
122
  rspec-expectations (~> 3.13.0)
123
123
  rspec-mocks (~> 3.13.0)
124
- rspec-core (3.13.0)
124
+ rspec-core (3.13.1)
125
125
  rspec-support (~> 3.13.0)
126
- rspec-expectations (3.13.1)
126
+ rspec-expectations (3.13.3)
127
127
  diff-lcs (>= 1.2.0, < 2.0)
128
128
  rspec-support (~> 3.13.0)
129
129
  rspec-mocks (3.13.1)
130
130
  diff-lcs (>= 1.2.0, < 2.0)
131
131
  rspec-support (~> 3.13.0)
132
132
  rspec-support (3.13.1)
133
- rubocop (1.64.1)
133
+ rubocop (1.65.1)
134
134
  json (~> 2.3)
135
135
  language_server-protocol (>= 3.17.0)
136
136
  parallel (~> 1.10)
137
137
  parser (>= 3.3.0.2)
138
138
  rainbow (>= 2.2.2, < 4.0)
139
- regexp_parser (>= 1.8, < 3.0)
139
+ regexp_parser (>= 2.4, < 3.0)
140
140
  rexml (>= 3.2.5, < 4.0)
141
141
  rubocop-ast (>= 1.31.1, < 2.0)
142
142
  ruby-progressbar (~> 1.7)
143
143
  unicode-display_width (>= 2.4.0, < 3.0)
144
- rubocop-ast (1.31.3)
144
+ rubocop-ast (1.32.3)
145
145
  parser (>= 3.3.1.0)
146
146
  rubocop-capybara (2.21.0)
147
147
  rubocop (~> 1.41)
@@ -158,16 +158,17 @@ GEM
158
158
  rubocop-rspec_rails (2.29.1)
159
159
  rubocop (~> 1.61)
160
160
  ruby-progressbar (1.13.0)
161
+ securerandom (0.3.1)
161
162
  simplecov (0.22.0)
162
163
  docile (~> 1.1)
163
164
  simplecov-html (~> 0.11)
164
165
  simplecov_json_formatter (~> 0.1)
165
- simplecov-html (0.12.3)
166
+ simplecov-html (0.13.1)
166
167
  simplecov_json_formatter (0.1.4)
167
- standard (1.37.0)
168
+ standard (1.40.0)
168
169
  language_server-protocol (~> 3.17.0.2)
169
170
  lint_roller (~> 1.0)
170
- rubocop (~> 1.64.0)
171
+ rubocop (~> 1.65.0)
171
172
  standard-custom (~> 1.0.0)
172
173
  standard-performance (~> 1.4)
173
174
  standard-custom (1.0.2)
@@ -176,15 +177,14 @@ GEM
176
177
  standard-performance (1.4.0)
177
178
  lint_roller (~> 1.1)
178
179
  rubocop-performance (~> 1.21.0)
179
- strscan (3.1.0)
180
180
  sys-uname (1.3.0)
181
181
  ffi (~> 1.1)
182
- thor (1.3.1)
182
+ thor (1.3.2)
183
183
  tty-color (0.6.0)
184
184
  tzinfo (2.0.6)
185
185
  concurrent-ruby (~> 1.0)
186
186
  unicode-display_width (2.5.0)
187
- zeitwerk (2.6.16)
187
+ zeitwerk (2.6.18)
188
188
 
189
189
  PLATFORMS
190
190
  ruby
@@ -204,4 +204,4 @@ DEPENDENCIES
204
204
  standard (~> 1.31)
205
205
 
206
206
  BUNDLED WITH
207
- 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 = 4
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.4
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: 2024-06-17 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