expire 0.2.4 → 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.
- checksums.yaml +4 -4
- data/Gemfile.lock +51 -46
- data/Rakefile +1 -1
- data/lib/expire/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 672806b9d5fdbe1bcf1ba7d695cafad491b17a66fe7f7134b5ddacf2f7148eaa
|
4
|
+
data.tar.gz: 34de6c1e20324c1ef5619c0624f4cf3ededca58c11d7e6d57d5a2963432f287a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
4
|
+
expire (0.2.6)
|
5
5
|
activesupport (~> 7.0)
|
6
6
|
pastel (~> 0.8)
|
7
7
|
thor (~> 1.2)
|
@@ -10,16 +10,18 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (7.
|
13
|
+
activesupport (7.2.2.1)
|
14
14
|
base64
|
15
|
+
benchmark (>= 0.3)
|
15
16
|
bigdecimal
|
16
|
-
concurrent-ruby (~> 1.0, >= 1.
|
17
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
17
18
|
connection_pool (>= 2.2.5)
|
18
19
|
drb
|
19
20
|
i18n (>= 1.6, < 2)
|
21
|
+
logger (>= 1.4.2)
|
20
22
|
minitest (>= 5.1)
|
21
|
-
|
22
|
-
tzinfo (~> 2.0)
|
23
|
+
securerandom (>= 0.3)
|
24
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
23
25
|
aruba (2.2.0)
|
24
26
|
bundler (>= 1.17, < 3.0)
|
25
27
|
contracts (>= 0.16.0, < 0.18.0)
|
@@ -28,12 +30,13 @@ GEM
|
|
28
30
|
thor (~> 1.0)
|
29
31
|
ast (2.4.2)
|
30
32
|
base64 (0.2.0)
|
33
|
+
benchmark (0.4.0)
|
31
34
|
bigdecimal (3.1.8)
|
32
35
|
builder (3.3.0)
|
33
36
|
byebug (11.1.3)
|
34
|
-
concurrent-ruby (1.3.
|
37
|
+
concurrent-ruby (1.3.4)
|
35
38
|
connection_pool (2.4.1)
|
36
|
-
contracts (0.17)
|
39
|
+
contracts (0.17.2)
|
37
40
|
cucumber (8.0.0)
|
38
41
|
builder (~> 3.2, >= 3.2.4)
|
39
42
|
cucumber-ci-environment (~> 9.0, >= 9.0.4)
|
@@ -59,15 +62,16 @@ GEM
|
|
59
62
|
cucumber-messages (18.0.0)
|
60
63
|
cucumber-tag-expressions (4.1.0)
|
61
64
|
diff-lcs (1.5.1)
|
62
|
-
docile (1.4.
|
65
|
+
docile (1.4.1)
|
63
66
|
drb (2.2.1)
|
64
|
-
dry-configurable (1.
|
67
|
+
dry-configurable (1.2.0)
|
65
68
|
dry-core (~> 1.0, < 2)
|
66
69
|
zeitwerk (~> 2.6)
|
67
|
-
dry-core (1.0.
|
70
|
+
dry-core (1.0.2)
|
68
71
|
concurrent-ruby (~> 1.0)
|
72
|
+
logger
|
69
73
|
zeitwerk (~> 2.6)
|
70
|
-
dry-inflector (1.
|
74
|
+
dry-inflector (1.1.0)
|
71
75
|
dry-initializer (3.1.1)
|
72
76
|
dry-logic (1.5.0)
|
73
77
|
concurrent-ruby (~> 1.0)
|
@@ -89,24 +93,25 @@ GEM
|
|
89
93
|
dry-logic (~> 1.4)
|
90
94
|
zeitwerk (~> 2.6)
|
91
95
|
ffi (1.17.0)
|
92
|
-
i18n (1.14.
|
96
|
+
i18n (1.14.6)
|
93
97
|
concurrent-ruby (~> 1.0)
|
94
|
-
json (2.
|
98
|
+
json (2.9.1)
|
95
99
|
language_server-protocol (3.17.0.3)
|
96
100
|
lint_roller (1.1.0)
|
97
|
-
|
101
|
+
logger (1.6.4)
|
102
|
+
mime-types (3.6.0)
|
103
|
+
logger
|
98
104
|
mime-types-data (~> 3.2015)
|
99
|
-
mime-types-data (3.2024.
|
100
|
-
minitest (5.
|
105
|
+
mime-types-data (3.2024.1203)
|
106
|
+
minitest (5.25.4)
|
101
107
|
multi_test (1.1.0)
|
102
|
-
|
103
|
-
|
104
|
-
parser (3.3.3.0)
|
108
|
+
parallel (1.26.3)
|
109
|
+
parser (3.3.6.0)
|
105
110
|
ast (~> 2.4.1)
|
106
111
|
racc
|
107
112
|
pastel (0.8.0)
|
108
113
|
tty-color (~> 0.5)
|
109
|
-
racc (1.8.
|
114
|
+
racc (1.8.1)
|
110
115
|
rainbow (3.1.1)
|
111
116
|
rake (13.2.1)
|
112
117
|
reek (6.3.0)
|
@@ -114,40 +119,38 @@ GEM
|
|
114
119
|
parser (~> 3.3.0)
|
115
120
|
rainbow (>= 2.0, < 4.0)
|
116
121
|
rexml (~> 3.1)
|
117
|
-
regexp_parser (2.9.
|
118
|
-
rexml (3.
|
119
|
-
strscan
|
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.
|
128
|
+
rspec-core (3.13.2)
|
125
129
|
rspec-support (~> 3.13.0)
|
126
|
-
rspec-expectations (3.13.
|
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.
|
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.
|
133
|
-
rubocop (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 (>=
|
140
|
-
|
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, <
|
144
|
-
rubocop-ast (1.
|
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.
|
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)
|
164
|
+
securerandom (0.4.1)
|
161
165
|
simplecov (0.22.0)
|
162
166
|
docile (~> 1.1)
|
163
167
|
simplecov-html (~> 0.11)
|
164
168
|
simplecov_json_formatter (~> 0.1)
|
165
|
-
simplecov-html (0.
|
169
|
+
simplecov-html (0.13.1)
|
166
170
|
simplecov_json_formatter (0.1.4)
|
167
|
-
standard (1.
|
171
|
+
standard (1.43.0)
|
168
172
|
language_server-protocol (~> 3.17.0.2)
|
169
173
|
lint_roller (~> 1.0)
|
170
|
-
rubocop (~> 1.
|
174
|
+
rubocop (~> 1.69.1)
|
171
175
|
standard-custom (~> 1.0.0)
|
172
|
-
standard-performance (~> 1.
|
176
|
+
standard-performance (~> 1.6)
|
173
177
|
standard-custom (1.0.2)
|
174
178
|
lint_roller (~> 1.0)
|
175
179
|
rubocop (~> 1.50)
|
176
|
-
standard-performance (1.
|
180
|
+
standard-performance (1.6.0)
|
177
181
|
lint_roller (~> 1.1)
|
178
|
-
rubocop-performance (~> 1.
|
179
|
-
|
180
|
-
sys-uname (1.3.0)
|
182
|
+
rubocop-performance (~> 1.23.0)
|
183
|
+
sys-uname (1.3.1)
|
181
184
|
ffi (~> 1.1)
|
182
|
-
thor (1.3.
|
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 (
|
187
|
-
|
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
|
@@ -204,4 +209,4 @@ DEPENDENCIES
|
|
204
209
|
standard (~> 1.31)
|
205
210
|
|
206
211
|
BUNDLED WITH
|
207
|
-
2.
|
212
|
+
2.4.1
|
data/Rakefile
CHANGED
data/lib/expire/version.rb
CHANGED
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
|
+
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-
|
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: []
|