act_with_flags 3.1.10 → 3.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 182c52b25785f7c0397abb3b77df2bafca0c8ed4192895a1f9ee6535b928da9e
4
- data.tar.gz: 880454433f532cbad8c1a70b66d7df2536cc770beb4b72fb5b4ee0fd0417f8a1
3
+ metadata.gz: 822cc086db6c10d9d428e23d27e3a09c935f22f6c17dad0fb4c8947b157aa57b
4
+ data.tar.gz: 1d405178ad938ff1697c47f8223469d5022c7574fe3a6ec47d24d13d42b69399
5
5
  SHA512:
6
- metadata.gz: 483bb7670a3ab47421d499057e3c8adf350096f51a5e7db3d20591663bd57c7f1fb02d983713a42f44397c2ef39c5a81b25042fbbf39a0e1b69bd8a3477a6355
7
- data.tar.gz: 4c20d144be233a854bbdfd3371f8a0b5745d7a347adb28918dd7c27c8d412e0fa9f9c2eaed73bc86a71991e3ef94338ef001af925dfb1755e11926ab32d19dac
6
+ metadata.gz: e952dcf26ab70ffca6a0bcd24d0f194acffee88a8403f54691c6dbea8ca1258934f789a78d82b9751257ff6d06ae34a155f45f32e2faea5d13d083009abd3343
7
+ data.tar.gz: 78f5799eda73d0efb0525329c4183f537695e2111b62c6bcb3d02758181d49abd1325fe08bdf7c3b065754d84cc1fe633fa06220db3a096ddc475738095c0b3f
@@ -8,12 +8,7 @@ jobs:
8
8
  strategy:
9
9
  fail-fast: false
10
10
  matrix:
11
- ruby_version: ["3.4", "3.3"]
12
- # ruby_version: [head, "3.4", "3.2"]
13
- gemfile:
14
- - Gemfile
15
- - gemfiles/Gemfile.rails-7.2
16
- - gemfiles/Gemfile.rails-7.1
11
+ ruby_version: [head, "3.4", "3.2"]
17
12
  runs-on: ubuntu-latest
18
13
 
19
14
  steps:
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
- .bundle/
1
+ # ~/.gitignore included
2
+
2
3
  coverage/
3
4
  .watchr
4
5
 
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-8.0
1
+ rails-8.1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.4.4
1
+ ruby-4.0.2
data/Gemfile CHANGED
@@ -4,6 +4,7 @@ gemspec
4
4
  gem "rails"
5
5
 
6
6
  group :test do
7
+ gem "benchmark"
7
8
  gem "benchmark-ips"
8
9
  gem "cuco"
9
10
  gem "ricecream"
data/Gemfile.lock CHANGED
@@ -1,34 +1,36 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- act_with_flags (3.1.10)
4
+ act_with_flags (3.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actioncable (8.0.2)
10
- actionpack (= 8.0.2)
11
- activesupport (= 8.0.2)
9
+ action_text-trix (2.1.18)
10
+ railties
11
+ actioncable (8.1.3)
12
+ actionpack (= 8.1.3)
13
+ activesupport (= 8.1.3)
12
14
  nio4r (~> 2.0)
13
15
  websocket-driver (>= 0.6.1)
14
16
  zeitwerk (~> 2.6)
15
- actionmailbox (8.0.2)
16
- actionpack (= 8.0.2)
17
- activejob (= 8.0.2)
18
- activerecord (= 8.0.2)
19
- activestorage (= 8.0.2)
20
- activesupport (= 8.0.2)
17
+ actionmailbox (8.1.3)
18
+ actionpack (= 8.1.3)
19
+ activejob (= 8.1.3)
20
+ activerecord (= 8.1.3)
21
+ activestorage (= 8.1.3)
22
+ activesupport (= 8.1.3)
21
23
  mail (>= 2.8.0)
22
- actionmailer (8.0.2)
23
- actionpack (= 8.0.2)
24
- actionview (= 8.0.2)
25
- activejob (= 8.0.2)
26
- activesupport (= 8.0.2)
24
+ actionmailer (8.1.3)
25
+ actionpack (= 8.1.3)
26
+ actionview (= 8.1.3)
27
+ activejob (= 8.1.3)
28
+ activesupport (= 8.1.3)
27
29
  mail (>= 2.8.0)
28
30
  rails-dom-testing (~> 2.2)
29
- actionpack (8.0.2)
30
- actionview (= 8.0.2)
31
- activesupport (= 8.0.2)
31
+ actionpack (8.1.3)
32
+ actionview (= 8.1.3)
33
+ activesupport (= 8.1.3)
32
34
  nokogiri (>= 1.8.5)
33
35
  rack (>= 2.2.4)
34
36
  rack-session (>= 1.0.1)
@@ -36,109 +38,112 @@ GEM
36
38
  rails-dom-testing (~> 2.2)
37
39
  rails-html-sanitizer (~> 1.6)
38
40
  useragent (~> 0.16)
39
- actiontext (8.0.2)
40
- actionpack (= 8.0.2)
41
- activerecord (= 8.0.2)
42
- activestorage (= 8.0.2)
43
- activesupport (= 8.0.2)
41
+ actiontext (8.1.3)
42
+ action_text-trix (~> 2.1.15)
43
+ actionpack (= 8.1.3)
44
+ activerecord (= 8.1.3)
45
+ activestorage (= 8.1.3)
46
+ activesupport (= 8.1.3)
44
47
  globalid (>= 0.6.0)
45
48
  nokogiri (>= 1.8.5)
46
- actionview (8.0.2)
47
- activesupport (= 8.0.2)
49
+ actionview (8.1.3)
50
+ activesupport (= 8.1.3)
48
51
  builder (~> 3.1)
49
52
  erubi (~> 1.11)
50
53
  rails-dom-testing (~> 2.2)
51
54
  rails-html-sanitizer (~> 1.6)
52
- activejob (8.0.2)
53
- activesupport (= 8.0.2)
55
+ activejob (8.1.3)
56
+ activesupport (= 8.1.3)
54
57
  globalid (>= 0.3.6)
55
- activemodel (8.0.2)
56
- activesupport (= 8.0.2)
57
- activerecord (8.0.2)
58
- activemodel (= 8.0.2)
59
- activesupport (= 8.0.2)
58
+ activemodel (8.1.3)
59
+ activesupport (= 8.1.3)
60
+ activerecord (8.1.3)
61
+ activemodel (= 8.1.3)
62
+ activesupport (= 8.1.3)
60
63
  timeout (>= 0.4.0)
61
- activestorage (8.0.2)
62
- actionpack (= 8.0.2)
63
- activejob (= 8.0.2)
64
- activerecord (= 8.0.2)
65
- activesupport (= 8.0.2)
64
+ activestorage (8.1.3)
65
+ actionpack (= 8.1.3)
66
+ activejob (= 8.1.3)
67
+ activerecord (= 8.1.3)
68
+ activesupport (= 8.1.3)
66
69
  marcel (~> 1.0)
67
- activesupport (8.0.2)
70
+ activesupport (8.1.3)
68
71
  base64
69
- benchmark (>= 0.3)
70
72
  bigdecimal
71
73
  concurrent-ruby (~> 1.0, >= 1.3.1)
72
74
  connection_pool (>= 2.2.5)
73
75
  drb
74
76
  i18n (>= 1.6, < 2)
77
+ json
75
78
  logger (>= 1.4.2)
76
79
  minitest (>= 5.1)
77
80
  securerandom (>= 0.3)
78
81
  tzinfo (~> 2.0, >= 2.0.5)
79
82
  uri (>= 0.13.1)
80
- appraisal (2.5.0)
81
- bundler
82
- rake
83
- thor (>= 0.14.0)
84
83
  ast (2.4.3)
85
84
  base64 (0.3.0)
86
- benchmark (0.4.1)
85
+ benchmark (0.5.0)
87
86
  benchmark-ips (2.14.0)
88
- bigdecimal (3.2.2)
87
+ bigdecimal (4.1.0)
89
88
  builder (3.3.0)
90
89
  combustion (1.5.0)
91
90
  activesupport (>= 3.0.0)
92
91
  railties (>= 3.0.0)
93
92
  thor (>= 0.14.6)
94
- concurrent-ruby (1.3.5)
95
- connection_pool (2.5.3)
93
+ concurrent-ruby (1.3.6)
94
+ connection_pool (3.0.2)
96
95
  crass (1.0.6)
97
- cuco (0.1.3)
96
+ cuco (0.1.6)
98
97
  listen
98
+ logger
99
99
  micro-optparse
100
- date (3.4.1)
100
+ date (3.5.1)
101
101
  docile (1.4.1)
102
102
  drb (2.2.3)
103
- erb (5.0.1)
103
+ erb (6.0.2)
104
104
  erubi (1.13.1)
105
- ffi (1.17.2-aarch64-linux-gnu)
106
- ffi (1.17.2-aarch64-linux-musl)
107
- ffi (1.17.2-arm-linux-gnu)
108
- ffi (1.17.2-arm-linux-musl)
109
- ffi (1.17.2-arm64-darwin)
110
- ffi (1.17.2-x86_64-darwin)
111
- ffi (1.17.2-x86_64-linux-gnu)
112
- ffi (1.17.2-x86_64-linux-musl)
113
- globalid (1.2.1)
105
+ ffi (1.17.4-aarch64-linux-gnu)
106
+ ffi (1.17.4-aarch64-linux-musl)
107
+ ffi (1.17.4-arm-linux-gnu)
108
+ ffi (1.17.4-arm-linux-musl)
109
+ ffi (1.17.4-arm64-darwin)
110
+ ffi (1.17.4-x86_64-darwin)
111
+ ffi (1.17.4-x86_64-linux-gnu)
112
+ ffi (1.17.4-x86_64-linux-musl)
113
+ globalid (1.3.0)
114
114
  activesupport (>= 6.1)
115
- i18n (1.14.7)
115
+ i18n (1.14.8)
116
116
  concurrent-ruby (~> 1.0)
117
- io-console (0.8.0)
118
- irb (1.15.2)
117
+ io-console (0.8.2)
118
+ irb (1.17.0)
119
119
  pp (>= 0.6.0)
120
+ prism (>= 1.3.0)
120
121
  rdoc (>= 4.0.0)
121
122
  reline (>= 0.4.2)
122
- json (2.12.2)
123
+ json (2.19.3)
123
124
  language_server-protocol (3.17.0.5)
124
125
  lint_roller (1.1.0)
125
- listen (3.9.0)
126
+ listen (3.10.0)
127
+ logger
126
128
  rb-fsevent (~> 0.10, >= 0.10.3)
127
129
  rb-inotify (~> 0.9, >= 0.9.10)
128
130
  logger (1.7.0)
129
- loofah (2.24.1)
131
+ loofah (2.25.1)
130
132
  crass (~> 1.0.2)
131
133
  nokogiri (>= 1.12.0)
132
- mail (2.8.1)
134
+ mail (2.9.0)
135
+ logger
133
136
  mini_mime (>= 0.1.1)
134
137
  net-imap
135
138
  net-pop
136
139
  net-smtp
137
- marcel (1.0.4)
140
+ marcel (1.1.0)
138
141
  micro-optparse (1.2.1)
139
142
  mini_mime (1.1.5)
140
- minitest (5.25.5)
141
- net-imap (0.5.8)
143
+ minitest (6.0.2)
144
+ drb (~> 2.0)
145
+ prism (~> 1.5)
146
+ net-imap (0.6.3)
142
147
  date
143
148
  net-protocol
144
149
  net-pop (0.1.2)
@@ -147,85 +152,87 @@ GEM
147
152
  timeout
148
153
  net-smtp (0.5.1)
149
154
  net-protocol
150
- nio4r (2.7.4)
151
- nokogiri (1.18.8-aarch64-linux-gnu)
155
+ nio4r (2.7.5)
156
+ nokogiri (1.19.2-aarch64-linux-gnu)
152
157
  racc (~> 1.4)
153
- nokogiri (1.18.8-aarch64-linux-musl)
158
+ nokogiri (1.19.2-aarch64-linux-musl)
154
159
  racc (~> 1.4)
155
- nokogiri (1.18.8-arm-linux-gnu)
160
+ nokogiri (1.19.2-arm-linux-gnu)
156
161
  racc (~> 1.4)
157
- nokogiri (1.18.8-arm-linux-musl)
162
+ nokogiri (1.19.2-arm-linux-musl)
158
163
  racc (~> 1.4)
159
- nokogiri (1.18.8-arm64-darwin)
164
+ nokogiri (1.19.2-arm64-darwin)
160
165
  racc (~> 1.4)
161
- nokogiri (1.18.8-x86_64-darwin)
166
+ nokogiri (1.19.2-x86_64-darwin)
162
167
  racc (~> 1.4)
163
- nokogiri (1.18.8-x86_64-linux-gnu)
168
+ nokogiri (1.19.2-x86_64-linux-gnu)
164
169
  racc (~> 1.4)
165
- nokogiri (1.18.8-x86_64-linux-musl)
170
+ nokogiri (1.19.2-x86_64-linux-musl)
166
171
  racc (~> 1.4)
167
172
  parallel (1.27.0)
168
- parser (3.3.8.0)
173
+ parser (3.3.11.1)
169
174
  ast (~> 2.4.1)
170
175
  racc
171
- pp (0.6.2)
176
+ pp (0.6.3)
172
177
  prettyprint
173
178
  prettyprint (0.2.0)
174
- prism (1.4.0)
175
- psych (5.2.6)
179
+ prism (1.9.0)
180
+ psych (5.3.1)
176
181
  date
177
182
  stringio
178
183
  racc (1.8.1)
179
- rack (3.1.16)
184
+ rack (3.2.5)
180
185
  rack-session (2.1.1)
181
186
  base64 (>= 0.1.0)
182
187
  rack (>= 3.0.0)
183
188
  rack-test (2.2.0)
184
189
  rack (>= 1.3)
185
- rackup (2.2.1)
190
+ rackup (2.3.1)
186
191
  rack (>= 3)
187
- rails (8.0.2)
188
- actioncable (= 8.0.2)
189
- actionmailbox (= 8.0.2)
190
- actionmailer (= 8.0.2)
191
- actionpack (= 8.0.2)
192
- actiontext (= 8.0.2)
193
- actionview (= 8.0.2)
194
- activejob (= 8.0.2)
195
- activemodel (= 8.0.2)
196
- activerecord (= 8.0.2)
197
- activestorage (= 8.0.2)
198
- activesupport (= 8.0.2)
192
+ rails (8.1.3)
193
+ actioncable (= 8.1.3)
194
+ actionmailbox (= 8.1.3)
195
+ actionmailer (= 8.1.3)
196
+ actionpack (= 8.1.3)
197
+ actiontext (= 8.1.3)
198
+ actionview (= 8.1.3)
199
+ activejob (= 8.1.3)
200
+ activemodel (= 8.1.3)
201
+ activerecord (= 8.1.3)
202
+ activestorage (= 8.1.3)
203
+ activesupport (= 8.1.3)
199
204
  bundler (>= 1.15.0)
200
- railties (= 8.0.2)
205
+ railties (= 8.1.3)
201
206
  rails-dom-testing (2.3.0)
202
207
  activesupport (>= 5.0.0)
203
208
  minitest
204
209
  nokogiri (>= 1.6)
205
- rails-html-sanitizer (1.6.2)
206
- loofah (~> 2.21)
210
+ rails-html-sanitizer (1.7.0)
211
+ loofah (~> 2.25)
207
212
  nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
208
- railties (8.0.2)
209
- actionpack (= 8.0.2)
210
- activesupport (= 8.0.2)
213
+ railties (8.1.3)
214
+ actionpack (= 8.1.3)
215
+ activesupport (= 8.1.3)
211
216
  irb (~> 1.13)
212
217
  rackup (>= 1.0.0)
213
218
  rake (>= 12.2)
214
219
  thor (~> 1.0, >= 1.2.2)
220
+ tsort (>= 0.2)
215
221
  zeitwerk (~> 2.6)
216
222
  rainbow (3.1.1)
217
- rake (13.3.0)
223
+ rake (13.3.1)
218
224
  rb-fsevent (0.11.2)
219
225
  rb-inotify (0.11.1)
220
226
  ffi (~> 1.0)
221
- rdoc (6.14.1)
227
+ rdoc (7.2.0)
222
228
  erb
223
229
  psych (>= 4.0.0)
224
- regexp_parser (2.10.0)
225
- reline (0.6.1)
230
+ tsort
231
+ regexp_parser (2.11.3)
232
+ reline (0.6.3)
226
233
  io-console (~> 0.5)
227
234
  ricecream (0.2.1)
228
- rubocop (1.75.8)
235
+ rubocop (1.84.2)
229
236
  json (~> 2.3)
230
237
  language_server-protocol (~> 3.17.0.2)
231
238
  lint_roller (~> 1.1.0)
@@ -233,59 +240,60 @@ GEM
233
240
  parser (>= 3.3.0.2)
234
241
  rainbow (>= 2.2.2, < 4.0)
235
242
  regexp_parser (>= 2.9.3, < 3.0)
236
- rubocop-ast (>= 1.44.0, < 2.0)
243
+ rubocop-ast (>= 1.49.0, < 2.0)
237
244
  ruby-progressbar (~> 1.7)
238
245
  unicode-display_width (>= 2.4.0, < 4.0)
239
- rubocop-ast (1.45.1)
246
+ rubocop-ast (1.49.1)
240
247
  parser (>= 3.3.7.2)
241
- prism (~> 1.4)
242
- rubocop-performance (1.25.0)
248
+ prism (~> 1.7)
249
+ rubocop-performance (1.26.1)
243
250
  lint_roller (~> 1.1)
244
251
  rubocop (>= 1.75.0, < 2.0)
245
- rubocop-ast (>= 1.38.0, < 2.0)
252
+ rubocop-ast (>= 1.47.1, < 2.0)
246
253
  ruby-progressbar (1.13.0)
247
254
  securerandom (0.4.1)
248
255
  simplecov (0.22.0)
249
256
  docile (~> 1.1)
250
257
  simplecov-html (~> 0.11)
251
258
  simplecov_json_formatter (~> 0.1)
252
- simplecov-html (0.13.1)
259
+ simplecov-html (0.13.2)
253
260
  simplecov_json_formatter (0.1.4)
254
- sqlite3 (2.7.0-aarch64-linux-gnu)
255
- sqlite3 (2.7.0-aarch64-linux-musl)
256
- sqlite3 (2.7.0-arm-linux-gnu)
257
- sqlite3 (2.7.0-arm-linux-musl)
258
- sqlite3 (2.7.0-arm64-darwin)
259
- sqlite3 (2.7.0-x86_64-darwin)
260
- sqlite3 (2.7.0-x86_64-linux-gnu)
261
- sqlite3 (2.7.0-x86_64-linux-musl)
262
- standard (1.50.0)
261
+ sqlite3 (2.9.2-aarch64-linux-gnu)
262
+ sqlite3 (2.9.2-aarch64-linux-musl)
263
+ sqlite3 (2.9.2-arm-linux-gnu)
264
+ sqlite3 (2.9.2-arm-linux-musl)
265
+ sqlite3 (2.9.2-arm64-darwin)
266
+ sqlite3 (2.9.2-x86_64-darwin)
267
+ sqlite3 (2.9.2-x86_64-linux-gnu)
268
+ sqlite3 (2.9.2-x86_64-linux-musl)
269
+ standard (1.54.0)
263
270
  language_server-protocol (~> 3.17.0.2)
264
271
  lint_roller (~> 1.0)
265
- rubocop (~> 1.75.5)
272
+ rubocop (~> 1.84.0)
266
273
  standard-custom (~> 1.0.0)
267
274
  standard-performance (~> 1.8)
268
275
  standard-custom (1.0.2)
269
276
  lint_roller (~> 1.0)
270
277
  rubocop (~> 1.50)
271
- standard-performance (1.8.0)
278
+ standard-performance (1.9.0)
272
279
  lint_roller (~> 1.1)
273
- rubocop-performance (~> 1.25.0)
274
- stringio (3.1.7)
275
- thor (1.3.2)
276
- timeout (0.4.3)
280
+ rubocop-performance (~> 1.26.0)
281
+ stringio (3.2.0)
282
+ thor (1.5.0)
283
+ timeout (0.6.1)
284
+ tsort (0.2.0)
277
285
  tzinfo (2.0.6)
278
286
  concurrent-ruby (~> 1.0)
279
- unicode-display_width (3.1.4)
280
- unicode-emoji (~> 4.0, >= 4.0.4)
281
- unicode-emoji (4.0.4)
282
- uri (1.0.3)
287
+ unicode-display_width (3.2.0)
288
+ unicode-emoji (~> 4.1)
289
+ unicode-emoji (4.2.0)
290
+ uri (1.1.1)
283
291
  useragent (0.16.11)
284
292
  websocket-driver (0.8.0)
285
293
  base64
286
294
  websocket-extensions (>= 0.1.0)
287
295
  websocket-extensions (0.1.5)
288
- zeitwerk (2.7.3)
296
+ zeitwerk (2.7.5)
289
297
 
290
298
  PLATFORMS
291
299
  aarch64-linux-gnu
@@ -299,7 +307,7 @@ PLATFORMS
299
307
 
300
308
  DEPENDENCIES
301
309
  act_with_flags!
302
- appraisal
310
+ benchmark
303
311
  benchmark-ips
304
312
  combustion
305
313
  cuco
@@ -310,5 +318,126 @@ DEPENDENCIES
310
318
  sqlite3
311
319
  standard
312
320
 
321
+ CHECKSUMS
322
+ act_with_flags (3.2.1)
323
+ action_text-trix (2.1.18) sha256=3fdb83f8bff4145d098be283cdd47ac41caf5110bfa6df4695ed7127d7fb3642
324
+ actioncable (8.1.3) sha256=e5bc7f75e44e6a22de29c4f43176927c3a9ce4824464b74ed18d8226e75a80f0
325
+ actionmailbox (8.1.3) sha256=df7da474eaa0e70df4ed5a6fef66eb3b3b0f2dbf7f14518deee8d77f1b4aae59
326
+ actionmailer (8.1.3) sha256=831f724891bb70d0aaa4d76581a6321124b6a752cb655c9346aae5479318448d
327
+ actionpack (8.1.3) sha256=af998cae4d47c5d581a2cc363b5c77eb718b7c4b45748d81b1887b25621c29a3
328
+ actiontext (8.1.3) sha256=d291019c00e1ea9e6463011fa214f6081a56d7b9a1d224e7d3f6384c1dafc7d2
329
+ actionview (8.1.3) sha256=1347c88c7f3edb38100c5ce0e9fb5e62d7755f3edc1b61cce2eb0b2c6ea2fd5d
330
+ activejob (8.1.3) sha256=a149b1766aa8204c3c3da7309e4becd40fcd5529c348cffbf6c9b16b565fe8d3
331
+ activemodel (8.1.3) sha256=90c05cbe4cef3649b8f79f13016191ea94c4525ce4a5c0fb7ef909c4b91c8219
332
+ activerecord (8.1.3) sha256=8003be7b2466ba0a2a670e603eeb0a61dd66058fccecfc49901e775260ac70ab
333
+ activestorage (8.1.3) sha256=0564ce9309143951a67615e1bb4e090ee54b8befed417133cae614479b46384d
334
+ activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
335
+ ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
336
+ base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
337
+ benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
338
+ benchmark-ips (2.14.0) sha256=b72bc8a65d525d5906f8cd94270dccf73452ee3257a32b89fbd6684d3e8a9b1d
339
+ bigdecimal (4.1.0) sha256=6dc07767aa3dc456ccd48e7ae70a07b474e9afd7c5bc576f80bd6da5c8dd6cae
340
+ builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
341
+ combustion (1.5.0) sha256=5e68cc8c2090ee06196a03e748276d1d63d4f63ed189888a23e1daa4fb79359a
342
+ concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
343
+ connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
344
+ crass (1.0.6) sha256=dc516022a56e7b3b156099abc81b6d2b08ea1ed12676ac7a5657617f012bd45d
345
+ cuco (0.1.6) sha256=c566f50099a20c41c2fa053697294b4200204d9ca5fac60e7190450c6ed66312
346
+ date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
347
+ docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
348
+ drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
349
+ erb (6.0.2) sha256=9fe6264d44f79422c87490a1558479bd0e7dad4dd0e317656e67ea3077b5242b
350
+ erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
351
+ ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df
352
+ ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39
353
+ ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564
354
+ ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95
355
+ ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
356
+ ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496
357
+ ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
358
+ ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
359
+ globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
360
+ i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
361
+ io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
362
+ irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
363
+ json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
364
+ language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
365
+ lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
366
+ listen (3.10.0) sha256=c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2
367
+ logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
368
+ loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
369
+ mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
370
+ marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
371
+ micro-optparse (1.2.1) sha256=b9cc0e2b4987776ca78dcbf59ce72c2bf6fd805fe56a0f4a94f9a2b0c68044e4
372
+ mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
373
+ minitest (6.0.2) sha256=db6e57956f6ecc6134683b4c87467d6dd792323c7f0eea7b93f66bd284adbc3d
374
+ net-imap (0.6.3) sha256=9bab75f876596d09ee7bf911a291da478e0cd6badc54dfb82874855ccc82f2ad
375
+ net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
376
+ net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
377
+ net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
378
+ nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
379
+ nokogiri (1.19.2-aarch64-linux-gnu) sha256=c34d5c8208025587554608e98fd88ab125b29c80f9352b821964e9a5d5cfbd19
380
+ nokogiri (1.19.2-aarch64-linux-musl) sha256=7f6b4b0202d507326841a4f790294bf75098aef50c7173443812e3ac5cb06515
381
+ nokogiri (1.19.2-arm-linux-gnu) sha256=b7fa1139016f3dc850bda1260988f0d749934a939d04ef2da13bec060d7d5081
382
+ nokogiri (1.19.2-arm-linux-musl) sha256=61114d44f6742ff72194a1b3020967201e2eb982814778d130f6471c11f9828c
383
+ nokogiri (1.19.2-arm64-darwin) sha256=58d8ea2e31a967b843b70487a44c14c8ba1866daa1b9da9be9dbdf1b43dee205
384
+ nokogiri (1.19.2-x86_64-darwin) sha256=7d9af11fda72dfaa2961d8c4d5380ca0b51bc389dc5f8d4b859b9644f195e7a4
385
+ nokogiri (1.19.2-x86_64-linux-gnu) sha256=fa8feca882b73e871a9845f3817a72e9734c8e974bdc4fbad6e4bc6e8076b94f
386
+ nokogiri (1.19.2-x86_64-linux-musl) sha256=93128448e61a9383a30baef041bf1f5817e22f297a1d400521e90294445069a8
387
+ parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
388
+ parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
389
+ pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
390
+ prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
391
+ prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
392
+ psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
393
+ racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
394
+ rack (3.2.5) sha256=4cbd0974c0b79f7a139b4812004a62e4c60b145cba76422e288ee670601ed6d3
395
+ rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
396
+ rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
397
+ rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
398
+ rails (8.1.3) sha256=6d017ba5348c98fc909753a8169b21d44de14d2a0b92d140d1a966834c3c9cd3
399
+ rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
400
+ rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
401
+ railties (8.1.3) sha256=913eb0e0cb520aac687ffd74916bd726d48fa21f47833c6292576ef6a286de22
402
+ rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
403
+ rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
404
+ rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
405
+ rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
406
+ rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
407
+ regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
408
+ reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
409
+ ricecream (0.2.1) sha256=d32d7781d554d1e1ec44325cabeb22f604a74c563c08d2cfe82f4e2e2bb3ac93
410
+ rubocop (1.84.2) sha256=5692cea54168f3dc8cb79a6fe95c5424b7ea893c707ad7a4307b0585e88dbf5f
411
+ rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
412
+ rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
413
+ ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
414
+ securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
415
+ simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
416
+ simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
417
+ simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
418
+ sqlite3 (2.9.2-aarch64-linux-gnu) sha256=eeb86db55645b85327ba75129e3614658d974bf4da8fdc87018a0d42c59f6e42
419
+ sqlite3 (2.9.2-aarch64-linux-musl) sha256=4feff91fb8c2b13688da34b5627c9d1ed9cedb3ee87a7114ec82209147f07a6d
420
+ sqlite3 (2.9.2-arm-linux-gnu) sha256=1ee2eb06b5301aaf5ce343a6e88d99ac932d95202d7b350f0e7b6d8d588580d7
421
+ sqlite3 (2.9.2-arm-linux-musl) sha256=8ca0de6aceede968de0394e22e95d549834c4d8e318f69a92a52f049878a0057
422
+ sqlite3 (2.9.2-arm64-darwin) sha256=d15bd9609a05f9d54930babe039585efc8cadd57517c15b64ec7dfa75158a5e9
423
+ sqlite3 (2.9.2-x86_64-darwin) sha256=ed691b5021674d72582d03c5a38e89634b961902735fb6225273892805421d13
424
+ sqlite3 (2.9.2-x86_64-linux-gnu) sha256=dce83ffcb7e72f9f7aeb6e5404f15d277a45332fe18ccce8a8b3ed51e8d23aee
425
+ sqlite3 (2.9.2-x86_64-linux-musl) sha256=e8dd906a613f13b60f6d47ae9dda376384d9de1ab3f7e3f2fdf2fd18a871a2d7
426
+ standard (1.54.0) sha256=7a4b08f83d9893083c8f03bc486f0feeb6a84d48233b40829c03ef4767ea0100
427
+ standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
428
+ standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
429
+ stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
430
+ thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
431
+ timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
432
+ tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
433
+ tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
434
+ unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
435
+ unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
436
+ uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
437
+ useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
438
+ websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
439
+ websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
440
+ zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd
441
+
313
442
  BUNDLED WITH
314
- 2.6.7
443
+ 4.0.6
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019-2025 Dittmar Krall (www.matiq.com)
1
+ Copyright (c) 2019-2026 Dittmar Krall (www.matiq.com)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -127,5 +127,5 @@ Further reading:
127
127
 
128
128
  ## Miscellaneous
129
129
 
130
- Copyright (c) 2019-2025 Dittmar Krall (www.matiq.com),
130
+ Copyright (c) 2019-2026 Dittmar Krall (www.matiq.com),
131
131
  released under the [MIT license](https://opensource.org/licenses/MIT).
@@ -17,9 +17,8 @@ Gem::Specification.new do |s|
17
17
 
18
18
  s.files = `git ls-files -z`.split("\x0")
19
19
  s.require_paths = ["lib"]
20
- s.required_ruby_version = "~> 3"
20
+ s.required_ruby_version = ">= 3"
21
21
 
22
- s.add_development_dependency "appraisal", ">= 0"
23
- s.add_development_dependency "combustion", ">= 0"
24
- s.add_development_dependency "minitest", ">= 0"
22
+ s.add_development_dependency "combustion"
23
+ s.add_development_dependency "minitest"
25
24
  end
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class ActWithFlags::Admin
4
2
  attr_reader :model, :ranges
5
3
 
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class ActWithFlags::Admin
4
2
  attr_reader :clears
5
3
 
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class ActWithFlags::Admin
4
2
  def add_accessors(accessor, origin, mask)
5
3
  unless model.method_defined?(:act_with_flags)
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class ActWithFlags::Admin
4
2
  Location = Struct.new(:model, :origin, :position)
5
3
 
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class ActWithFlags::Admin
4
2
  def to_s
5
3
  res = []
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class ActWithFlags::Admin
4
2
  def add_flag(name, pos, origin)
5
3
  range = ranges[origin]
@@ -1,7 +1,7 @@
1
- # frozen_string_literal: true
2
-
3
1
  module ActWithFlags
4
- VERSION = "3.1.10" # 2025-06-19
2
+ VERSION = "3.2.1" # 2026-03-29
3
+ # VERSION = "3.2.0" # 2026-01-02
4
+ # VERSION = "3.1.10" # 2025-06-19
5
5
  # VERSION = "3.1.9" # 2024-10-20
6
6
  # VERSION = "3.1.5" # 2023-12-11
7
7
  # VERSION = "3.1.3" # 2023-04-18
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  # Principles:
4
2
  # POLA
5
3
  # KISS
@@ -55,7 +55,7 @@ describe "Internal timings mask" do
55
55
  end
56
56
 
57
57
  class BenchFoo < Minitest::Benchmark
58
- def bench_order_blocked
58
+ def bbench_order_blocked # bench_... fails
59
59
  return unless ENV["MORE"]
60
60
  n = 10_000
61
61
  Order.add_to_flags :blocked2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: act_with_flags
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.10
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -9,20 +9,6 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
- - !ruby/object:Gem::Dependency
13
- name: appraisal
14
- requirement: !ruby/object:Gem::Requirement
15
- requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: '0'
19
- type: :development
20
- prerelease: false
21
- version_requirements: !ruby/object:Gem::Requirement
22
- requirements:
23
- - - ">="
24
- - !ruby/object:Gem::Version
25
- version: '0'
26
12
  - !ruby/object:Gem::Dependency
27
13
  name: combustion
28
14
  requirement: !ruby/object:Gem::Requirement
@@ -62,15 +48,12 @@ files:
62
48
  - ".gitignore"
63
49
  - ".ruby-gemset"
64
50
  - ".ruby-version"
65
- - Appraisals
66
51
  - Gemfile
67
52
  - Gemfile.lock
68
53
  - MIT-LICENSE
69
54
  - README.md
70
55
  - Rakefile
71
56
  - act_with_flags.gemspec
72
- - gemfiles/rails_7.1.gemfile
73
- - gemfiles/rails_7.2.gemfile
74
57
  - lib/act_with_flags.rb
75
58
  - lib/act_with_flags/admin.rb
76
59
  - lib/act_with_flags/clear.rb
@@ -122,7 +105,7 @@ require_paths:
122
105
  - lib
123
106
  required_ruby_version: !ruby/object:Gem::Requirement
124
107
  requirements:
125
- - - "~>"
108
+ - - ">="
126
109
  - !ruby/object:Gem::Version
127
110
  version: '3'
128
111
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -131,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
114
  - !ruby/object:Gem::Version
132
115
  version: '0'
133
116
  requirements: []
134
- rubygems_version: 3.6.7
117
+ rubygems_version: 4.0.6
135
118
  specification_version: 4
136
119
  summary: act_with_flags gem
137
120
  test_files: []
data/Appraisals DELETED
@@ -1,27 +0,0 @@
1
- appraise "rails-8.0" do
2
- gem "rails", "~> 8.0"
3
- end
4
-
5
- appraise "rails-7.2" do
6
- gem "rails", "~> 7.2"
7
- end
8
-
9
- # appraise "rails-7.1" do
10
- # gem "rails", "~> 7.1"
11
- # end
12
- #
13
- # appraise "rails-7.0" do
14
- # gem "rails", "~> 7.0"
15
- # end
16
- #
17
- # appraise "rails-6.1" do
18
- # gem "rails", "~> 6.0"
19
- # end
20
- #
21
- # appraise "rails-6.0" do
22
- # gem "rails", "~> 6.0.0"
23
- # end
24
- #
25
- # appraise 'rails-5.2' do
26
- # gem 'rails', '~> 5.2.0'
27
- # end
@@ -1,16 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 7.1"
6
-
7
- group :test do
8
- gem "benchmark-ips"
9
- gem "cuco"
10
- gem "ricecream"
11
- gem "sqlite3"
12
- gem "simplecov", require: false
13
- gem "standard", require: false
14
- end
15
-
16
- gemspec path: "../"
@@ -1,16 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 7.2"
6
-
7
- group :test do
8
- gem "benchmark-ips"
9
- gem "cuco"
10
- gem "ricecream"
11
- gem "sqlite3"
12
- gem "simplecov", require: false
13
- gem "standard", require: false
14
- end
15
-
16
- gemspec path: "../"