expire 0.2.5 → 0.2.6

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +37 -32
  3. data/lib/expire/version.rb +1 -1
  4. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4cdf8db3c3b8487e0fa73b002eb585a96e4e3393d461795dc173de284a67c64
4
- data.tar.gz: 2d8226a8a215314b106431b0aa6f19c3176a47faf34b8d0cc1b430aed3d64cd1
3
+ metadata.gz: 672806b9d5fdbe1bcf1ba7d695cafad491b17a66fe7f7134b5ddacf2f7148eaa
4
+ data.tar.gz: 34de6c1e20324c1ef5619c0624f4cf3ededca58c11d7e6d57d5a2963432f287a
5
5
  SHA512:
6
- metadata.gz: 6a091cba88f90bd47feb1e975a464e3874d084ac38dba571580d7ccd23be8941a215d189fff2e3bd6161a91b5026010c13de5ff4ec8f67ca54ef93dd3429b54e
7
- data.tar.gz: 55939250167eec419522fc87ba418eb2ce2cf198ae3be7e517018475efbc3bd359b40f64ccffa94af8aefb2edd14e55af9b0ed849aff06608a92798610dec649
6
+ metadata.gz: 74e68b16c83f0fb54d7fa124f0604e190e7bba2f69951510aa9eef096e8440ae883381e94aab5af179dc27e12c67d89bbd2a7a65b391de52b5301461fe57bd54
7
+ data.tar.gz: 4ce850ce120fa20f9ab1ebb18d1f4d847ecbb039a21d99f691278f6d683a7b142834f6538bba640e83f28d5046bf74598887745a1320a63beb97279ad844b966
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- expire (0.2.5)
4
+ expire (0.2.6)
5
5
  activesupport (~> 7.0)
6
6
  pastel (~> 0.8)
7
7
  thor (~> 1.2)
@@ -10,8 +10,9 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.2.1)
13
+ activesupport (7.2.2.1)
14
14
  base64
15
+ benchmark (>= 0.3)
15
16
  bigdecimal
16
17
  concurrent-ruby (~> 1.0, >= 1.3.1)
17
18
  connection_pool (>= 2.2.5)
@@ -29,12 +30,13 @@ GEM
29
30
  thor (~> 1.0)
30
31
  ast (2.4.2)
31
32
  base64 (0.2.0)
33
+ benchmark (0.4.0)
32
34
  bigdecimal (3.1.8)
33
35
  builder (3.3.0)
34
36
  byebug (11.1.3)
35
37
  concurrent-ruby (1.3.4)
36
38
  connection_pool (2.4.1)
37
- contracts (0.17)
39
+ contracts (0.17.2)
38
40
  cucumber (8.0.0)
39
41
  builder (~> 3.2, >= 3.2.4)
40
42
  cucumber-ci-environment (~> 9.0, >= 9.0.4)
@@ -65,8 +67,9 @@ GEM
65
67
  dry-configurable (1.2.0)
66
68
  dry-core (~> 1.0, < 2)
67
69
  zeitwerk (~> 2.6)
68
- dry-core (1.0.1)
70
+ dry-core (1.0.2)
69
71
  concurrent-ruby (~> 1.0)
72
+ logger
70
73
  zeitwerk (~> 2.6)
71
74
  dry-inflector (1.1.0)
72
75
  dry-initializer (3.1.1)
@@ -90,19 +93,20 @@ GEM
90
93
  dry-logic (~> 1.4)
91
94
  zeitwerk (~> 2.6)
92
95
  ffi (1.17.0)
93
- i18n (1.14.5)
96
+ i18n (1.14.6)
94
97
  concurrent-ruby (~> 1.0)
95
- json (2.7.2)
98
+ json (2.9.1)
96
99
  language_server-protocol (3.17.0.3)
97
100
  lint_roller (1.1.0)
98
- logger (1.6.1)
99
- mime-types (3.5.2)
101
+ logger (1.6.4)
102
+ mime-types (3.6.0)
103
+ logger
100
104
  mime-types-data (~> 3.2015)
101
- mime-types-data (3.2024.0903)
102
- minitest (5.25.1)
105
+ mime-types-data (3.2024.1203)
106
+ minitest (5.25.4)
103
107
  multi_test (1.1.0)
104
108
  parallel (1.26.3)
105
- parser (3.3.5.0)
109
+ parser (3.3.6.0)
106
110
  ast (~> 2.4.1)
107
111
  racc
108
112
  pastel (0.8.0)
@@ -115,39 +119,38 @@ GEM
115
119
  parser (~> 3.3.0)
116
120
  rainbow (>= 2.0, < 4.0)
117
121
  rexml (~> 3.1)
118
- regexp_parser (2.9.2)
119
- rexml (3.3.7)
122
+ regexp_parser (2.9.3)
123
+ rexml (3.4.0)
120
124
  rspec (3.13.0)
121
125
  rspec-core (~> 3.13.0)
122
126
  rspec-expectations (~> 3.13.0)
123
127
  rspec-mocks (~> 3.13.0)
124
- rspec-core (3.13.1)
128
+ rspec-core (3.13.2)
125
129
  rspec-support (~> 3.13.0)
126
130
  rspec-expectations (3.13.3)
127
131
  diff-lcs (>= 1.2.0, < 2.0)
128
132
  rspec-support (~> 3.13.0)
129
- rspec-mocks (3.13.1)
133
+ rspec-mocks (3.13.2)
130
134
  diff-lcs (>= 1.2.0, < 2.0)
131
135
  rspec-support (~> 3.13.0)
132
- rspec-support (3.13.1)
133
- rubocop (1.65.1)
136
+ rspec-support (3.13.2)
137
+ rubocop (1.69.2)
134
138
  json (~> 2.3)
135
139
  language_server-protocol (>= 3.17.0)
136
140
  parallel (~> 1.10)
137
141
  parser (>= 3.3.0.2)
138
142
  rainbow (>= 2.2.2, < 4.0)
139
- regexp_parser (>= 2.4, < 3.0)
140
- rexml (>= 3.2.5, < 4.0)
141
- rubocop-ast (>= 1.31.1, < 2.0)
143
+ regexp_parser (>= 2.9.3, < 3.0)
144
+ rubocop-ast (>= 1.36.2, < 2.0)
142
145
  ruby-progressbar (~> 1.7)
143
- unicode-display_width (>= 2.4.0, < 3.0)
144
- rubocop-ast (1.32.3)
146
+ unicode-display_width (>= 2.4.0, < 4.0)
147
+ rubocop-ast (1.37.0)
145
148
  parser (>= 3.3.1.0)
146
149
  rubocop-capybara (2.21.0)
147
150
  rubocop (~> 1.41)
148
151
  rubocop-factory_bot (2.26.1)
149
152
  rubocop (~> 1.61)
150
- rubocop-performance (1.21.1)
153
+ rubocop-performance (1.23.0)
151
154
  rubocop (>= 1.48.1, < 2.0)
152
155
  rubocop-ast (>= 1.31.1, < 2.0)
153
156
  rubocop-rspec (2.31.0)
@@ -158,33 +161,35 @@ GEM
158
161
  rubocop-rspec_rails (2.29.1)
159
162
  rubocop (~> 1.61)
160
163
  ruby-progressbar (1.13.0)
161
- securerandom (0.3.1)
164
+ securerandom (0.4.1)
162
165
  simplecov (0.22.0)
163
166
  docile (~> 1.1)
164
167
  simplecov-html (~> 0.11)
165
168
  simplecov_json_formatter (~> 0.1)
166
169
  simplecov-html (0.13.1)
167
170
  simplecov_json_formatter (0.1.4)
168
- standard (1.40.0)
171
+ standard (1.43.0)
169
172
  language_server-protocol (~> 3.17.0.2)
170
173
  lint_roller (~> 1.0)
171
- rubocop (~> 1.65.0)
174
+ rubocop (~> 1.69.1)
172
175
  standard-custom (~> 1.0.0)
173
- standard-performance (~> 1.4)
176
+ standard-performance (~> 1.6)
174
177
  standard-custom (1.0.2)
175
178
  lint_roller (~> 1.0)
176
179
  rubocop (~> 1.50)
177
- standard-performance (1.4.0)
180
+ standard-performance (1.6.0)
178
181
  lint_roller (~> 1.1)
179
- rubocop-performance (~> 1.21.0)
180
- sys-uname (1.3.0)
182
+ rubocop-performance (~> 1.23.0)
183
+ sys-uname (1.3.1)
181
184
  ffi (~> 1.1)
182
185
  thor (1.3.2)
183
186
  tty-color (0.6.0)
184
187
  tzinfo (2.0.6)
185
188
  concurrent-ruby (~> 1.0)
186
- unicode-display_width (2.5.0)
187
- zeitwerk (2.6.18)
189
+ unicode-display_width (3.1.2)
190
+ unicode-emoji (~> 4.0, >= 4.0.4)
191
+ unicode-emoji (4.0.4)
192
+ zeitwerk (2.7.1)
188
193
 
189
194
  PLATFORMS
190
195
  ruby
@@ -3,7 +3,7 @@
3
3
  module Expire
4
4
  MAJOR = 0
5
5
  MINOR = 2
6
- TINY = 5
6
+ TINY = 6
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.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Regnet
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-11 00:00:00.000000000 Z
11
+ date: 2024-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -220,8 +220,8 @@ dependencies:
220
220
  - - "~>"
221
221
  - !ruby/object:Gem::Version
222
222
  version: '1.31'
223
- description:
224
- email:
223
+ description:
224
+ email:
225
225
  executables:
226
226
  - expire
227
227
  extensions: []
@@ -313,7 +313,7 @@ licenses:
313
313
  metadata:
314
314
  homepage_uri: https://github.com/thomasregnet/expire
315
315
  source_code_uri: https://github.com/thomasregnet/expire
316
- post_install_message:
316
+ post_install_message:
317
317
  rdoc_options: []
318
318
  require_paths:
319
319
  - lib
@@ -329,7 +329,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
329
329
  version: '0'
330
330
  requirements: []
331
331
  rubygems_version: 3.4.1
332
- signing_key:
332
+ signing_key:
333
333
  specification_version: 4
334
334
  summary: Calculate expired backups.
335
335
  test_files: []