expire 0.2.6 → 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/.gitignore +1 -0
- data/Gemfile.lock +131 -115
- data/README.md +0 -2
- data/expire.gemspec +4 -6
- data/lib/expire/version.rb +1 -1
- metadata +13 -46
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/.gitignore
CHANGED
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,203 +10,219 @@ 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
|
-
cucumber (>= 8.0, <
|
|
29
|
-
rspec-expectations (
|
|
29
|
+
cucumber (>= 8.0, < 11.0)
|
|
30
|
+
rspec-expectations (>= 3.4, < 5.0)
|
|
30
31
|
thor (~> 1.0)
|
|
31
|
-
ast (2.4.
|
|
32
|
-
base64 (0.
|
|
33
|
-
|
|
34
|
-
bigdecimal (3.1.8)
|
|
32
|
+
ast (2.4.3)
|
|
33
|
+
base64 (0.3.0)
|
|
34
|
+
bigdecimal (4.1.1)
|
|
35
35
|
builder (3.3.0)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
builder (~> 3.2
|
|
42
|
-
cucumber-ci-environment (
|
|
43
|
-
cucumber-core (
|
|
44
|
-
cucumber-cucumber-expressions (
|
|
45
|
-
cucumber-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
cucumber-
|
|
53
|
-
|
|
54
|
-
cucumber-
|
|
55
|
-
cucumber-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
cucumber-gherkin (
|
|
59
|
-
cucumber-messages (
|
|
60
|
-
cucumber-html-formatter (
|
|
61
|
-
cucumber-messages (
|
|
62
|
-
cucumber-messages (
|
|
63
|
-
cucumber-tag-expressions (
|
|
64
|
-
diff-lcs (1.
|
|
36
|
+
concurrent-ruby (1.3.6)
|
|
37
|
+
connection_pool (3.0.2)
|
|
38
|
+
contracts (0.17.3)
|
|
39
|
+
cucumber (10.2.0)
|
|
40
|
+
base64 (~> 0.2)
|
|
41
|
+
builder (~> 3.2)
|
|
42
|
+
cucumber-ci-environment (> 9, < 12)
|
|
43
|
+
cucumber-core (> 15, < 17)
|
|
44
|
+
cucumber-cucumber-expressions (> 17, < 20)
|
|
45
|
+
cucumber-html-formatter (> 21, < 23)
|
|
46
|
+
diff-lcs (~> 1.5)
|
|
47
|
+
logger (~> 1.6)
|
|
48
|
+
mini_mime (~> 1.1)
|
|
49
|
+
multi_test (~> 1.1)
|
|
50
|
+
sys-uname (~> 1.3)
|
|
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
|
+
bigdecimal
|
|
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
|
+
diff-lcs (1.6.2)
|
|
65
65
|
docile (1.4.1)
|
|
66
|
-
drb (2.2.
|
|
67
|
-
dry-configurable (1.
|
|
68
|
-
dry-core (~> 1.
|
|
66
|
+
drb (2.2.3)
|
|
67
|
+
dry-configurable (1.3.0)
|
|
68
|
+
dry-core (~> 1.1)
|
|
69
69
|
zeitwerk (~> 2.6)
|
|
70
|
-
dry-core (1.0
|
|
70
|
+
dry-core (1.2.0)
|
|
71
71
|
concurrent-ruby (~> 1.0)
|
|
72
72
|
logger
|
|
73
73
|
zeitwerk (~> 2.6)
|
|
74
|
-
dry-inflector (1.1
|
|
75
|
-
dry-initializer (3.
|
|
76
|
-
dry-logic (1.
|
|
74
|
+
dry-inflector (1.3.1)
|
|
75
|
+
dry-initializer (3.2.0)
|
|
76
|
+
dry-logic (1.6.0)
|
|
77
|
+
bigdecimal
|
|
77
78
|
concurrent-ruby (~> 1.0)
|
|
78
|
-
dry-core (~> 1.
|
|
79
|
+
dry-core (~> 1.1)
|
|
79
80
|
zeitwerk (~> 2.6)
|
|
80
|
-
dry-schema (1.
|
|
81
|
+
dry-schema (1.16.0)
|
|
81
82
|
concurrent-ruby (~> 1.0)
|
|
82
83
|
dry-configurable (~> 1.0, >= 1.0.1)
|
|
83
|
-
dry-core (~> 1.
|
|
84
|
-
dry-initializer (~> 3.
|
|
85
|
-
dry-logic (
|
|
86
|
-
dry-types (
|
|
84
|
+
dry-core (~> 1.1)
|
|
85
|
+
dry-initializer (~> 3.2)
|
|
86
|
+
dry-logic (~> 1.6)
|
|
87
|
+
dry-types (~> 1.9, >= 1.9.1)
|
|
87
88
|
zeitwerk (~> 2.6)
|
|
88
|
-
dry-types (1.
|
|
89
|
-
bigdecimal (
|
|
89
|
+
dry-types (1.9.1)
|
|
90
|
+
bigdecimal (>= 3.0)
|
|
90
91
|
concurrent-ruby (~> 1.0)
|
|
91
92
|
dry-core (~> 1.0)
|
|
92
93
|
dry-inflector (~> 1.0)
|
|
93
94
|
dry-logic (~> 1.4)
|
|
94
95
|
zeitwerk (~> 2.6)
|
|
95
|
-
ffi (1.17.
|
|
96
|
-
|
|
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)
|
|
97
108
|
concurrent-ruby (~> 1.0)
|
|
98
|
-
json (2.
|
|
99
|
-
language_server-protocol (3.17.0.
|
|
109
|
+
json (2.19.3)
|
|
110
|
+
language_server-protocol (3.17.0.5)
|
|
100
111
|
lint_roller (1.1.0)
|
|
101
|
-
logger (1.
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
mime-types-data (3.2024.1203)
|
|
106
|
-
minitest (5.25.4)
|
|
112
|
+
logger (1.7.0)
|
|
113
|
+
memoist3 (1.0.0)
|
|
114
|
+
mini_mime (1.1.5)
|
|
115
|
+
minitest (5.27.0)
|
|
107
116
|
multi_test (1.1.0)
|
|
108
|
-
parallel (1.
|
|
109
|
-
parser (3.3.
|
|
117
|
+
parallel (1.28.0)
|
|
118
|
+
parser (3.3.11.1)
|
|
110
119
|
ast (~> 2.4.1)
|
|
111
120
|
racc
|
|
112
121
|
pastel (0.8.0)
|
|
113
122
|
tty-color (~> 0.5)
|
|
123
|
+
prism (1.9.0)
|
|
114
124
|
racc (1.8.1)
|
|
115
125
|
rainbow (3.1.1)
|
|
116
|
-
rake (13.
|
|
117
|
-
reek (6.
|
|
118
|
-
dry-schema (~> 1.13
|
|
126
|
+
rake (13.4.1)
|
|
127
|
+
reek (6.5.0)
|
|
128
|
+
dry-schema (~> 1.13)
|
|
129
|
+
logger (~> 1.6)
|
|
119
130
|
parser (~> 3.3.0)
|
|
120
131
|
rainbow (>= 2.0, < 4.0)
|
|
121
132
|
rexml (~> 3.1)
|
|
122
|
-
regexp_parser (2.
|
|
123
|
-
rexml (3.4.
|
|
124
|
-
rspec (3.13.
|
|
133
|
+
regexp_parser (2.12.0)
|
|
134
|
+
rexml (3.4.4)
|
|
135
|
+
rspec (3.13.2)
|
|
125
136
|
rspec-core (~> 3.13.0)
|
|
126
137
|
rspec-expectations (~> 3.13.0)
|
|
127
138
|
rspec-mocks (~> 3.13.0)
|
|
128
|
-
rspec-core (3.13.
|
|
139
|
+
rspec-core (3.13.6)
|
|
129
140
|
rspec-support (~> 3.13.0)
|
|
130
|
-
rspec-expectations (3.13.
|
|
141
|
+
rspec-expectations (3.13.5)
|
|
131
142
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
132
143
|
rspec-support (~> 3.13.0)
|
|
133
|
-
rspec-mocks (3.13.
|
|
144
|
+
rspec-mocks (3.13.8)
|
|
134
145
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
135
146
|
rspec-support (~> 3.13.0)
|
|
136
|
-
rspec-support (3.13.
|
|
137
|
-
rubocop (1.
|
|
147
|
+
rspec-support (3.13.7)
|
|
148
|
+
rubocop (1.84.2)
|
|
138
149
|
json (~> 2.3)
|
|
139
|
-
language_server-protocol (
|
|
150
|
+
language_server-protocol (~> 3.17.0.2)
|
|
151
|
+
lint_roller (~> 1.1.0)
|
|
140
152
|
parallel (~> 1.10)
|
|
141
153
|
parser (>= 3.3.0.2)
|
|
142
154
|
rainbow (>= 2.2.2, < 4.0)
|
|
143
155
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
144
|
-
rubocop-ast (>= 1.
|
|
156
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
145
157
|
ruby-progressbar (~> 1.7)
|
|
146
158
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
147
|
-
rubocop-ast (1.
|
|
148
|
-
parser (>= 3.3.
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
rubocop (
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
rubocop (~> 1.40)
|
|
158
|
-
rubocop-capybara (~> 2.17)
|
|
159
|
-
rubocop-factory_bot (~> 2.22)
|
|
160
|
-
rubocop-rspec_rails (~> 2.28)
|
|
161
|
-
rubocop-rspec_rails (2.29.1)
|
|
162
|
-
rubocop (~> 1.61)
|
|
159
|
+
rubocop-ast (1.49.1)
|
|
160
|
+
parser (>= 3.3.7.2)
|
|
161
|
+
prism (~> 1.7)
|
|
162
|
+
rubocop-performance (1.26.1)
|
|
163
|
+
lint_roller (~> 1.1)
|
|
164
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
165
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
166
|
+
rubocop-rspec (3.9.0)
|
|
167
|
+
lint_roller (~> 1.1)
|
|
168
|
+
rubocop (~> 1.81)
|
|
163
169
|
ruby-progressbar (1.13.0)
|
|
164
170
|
securerandom (0.4.1)
|
|
165
171
|
simplecov (0.22.0)
|
|
166
172
|
docile (~> 1.1)
|
|
167
173
|
simplecov-html (~> 0.11)
|
|
168
174
|
simplecov_json_formatter (~> 0.1)
|
|
169
|
-
simplecov-html (0.13.
|
|
175
|
+
simplecov-html (0.13.2)
|
|
170
176
|
simplecov_json_formatter (0.1.4)
|
|
171
|
-
standard (1.
|
|
177
|
+
standard (1.54.0)
|
|
172
178
|
language_server-protocol (~> 3.17.0.2)
|
|
173
179
|
lint_roller (~> 1.0)
|
|
174
|
-
rubocop (~> 1.
|
|
180
|
+
rubocop (~> 1.84.0)
|
|
175
181
|
standard-custom (~> 1.0.0)
|
|
176
|
-
standard-performance (~> 1.
|
|
182
|
+
standard-performance (~> 1.8)
|
|
177
183
|
standard-custom (1.0.2)
|
|
178
184
|
lint_roller (~> 1.0)
|
|
179
185
|
rubocop (~> 1.50)
|
|
180
|
-
standard-performance (1.
|
|
186
|
+
standard-performance (1.9.0)
|
|
181
187
|
lint_roller (~> 1.1)
|
|
182
|
-
rubocop-performance (~> 1.
|
|
183
|
-
sys-uname (1.
|
|
188
|
+
rubocop-performance (~> 1.26.0)
|
|
189
|
+
sys-uname (1.5.1)
|
|
184
190
|
ffi (~> 1.1)
|
|
185
|
-
|
|
191
|
+
memoist3 (~> 1.0.0)
|
|
192
|
+
thor (1.5.0)
|
|
186
193
|
tty-color (0.6.0)
|
|
187
194
|
tzinfo (2.0.6)
|
|
188
195
|
concurrent-ruby (~> 1.0)
|
|
189
|
-
unicode-display_width (3.
|
|
190
|
-
unicode-emoji (~> 4.
|
|
191
|
-
unicode-emoji (4.0
|
|
192
|
-
|
|
196
|
+
unicode-display_width (3.2.0)
|
|
197
|
+
unicode-emoji (~> 4.1)
|
|
198
|
+
unicode-emoji (4.2.0)
|
|
199
|
+
uri (1.1.1)
|
|
200
|
+
zeitwerk (2.7.5)
|
|
193
201
|
|
|
194
202
|
PLATFORMS
|
|
203
|
+
aarch64-linux-gnu
|
|
204
|
+
aarch64-linux-musl
|
|
205
|
+
arm-linux-gnu
|
|
206
|
+
arm-linux-musl
|
|
207
|
+
arm64-darwin
|
|
195
208
|
ruby
|
|
209
|
+
x86-linux-gnu
|
|
210
|
+
x86-linux-musl
|
|
211
|
+
x86_64-darwin
|
|
212
|
+
x86_64-linux-gnu
|
|
213
|
+
x86_64-linux-musl
|
|
196
214
|
|
|
197
215
|
DEPENDENCIES
|
|
198
216
|
aruba (~> 2.1)
|
|
199
|
-
bundler (~> 2.
|
|
200
|
-
|
|
201
|
-
cucumber (~> 8.0)
|
|
217
|
+
bundler (~> 2.7)
|
|
218
|
+
cucumber (~> 10.0)
|
|
202
219
|
expire!
|
|
203
220
|
rake (~> 13.0)
|
|
204
221
|
reek (~> 6.0)
|
|
205
222
|
rspec (~> 3.0)
|
|
206
|
-
rubocop
|
|
207
|
-
rubocop-rspec (~> 2.2)
|
|
223
|
+
rubocop-rspec
|
|
208
224
|
simplecov (~> 0.21)
|
|
209
225
|
standard (~> 1.31)
|
|
210
226
|
|
|
211
227
|
BUNDLED WITH
|
|
212
|
-
2.
|
|
228
|
+
2.7.2
|
data/README.md
CHANGED
data/expire.gemspec
CHANGED
|
@@ -36,20 +36,18 @@ 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"
|
|
43
43
|
|
|
44
44
|
spec.add_development_dependency "aruba", "~> 2.1"
|
|
45
|
-
spec.add_development_dependency "bundler", "~> 2.
|
|
46
|
-
spec.add_development_dependency "
|
|
47
|
-
spec.add_development_dependency "cucumber", "~> 8.0"
|
|
45
|
+
spec.add_development_dependency "bundler", "~> 2.7"
|
|
46
|
+
spec.add_development_dependency "cucumber", "~> 10.0"
|
|
48
47
|
spec.add_development_dependency "rake", "~> 13.0"
|
|
49
48
|
spec.add_development_dependency "reek", "~> 6.0"
|
|
50
49
|
spec.add_development_dependency "rspec", "~> 3.0"
|
|
51
|
-
spec.add_development_dependency "rubocop"
|
|
52
|
-
spec.add_development_dependency "rubocop-rspec", "~> 2.2"
|
|
50
|
+
spec.add_development_dependency "rubocop-rspec"
|
|
53
51
|
spec.add_development_dependency "simplecov", "~> 0.21"
|
|
54
52
|
spec.add_development_dependency "standard", "~> 1.31"
|
|
55
53
|
end
|
data/lib/expire/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
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
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: activesupport
|
|
@@ -16,14 +15,14 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
18
|
+
version: '8.0'
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
25
|
+
version: '8.0'
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: pastel
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,42 +85,28 @@ dependencies:
|
|
|
86
85
|
requirements:
|
|
87
86
|
- - "~>"
|
|
88
87
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '2.
|
|
90
|
-
type: :development
|
|
91
|
-
prerelease: false
|
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
-
requirements:
|
|
94
|
-
- - "~>"
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
version: '2.3'
|
|
97
|
-
- !ruby/object:Gem::Dependency
|
|
98
|
-
name: byebug
|
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
|
100
|
-
requirements:
|
|
101
|
-
- - "~>"
|
|
102
|
-
- !ruby/object:Gem::Version
|
|
103
|
-
version: '11.1'
|
|
88
|
+
version: '2.7'
|
|
104
89
|
type: :development
|
|
105
90
|
prerelease: false
|
|
106
91
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
92
|
requirements:
|
|
108
93
|
- - "~>"
|
|
109
94
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '
|
|
95
|
+
version: '2.7'
|
|
111
96
|
- !ruby/object:Gem::Dependency
|
|
112
97
|
name: cucumber
|
|
113
98
|
requirement: !ruby/object:Gem::Requirement
|
|
114
99
|
requirements:
|
|
115
100
|
- - "~>"
|
|
116
101
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: '
|
|
102
|
+
version: '10.0'
|
|
118
103
|
type: :development
|
|
119
104
|
prerelease: false
|
|
120
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
106
|
requirements:
|
|
122
107
|
- - "~>"
|
|
123
108
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: '
|
|
109
|
+
version: '10.0'
|
|
125
110
|
- !ruby/object:Gem::Dependency
|
|
126
111
|
name: rake
|
|
127
112
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -164,34 +149,20 @@ dependencies:
|
|
|
164
149
|
- - "~>"
|
|
165
150
|
- !ruby/object:Gem::Version
|
|
166
151
|
version: '3.0'
|
|
167
|
-
- !ruby/object:Gem::Dependency
|
|
168
|
-
name: rubocop
|
|
169
|
-
requirement: !ruby/object:Gem::Requirement
|
|
170
|
-
requirements:
|
|
171
|
-
- - "~>"
|
|
172
|
-
- !ruby/object:Gem::Version
|
|
173
|
-
version: '1.9'
|
|
174
|
-
type: :development
|
|
175
|
-
prerelease: false
|
|
176
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
177
|
-
requirements:
|
|
178
|
-
- - "~>"
|
|
179
|
-
- !ruby/object:Gem::Version
|
|
180
|
-
version: '1.9'
|
|
181
152
|
- !ruby/object:Gem::Dependency
|
|
182
153
|
name: rubocop-rspec
|
|
183
154
|
requirement: !ruby/object:Gem::Requirement
|
|
184
155
|
requirements:
|
|
185
|
-
- - "
|
|
156
|
+
- - ">="
|
|
186
157
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: '
|
|
158
|
+
version: '0'
|
|
188
159
|
type: :development
|
|
189
160
|
prerelease: false
|
|
190
161
|
version_requirements: !ruby/object:Gem::Requirement
|
|
191
162
|
requirements:
|
|
192
|
-
- - "
|
|
163
|
+
- - ">="
|
|
193
164
|
- !ruby/object:Gem::Version
|
|
194
|
-
version: '
|
|
165
|
+
version: '0'
|
|
195
166
|
- !ruby/object:Gem::Dependency
|
|
196
167
|
name: simplecov
|
|
197
168
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -220,8 +191,6 @@ dependencies:
|
|
|
220
191
|
- - "~>"
|
|
221
192
|
- !ruby/object:Gem::Version
|
|
222
193
|
version: '1.31'
|
|
223
|
-
description:
|
|
224
|
-
email:
|
|
225
194
|
executables:
|
|
226
195
|
- expire
|
|
227
196
|
extensions: []
|
|
@@ -313,7 +282,6 @@ licenses:
|
|
|
313
282
|
metadata:
|
|
314
283
|
homepage_uri: https://github.com/thomasregnet/expire
|
|
315
284
|
source_code_uri: https://github.com/thomasregnet/expire
|
|
316
|
-
post_install_message:
|
|
317
285
|
rdoc_options: []
|
|
318
286
|
require_paths:
|
|
319
287
|
- lib
|
|
@@ -328,8 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
328
296
|
- !ruby/object:Gem::Version
|
|
329
297
|
version: '0'
|
|
330
298
|
requirements: []
|
|
331
|
-
rubygems_version:
|
|
332
|
-
signing_key:
|
|
299
|
+
rubygems_version: 4.0.6
|
|
333
300
|
specification_version: 4
|
|
334
301
|
summary: Calculate expired backups.
|
|
335
302
|
test_files: []
|