expire 0.2.7 → 0.2.8
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 +82 -61
- data/expire.gemspec +1 -1
- data/lib/expire/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ead5737ffe9a2a48d13cfce498882efac2ae50b82d11b0f9db5c5433a47e242e
|
|
4
|
+
data.tar.gz: fa40f2b339419049043d0550fac07a5ecf20119e007f7c96399217265c05cd41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32e4a89998632f638ca80505f8eeedec6a7f989913d025b776d9969c9bf9917741f0b11355403ea1ae7ebda602cd3c095dcf29163b779cfcb9f29fb4340cdab6
|
|
7
|
+
data.tar.gz: 893a611074b7fcfad8cd87258b91009568d8d06031fe0f0cf2168b1830566eb60d878345837adb536070ef8a2201207a4cb25336f85b9697c2ffc2c877140ba2
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
expire (0.2.
|
|
5
|
-
activesupport (~>
|
|
4
|
+
expire (0.2.8)
|
|
5
|
+
activesupport (~> 8.0)
|
|
6
6
|
pastel (~> 0.8)
|
|
7
7
|
thor (~> 1.2)
|
|
8
8
|
zeitwerk (~> 2.4)
|
|
@@ -10,117 +10,127 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (
|
|
13
|
+
activesupport (8.1.3)
|
|
14
14
|
base64
|
|
15
|
-
benchmark (>= 0.3)
|
|
16
15
|
bigdecimal
|
|
17
16
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
18
17
|
connection_pool (>= 2.2.5)
|
|
19
18
|
drb
|
|
20
19
|
i18n (>= 1.6, < 2)
|
|
20
|
+
json
|
|
21
21
|
logger (>= 1.4.2)
|
|
22
22
|
minitest (>= 5.1)
|
|
23
23
|
securerandom (>= 0.3)
|
|
24
24
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
uri (>= 0.13.1)
|
|
26
|
+
aruba (2.3.3)
|
|
27
|
+
bundler (>= 1.17)
|
|
27
28
|
contracts (>= 0.16.0, < 0.18.0)
|
|
28
29
|
cucumber (>= 8.0, < 11.0)
|
|
29
30
|
rspec-expectations (>= 3.4, < 5.0)
|
|
30
31
|
thor (~> 1.0)
|
|
31
32
|
ast (2.4.3)
|
|
32
33
|
base64 (0.3.0)
|
|
33
|
-
|
|
34
|
-
bigdecimal (3.3.1)
|
|
34
|
+
bigdecimal (4.1.1)
|
|
35
35
|
builder (3.3.0)
|
|
36
|
-
concurrent-ruby (1.3.
|
|
37
|
-
connection_pool (
|
|
38
|
-
contracts (0.17.
|
|
39
|
-
cucumber (10.
|
|
36
|
+
concurrent-ruby (1.3.6)
|
|
37
|
+
connection_pool (3.0.2)
|
|
38
|
+
contracts (0.17.3)
|
|
39
|
+
cucumber (10.2.0)
|
|
40
40
|
base64 (~> 0.2)
|
|
41
41
|
builder (~> 3.2)
|
|
42
|
-
cucumber-ci-environment (> 9, <
|
|
42
|
+
cucumber-ci-environment (> 9, < 12)
|
|
43
43
|
cucumber-core (> 15, < 17)
|
|
44
|
-
cucumber-cucumber-expressions (> 17, <
|
|
45
|
-
cucumber-html-formatter (>
|
|
44
|
+
cucumber-cucumber-expressions (> 17, < 20)
|
|
45
|
+
cucumber-html-formatter (> 21, < 23)
|
|
46
46
|
diff-lcs (~> 1.5)
|
|
47
47
|
logger (~> 1.6)
|
|
48
48
|
mini_mime (~> 1.1)
|
|
49
49
|
multi_test (~> 1.1)
|
|
50
50
|
sys-uname (~> 1.3)
|
|
51
|
-
cucumber-ci-environment (
|
|
52
|
-
cucumber-core (
|
|
53
|
-
cucumber-gherkin (>
|
|
54
|
-
cucumber-messages (>
|
|
55
|
-
cucumber-tag-expressions (>
|
|
56
|
-
cucumber-cucumber-expressions (
|
|
51
|
+
cucumber-ci-environment (11.0.0)
|
|
52
|
+
cucumber-core (16.2.0)
|
|
53
|
+
cucumber-gherkin (> 36, < 40)
|
|
54
|
+
cucumber-messages (> 31, < 33)
|
|
55
|
+
cucumber-tag-expressions (> 6, < 9)
|
|
56
|
+
cucumber-cucumber-expressions (19.0.0)
|
|
57
57
|
bigdecimal
|
|
58
|
-
cucumber-gherkin (
|
|
59
|
-
cucumber-messages (
|
|
60
|
-
cucumber-html-formatter (
|
|
61
|
-
cucumber-messages (>
|
|
62
|
-
cucumber-messages (
|
|
63
|
-
cucumber-tag-expressions (8.
|
|
58
|
+
cucumber-gherkin (39.0.0)
|
|
59
|
+
cucumber-messages (>= 31, < 33)
|
|
60
|
+
cucumber-html-formatter (22.3.0)
|
|
61
|
+
cucumber-messages (> 23, < 33)
|
|
62
|
+
cucumber-messages (32.3.1)
|
|
63
|
+
cucumber-tag-expressions (8.1.0)
|
|
64
64
|
diff-lcs (1.6.2)
|
|
65
65
|
docile (1.4.1)
|
|
66
66
|
drb (2.2.3)
|
|
67
67
|
dry-configurable (1.3.0)
|
|
68
68
|
dry-core (~> 1.1)
|
|
69
69
|
zeitwerk (~> 2.6)
|
|
70
|
-
dry-core (1.
|
|
70
|
+
dry-core (1.2.0)
|
|
71
71
|
concurrent-ruby (~> 1.0)
|
|
72
72
|
logger
|
|
73
73
|
zeitwerk (~> 2.6)
|
|
74
|
-
dry-inflector (1.
|
|
74
|
+
dry-inflector (1.3.1)
|
|
75
75
|
dry-initializer (3.2.0)
|
|
76
76
|
dry-logic (1.6.0)
|
|
77
77
|
bigdecimal
|
|
78
78
|
concurrent-ruby (~> 1.0)
|
|
79
79
|
dry-core (~> 1.1)
|
|
80
80
|
zeitwerk (~> 2.6)
|
|
81
|
-
dry-schema (1.
|
|
81
|
+
dry-schema (1.16.0)
|
|
82
82
|
concurrent-ruby (~> 1.0)
|
|
83
83
|
dry-configurable (~> 1.0, >= 1.0.1)
|
|
84
84
|
dry-core (~> 1.1)
|
|
85
85
|
dry-initializer (~> 3.2)
|
|
86
|
-
dry-logic (~> 1.
|
|
87
|
-
dry-types (~> 1.
|
|
86
|
+
dry-logic (~> 1.6)
|
|
87
|
+
dry-types (~> 1.9, >= 1.9.1)
|
|
88
88
|
zeitwerk (~> 2.6)
|
|
89
|
-
dry-types (1.
|
|
90
|
-
bigdecimal (
|
|
89
|
+
dry-types (1.9.1)
|
|
90
|
+
bigdecimal (>= 3.0)
|
|
91
91
|
concurrent-ruby (~> 1.0)
|
|
92
92
|
dry-core (~> 1.0)
|
|
93
93
|
dry-inflector (~> 1.0)
|
|
94
94
|
dry-logic (~> 1.4)
|
|
95
95
|
zeitwerk (~> 2.6)
|
|
96
|
-
ffi (1.17.
|
|
97
|
-
|
|
96
|
+
ffi (1.17.4)
|
|
97
|
+
ffi (1.17.4-aarch64-linux-gnu)
|
|
98
|
+
ffi (1.17.4-aarch64-linux-musl)
|
|
99
|
+
ffi (1.17.4-arm-linux-gnu)
|
|
100
|
+
ffi (1.17.4-arm-linux-musl)
|
|
101
|
+
ffi (1.17.4-arm64-darwin)
|
|
102
|
+
ffi (1.17.4-x86-linux-gnu)
|
|
103
|
+
ffi (1.17.4-x86-linux-musl)
|
|
104
|
+
ffi (1.17.4-x86_64-darwin)
|
|
105
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
106
|
+
ffi (1.17.4-x86_64-linux-musl)
|
|
107
|
+
i18n (1.14.8)
|
|
98
108
|
concurrent-ruby (~> 1.0)
|
|
99
|
-
json (2.
|
|
109
|
+
json (2.19.3)
|
|
100
110
|
language_server-protocol (3.17.0.5)
|
|
101
111
|
lint_roller (1.1.0)
|
|
102
112
|
logger (1.7.0)
|
|
103
113
|
memoist3 (1.0.0)
|
|
104
114
|
mini_mime (1.1.5)
|
|
105
|
-
minitest (5.
|
|
115
|
+
minitest (5.27.0)
|
|
106
116
|
multi_test (1.1.0)
|
|
107
|
-
parallel (1.
|
|
108
|
-
parser (3.3.
|
|
117
|
+
parallel (1.28.0)
|
|
118
|
+
parser (3.3.11.1)
|
|
109
119
|
ast (~> 2.4.1)
|
|
110
120
|
racc
|
|
111
121
|
pastel (0.8.0)
|
|
112
122
|
tty-color (~> 0.5)
|
|
113
|
-
prism (1.
|
|
123
|
+
prism (1.9.0)
|
|
114
124
|
racc (1.8.1)
|
|
115
125
|
rainbow (3.1.1)
|
|
116
|
-
rake (13.
|
|
126
|
+
rake (13.4.1)
|
|
117
127
|
reek (6.5.0)
|
|
118
128
|
dry-schema (~> 1.13)
|
|
119
129
|
logger (~> 1.6)
|
|
120
130
|
parser (~> 3.3.0)
|
|
121
131
|
rainbow (>= 2.0, < 4.0)
|
|
122
132
|
rexml (~> 3.1)
|
|
123
|
-
regexp_parser (2.
|
|
133
|
+
regexp_parser (2.12.0)
|
|
124
134
|
rexml (3.4.4)
|
|
125
135
|
rspec (3.13.2)
|
|
126
136
|
rspec-core (~> 3.13.0)
|
|
@@ -131,11 +141,11 @@ GEM
|
|
|
131
141
|
rspec-expectations (3.13.5)
|
|
132
142
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
133
143
|
rspec-support (~> 3.13.0)
|
|
134
|
-
rspec-mocks (3.13.
|
|
144
|
+
rspec-mocks (3.13.8)
|
|
135
145
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
136
146
|
rspec-support (~> 3.13.0)
|
|
137
|
-
rspec-support (3.13.
|
|
138
|
-
rubocop (1.
|
|
147
|
+
rspec-support (3.13.7)
|
|
148
|
+
rubocop (1.84.2)
|
|
139
149
|
json (~> 2.3)
|
|
140
150
|
language_server-protocol (~> 3.17.0.2)
|
|
141
151
|
lint_roller (~> 1.1.0)
|
|
@@ -143,19 +153,19 @@ GEM
|
|
|
143
153
|
parser (>= 3.3.0.2)
|
|
144
154
|
rainbow (>= 2.2.2, < 4.0)
|
|
145
155
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
146
|
-
rubocop-ast (>= 1.
|
|
156
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
147
157
|
ruby-progressbar (~> 1.7)
|
|
148
158
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
149
|
-
rubocop-ast (1.
|
|
159
|
+
rubocop-ast (1.49.1)
|
|
150
160
|
parser (>= 3.3.7.2)
|
|
151
|
-
prism (~> 1.
|
|
152
|
-
rubocop-performance (1.
|
|
161
|
+
prism (~> 1.7)
|
|
162
|
+
rubocop-performance (1.26.1)
|
|
153
163
|
lint_roller (~> 1.1)
|
|
154
164
|
rubocop (>= 1.75.0, < 2.0)
|
|
155
|
-
rubocop-ast (>= 1.
|
|
156
|
-
rubocop-rspec (3.
|
|
165
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
166
|
+
rubocop-rspec (3.9.0)
|
|
157
167
|
lint_roller (~> 1.1)
|
|
158
|
-
rubocop (~> 1.
|
|
168
|
+
rubocop (~> 1.81)
|
|
159
169
|
ruby-progressbar (1.13.0)
|
|
160
170
|
securerandom (0.4.1)
|
|
161
171
|
simplecov (0.22.0)
|
|
@@ -164,32 +174,43 @@ GEM
|
|
|
164
174
|
simplecov_json_formatter (~> 0.1)
|
|
165
175
|
simplecov-html (0.13.2)
|
|
166
176
|
simplecov_json_formatter (0.1.4)
|
|
167
|
-
standard (1.
|
|
177
|
+
standard (1.54.0)
|
|
168
178
|
language_server-protocol (~> 3.17.0.2)
|
|
169
179
|
lint_roller (~> 1.0)
|
|
170
|
-
rubocop (~> 1.
|
|
180
|
+
rubocop (~> 1.84.0)
|
|
171
181
|
standard-custom (~> 1.0.0)
|
|
172
182
|
standard-performance (~> 1.8)
|
|
173
183
|
standard-custom (1.0.2)
|
|
174
184
|
lint_roller (~> 1.0)
|
|
175
185
|
rubocop (~> 1.50)
|
|
176
|
-
standard-performance (1.
|
|
186
|
+
standard-performance (1.9.0)
|
|
177
187
|
lint_roller (~> 1.1)
|
|
178
|
-
rubocop-performance (~> 1.
|
|
179
|
-
sys-uname (1.
|
|
188
|
+
rubocop-performance (~> 1.26.0)
|
|
189
|
+
sys-uname (1.5.1)
|
|
180
190
|
ffi (~> 1.1)
|
|
181
191
|
memoist3 (~> 1.0.0)
|
|
182
|
-
thor (1.
|
|
192
|
+
thor (1.5.0)
|
|
183
193
|
tty-color (0.6.0)
|
|
184
194
|
tzinfo (2.0.6)
|
|
185
195
|
concurrent-ruby (~> 1.0)
|
|
186
196
|
unicode-display_width (3.2.0)
|
|
187
197
|
unicode-emoji (~> 4.1)
|
|
188
|
-
unicode-emoji (4.
|
|
189
|
-
|
|
198
|
+
unicode-emoji (4.2.0)
|
|
199
|
+
uri (1.1.1)
|
|
200
|
+
zeitwerk (2.7.5)
|
|
190
201
|
|
|
191
202
|
PLATFORMS
|
|
203
|
+
aarch64-linux-gnu
|
|
204
|
+
aarch64-linux-musl
|
|
205
|
+
arm-linux-gnu
|
|
206
|
+
arm-linux-musl
|
|
207
|
+
arm64-darwin
|
|
192
208
|
ruby
|
|
209
|
+
x86-linux-gnu
|
|
210
|
+
x86-linux-musl
|
|
211
|
+
x86_64-darwin
|
|
212
|
+
x86_64-linux-gnu
|
|
213
|
+
x86_64-linux-musl
|
|
193
214
|
|
|
194
215
|
DEPENDENCIES
|
|
195
216
|
aruba (~> 2.1)
|
data/expire.gemspec
CHANGED
|
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
|
|
|
36
36
|
spec.require_paths = ["lib"]
|
|
37
37
|
spec.required_ruby_version = ">= 3.2"
|
|
38
38
|
|
|
39
|
-
spec.add_dependency "activesupport", "~>
|
|
39
|
+
spec.add_dependency "activesupport", "~> 8.0"
|
|
40
40
|
spec.add_dependency "pastel", "~> 0.8"
|
|
41
41
|
spec.add_dependency "thor", "~> 1.2"
|
|
42
42
|
spec.add_dependency "zeitwerk", "~> 2.4"
|
data/lib/expire/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Regnet
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '
|
|
18
|
+
version: '8.0'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '
|
|
25
|
+
version: '8.0'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: pastel
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -296,7 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
296
296
|
- !ruby/object:Gem::Version
|
|
297
297
|
version: '0'
|
|
298
298
|
requirements: []
|
|
299
|
-
rubygems_version:
|
|
299
|
+
rubygems_version: 4.0.6
|
|
300
300
|
specification_version: 4
|
|
301
301
|
summary: Calculate expired backups.
|
|
302
302
|
test_files: []
|