act_with_flags 3.1.9 → 3.1.10

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: c0d5e2d416171db5d24cf6be20082cc50672f8022a057a3b0922e1d517738cc9
4
- data.tar.gz: 9937f8f0a9eaf7c4b6d5d8adba470d704b7d5171501d04dd1bc0d6f8f5acdec9
3
+ metadata.gz: 182c52b25785f7c0397abb3b77df2bafca0c8ed4192895a1f9ee6535b928da9e
4
+ data.tar.gz: 880454433f532cbad8c1a70b66d7df2536cc770beb4b72fb5b4ee0fd0417f8a1
5
5
  SHA512:
6
- metadata.gz: 5dcc3de94fcfb73c7c1406c90588b9f9778033f22f238ed9d11782fad70519f055398290cfe3cbea7795eddc26e3e90e1ba8a2d7b12a01a90520c75da98807fb
7
- data.tar.gz: 5d7cc1ce10563ae3e55239a660646637ae2fd344d5711e31109e9ffa362e7a6a29d1ec052ace5ed5508bf532593d5652ac74348b8efaab20e30b57637b3aa776
6
+ metadata.gz: 483bb7670a3ab47421d499057e3c8adf350096f51a5e7db3d20591663bd57c7f1fb02d983713a42f44397c2ef39c5a81b25042fbbf39a0e1b69bd8a3477a6355
7
+ data.tar.gz: 4c20d144be233a854bbdfd3371f8a0b5745d7a347adb28918dd7c27c8d412e0fa9f9c2eaed73bc86a71991e3ef94338ef001af925dfb1755e11926ab32d19dac
@@ -8,7 +8,8 @@ jobs:
8
8
  strategy:
9
9
  fail-fast: false
10
10
  matrix:
11
- ruby_version: ["3.2", "3.3"]
11
+ ruby_version: ["3.4", "3.3"]
12
+ # ruby_version: [head, "3.4", "3.2"]
12
13
  gemfile:
13
14
  - Gemfile
14
15
  - gemfiles/Gemfile.rails-7.2
@@ -21,12 +22,11 @@ jobs:
21
22
  uses: ruby/setup-ruby@v1
22
23
  with:
23
24
  ruby-version: ${{ matrix.ruby_version }}
24
- bundler-cache: true
25
25
  - name: Bundle install
26
26
  run: |
27
27
  bundle config set frozen false
28
28
  bundle config path /home/runner/bundle
29
29
  bundle install
30
30
  bundle update
31
- - name: Build and test with Rake
31
+ - name: Run the default task
32
32
  run: bundle exec rake
data/.gitignore CHANGED
@@ -2,13 +2,11 @@
2
2
  coverage/
3
3
  .watchr
4
4
 
5
- *.gem
6
- *.log
7
- *.lock
8
- *.sqlite3
9
5
  **/*.gem
10
6
  **/*.log
11
7
  **/*.lock
8
+
9
+ *.sqlite3
12
10
  **/test.sqlite3*
13
11
 
14
12
  test/internal/tmp/
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-7.2
1
+ rails-8.0
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.3.5
1
+ ruby-3.4.4
data/Appraisals CHANGED
@@ -1,11 +1,15 @@
1
- appraise "rails-7.2" do
2
- gem "rails", "~> 7.2"
1
+ appraise "rails-8.0" do
2
+ gem "rails", "~> 8.0"
3
3
  end
4
4
 
5
- appraise "rails-7.1" do
6
- gem "rails", "~> 7.1"
5
+ appraise "rails-7.2" do
6
+ gem "rails", "~> 7.2"
7
7
  end
8
8
 
9
+ # appraise "rails-7.1" do
10
+ # gem "rails", "~> 7.1"
11
+ # end
12
+ #
9
13
  # appraise "rails-7.0" do
10
14
  # gem "rails", "~> 7.0"
11
15
  # end
data/Gemfile.lock CHANGED
@@ -1,72 +1,72 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- act_with_flags (3.1.9)
4
+ act_with_flags (3.1.10)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actioncable (7.2.1.1)
10
- actionpack (= 7.2.1.1)
11
- activesupport (= 7.2.1.1)
9
+ actioncable (8.0.2)
10
+ actionpack (= 8.0.2)
11
+ activesupport (= 8.0.2)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
14
  zeitwerk (~> 2.6)
15
- actionmailbox (7.2.1.1)
16
- actionpack (= 7.2.1.1)
17
- activejob (= 7.2.1.1)
18
- activerecord (= 7.2.1.1)
19
- activestorage (= 7.2.1.1)
20
- activesupport (= 7.2.1.1)
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)
21
21
  mail (>= 2.8.0)
22
- actionmailer (7.2.1.1)
23
- actionpack (= 7.2.1.1)
24
- actionview (= 7.2.1.1)
25
- activejob (= 7.2.1.1)
26
- activesupport (= 7.2.1.1)
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)
27
27
  mail (>= 2.8.0)
28
28
  rails-dom-testing (~> 2.2)
29
- actionpack (7.2.1.1)
30
- actionview (= 7.2.1.1)
31
- activesupport (= 7.2.1.1)
29
+ actionpack (8.0.2)
30
+ actionview (= 8.0.2)
31
+ activesupport (= 8.0.2)
32
32
  nokogiri (>= 1.8.5)
33
- racc
34
- rack (>= 2.2.4, < 3.2)
33
+ rack (>= 2.2.4)
35
34
  rack-session (>= 1.0.1)
36
35
  rack-test (>= 0.6.3)
37
36
  rails-dom-testing (~> 2.2)
38
37
  rails-html-sanitizer (~> 1.6)
39
38
  useragent (~> 0.16)
40
- actiontext (7.2.1.1)
41
- actionpack (= 7.2.1.1)
42
- activerecord (= 7.2.1.1)
43
- activestorage (= 7.2.1.1)
44
- activesupport (= 7.2.1.1)
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)
45
44
  globalid (>= 0.6.0)
46
45
  nokogiri (>= 1.8.5)
47
- actionview (7.2.1.1)
48
- activesupport (= 7.2.1.1)
46
+ actionview (8.0.2)
47
+ activesupport (= 8.0.2)
49
48
  builder (~> 3.1)
50
49
  erubi (~> 1.11)
51
50
  rails-dom-testing (~> 2.2)
52
51
  rails-html-sanitizer (~> 1.6)
53
- activejob (7.2.1.1)
54
- activesupport (= 7.2.1.1)
52
+ activejob (8.0.2)
53
+ activesupport (= 8.0.2)
55
54
  globalid (>= 0.3.6)
56
- activemodel (7.2.1.1)
57
- activesupport (= 7.2.1.1)
58
- activerecord (7.2.1.1)
59
- activemodel (= 7.2.1.1)
60
- activesupport (= 7.2.1.1)
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)
61
60
  timeout (>= 0.4.0)
62
- activestorage (7.2.1.1)
63
- actionpack (= 7.2.1.1)
64
- activejob (= 7.2.1.1)
65
- activerecord (= 7.2.1.1)
66
- activesupport (= 7.2.1.1)
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)
67
66
  marcel (~> 1.0)
68
- activesupport (7.2.1.1)
67
+ activesupport (8.0.2)
69
68
  base64
69
+ benchmark (>= 0.3)
70
70
  bigdecimal
71
71
  concurrent-ruby (~> 1.0, >= 1.3.1)
72
72
  connection_pool (>= 2.2.5)
@@ -76,55 +76,57 @@ GEM
76
76
  minitest (>= 5.1)
77
77
  securerandom (>= 0.3)
78
78
  tzinfo (~> 2.0, >= 2.0.5)
79
+ uri (>= 0.13.1)
79
80
  appraisal (2.5.0)
80
81
  bundler
81
82
  rake
82
83
  thor (>= 0.14.0)
83
- ast (2.4.2)
84
- base64 (0.2.0)
84
+ ast (2.4.3)
85
+ base64 (0.3.0)
86
+ benchmark (0.4.1)
85
87
  benchmark-ips (2.14.0)
86
- bigdecimal (3.1.8)
88
+ bigdecimal (3.2.2)
87
89
  builder (3.3.0)
88
90
  combustion (1.5.0)
89
91
  activesupport (>= 3.0.0)
90
92
  railties (>= 3.0.0)
91
93
  thor (>= 0.14.6)
92
- concurrent-ruby (1.3.4)
93
- connection_pool (2.4.1)
94
+ concurrent-ruby (1.3.5)
95
+ connection_pool (2.5.3)
94
96
  crass (1.0.6)
95
- cuco (0.1.2)
97
+ cuco (0.1.3)
96
98
  listen
97
99
  micro-optparse
98
- date (3.3.4)
100
+ date (3.4.1)
99
101
  docile (1.4.1)
100
- drb (2.2.1)
101
- erubi (1.13.0)
102
- ffi (1.17.0-aarch64-linux-gnu)
103
- ffi (1.17.0-aarch64-linux-musl)
104
- ffi (1.17.0-arm-linux-gnu)
105
- ffi (1.17.0-arm-linux-musl)
106
- ffi (1.17.0-arm64-darwin)
107
- ffi (1.17.0-x86-linux-gnu)
108
- ffi (1.17.0-x86-linux-musl)
109
- ffi (1.17.0-x86_64-darwin)
110
- ffi (1.17.0-x86_64-linux-gnu)
111
- ffi (1.17.0-x86_64-linux-musl)
102
+ drb (2.2.3)
103
+ erb (5.0.1)
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)
112
113
  globalid (1.2.1)
113
114
  activesupport (>= 6.1)
114
- i18n (1.14.6)
115
+ i18n (1.14.7)
115
116
  concurrent-ruby (~> 1.0)
116
- io-console (0.7.2)
117
- irb (1.14.1)
117
+ io-console (0.8.0)
118
+ irb (1.15.2)
119
+ pp (>= 0.6.0)
118
120
  rdoc (>= 4.0.0)
119
121
  reline (>= 0.4.2)
120
- json (2.7.2)
121
- language_server-protocol (3.17.0.3)
122
+ json (2.12.2)
123
+ language_server-protocol (3.17.0.5)
122
124
  lint_roller (1.1.0)
123
125
  listen (3.9.0)
124
126
  rb-fsevent (~> 0.10, >= 0.10.3)
125
127
  rb-inotify (~> 0.9, >= 0.9.10)
126
- logger (1.6.1)
127
- loofah (2.22.0)
128
+ logger (1.7.0)
129
+ loofah (2.24.1)
128
130
  crass (~> 1.0.2)
129
131
  nokogiri (>= 1.12.0)
130
132
  mail (2.8.1)
@@ -135,153 +137,162 @@ GEM
135
137
  marcel (1.0.4)
136
138
  micro-optparse (1.2.1)
137
139
  mini_mime (1.1.5)
138
- minitest (5.25.1)
139
- net-imap (0.5.0)
140
+ minitest (5.25.5)
141
+ net-imap (0.5.8)
140
142
  date
141
143
  net-protocol
142
144
  net-pop (0.1.2)
143
145
  net-protocol
144
146
  net-protocol (0.2.2)
145
147
  timeout
146
- net-smtp (0.5.0)
148
+ net-smtp (0.5.1)
147
149
  net-protocol
148
- nio4r (2.7.3)
149
- nokogiri (1.16.7-aarch64-linux)
150
+ nio4r (2.7.4)
151
+ nokogiri (1.18.8-aarch64-linux-gnu)
152
+ racc (~> 1.4)
153
+ nokogiri (1.18.8-aarch64-linux-musl)
150
154
  racc (~> 1.4)
151
- nokogiri (1.16.7-arm-linux)
155
+ nokogiri (1.18.8-arm-linux-gnu)
152
156
  racc (~> 1.4)
153
- nokogiri (1.16.7-arm64-darwin)
157
+ nokogiri (1.18.8-arm-linux-musl)
154
158
  racc (~> 1.4)
155
- nokogiri (1.16.7-x86-linux)
159
+ nokogiri (1.18.8-arm64-darwin)
156
160
  racc (~> 1.4)
157
- nokogiri (1.16.7-x86_64-darwin)
161
+ nokogiri (1.18.8-x86_64-darwin)
158
162
  racc (~> 1.4)
159
- nokogiri (1.16.7-x86_64-linux)
163
+ nokogiri (1.18.8-x86_64-linux-gnu)
160
164
  racc (~> 1.4)
161
- parallel (1.26.3)
162
- parser (3.3.5.0)
165
+ nokogiri (1.18.8-x86_64-linux-musl)
166
+ racc (~> 1.4)
167
+ parallel (1.27.0)
168
+ parser (3.3.8.0)
163
169
  ast (~> 2.4.1)
164
170
  racc
165
- psych (5.1.2)
171
+ pp (0.6.2)
172
+ prettyprint
173
+ prettyprint (0.2.0)
174
+ prism (1.4.0)
175
+ psych (5.2.6)
176
+ date
166
177
  stringio
167
178
  racc (1.8.1)
168
- rack (3.1.8)
169
- rack-session (2.0.0)
179
+ rack (3.1.16)
180
+ rack-session (2.1.1)
181
+ base64 (>= 0.1.0)
170
182
  rack (>= 3.0.0)
171
- rack-test (2.1.0)
183
+ rack-test (2.2.0)
172
184
  rack (>= 1.3)
173
- rackup (2.1.0)
185
+ rackup (2.2.1)
174
186
  rack (>= 3)
175
- webrick (~> 1.8)
176
- rails (7.2.1.1)
177
- actioncable (= 7.2.1.1)
178
- actionmailbox (= 7.2.1.1)
179
- actionmailer (= 7.2.1.1)
180
- actionpack (= 7.2.1.1)
181
- actiontext (= 7.2.1.1)
182
- actionview (= 7.2.1.1)
183
- activejob (= 7.2.1.1)
184
- activemodel (= 7.2.1.1)
185
- activerecord (= 7.2.1.1)
186
- activestorage (= 7.2.1.1)
187
- activesupport (= 7.2.1.1)
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)
188
199
  bundler (>= 1.15.0)
189
- railties (= 7.2.1.1)
190
- rails-dom-testing (2.2.0)
200
+ railties (= 8.0.2)
201
+ rails-dom-testing (2.3.0)
191
202
  activesupport (>= 5.0.0)
192
203
  minitest
193
204
  nokogiri (>= 1.6)
194
- rails-html-sanitizer (1.6.0)
205
+ rails-html-sanitizer (1.6.2)
195
206
  loofah (~> 2.21)
196
- nokogiri (~> 1.14)
197
- railties (7.2.1.1)
198
- actionpack (= 7.2.1.1)
199
- activesupport (= 7.2.1.1)
207
+ 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)
200
211
  irb (~> 1.13)
201
212
  rackup (>= 1.0.0)
202
213
  rake (>= 12.2)
203
214
  thor (~> 1.0, >= 1.2.2)
204
215
  zeitwerk (~> 2.6)
205
216
  rainbow (3.1.1)
206
- rake (13.2.1)
217
+ rake (13.3.0)
207
218
  rb-fsevent (0.11.2)
208
219
  rb-inotify (0.11.1)
209
220
  ffi (~> 1.0)
210
- rdoc (6.7.0)
221
+ rdoc (6.14.1)
222
+ erb
211
223
  psych (>= 4.0.0)
212
- regexp_parser (2.9.2)
213
- reline (0.5.10)
224
+ regexp_parser (2.10.0)
225
+ reline (0.6.1)
214
226
  io-console (~> 0.5)
215
227
  ricecream (0.2.1)
216
- rubocop (1.66.1)
228
+ rubocop (1.75.8)
217
229
  json (~> 2.3)
218
- language_server-protocol (>= 3.17.0)
230
+ language_server-protocol (~> 3.17.0.2)
231
+ lint_roller (~> 1.1.0)
219
232
  parallel (~> 1.10)
220
233
  parser (>= 3.3.0.2)
221
234
  rainbow (>= 2.2.2, < 4.0)
222
- regexp_parser (>= 2.4, < 3.0)
223
- rubocop-ast (>= 1.32.2, < 2.0)
235
+ regexp_parser (>= 2.9.3, < 3.0)
236
+ rubocop-ast (>= 1.44.0, < 2.0)
224
237
  ruby-progressbar (~> 1.7)
225
- unicode-display_width (>= 2.4.0, < 3.0)
226
- rubocop-ast (1.32.3)
227
- parser (>= 3.3.1.0)
228
- rubocop-performance (1.22.1)
229
- rubocop (>= 1.48.1, < 2.0)
230
- rubocop-ast (>= 1.31.1, < 2.0)
238
+ unicode-display_width (>= 2.4.0, < 4.0)
239
+ rubocop-ast (1.45.1)
240
+ parser (>= 3.3.7.2)
241
+ prism (~> 1.4)
242
+ rubocop-performance (1.25.0)
243
+ lint_roller (~> 1.1)
244
+ rubocop (>= 1.75.0, < 2.0)
245
+ rubocop-ast (>= 1.38.0, < 2.0)
231
246
  ruby-progressbar (1.13.0)
232
- securerandom (0.3.1)
247
+ securerandom (0.4.1)
233
248
  simplecov (0.22.0)
234
249
  docile (~> 1.1)
235
250
  simplecov-html (~> 0.11)
236
251
  simplecov_json_formatter (~> 0.1)
237
252
  simplecov-html (0.13.1)
238
253
  simplecov_json_formatter (0.1.4)
239
- sqlite3 (2.1.0-aarch64-linux-gnu)
240
- sqlite3 (2.1.0-aarch64-linux-musl)
241
- sqlite3 (2.1.0-arm-linux-gnu)
242
- sqlite3 (2.1.0-arm-linux-musl)
243
- sqlite3 (2.1.0-arm64-darwin)
244
- sqlite3 (2.1.0-x86-linux-gnu)
245
- sqlite3 (2.1.0-x86-linux-musl)
246
- sqlite3 (2.1.0-x86_64-darwin)
247
- sqlite3 (2.1.0-x86_64-linux-gnu)
248
- sqlite3 (2.1.0-x86_64-linux-musl)
249
- standard (1.41.1)
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)
250
263
  language_server-protocol (~> 3.17.0.2)
251
264
  lint_roller (~> 1.0)
252
- rubocop (~> 1.66.0)
265
+ rubocop (~> 1.75.5)
253
266
  standard-custom (~> 1.0.0)
254
- standard-performance (~> 1.5)
267
+ standard-performance (~> 1.8)
255
268
  standard-custom (1.0.2)
256
269
  lint_roller (~> 1.0)
257
270
  rubocop (~> 1.50)
258
- standard-performance (1.5.0)
271
+ standard-performance (1.8.0)
259
272
  lint_roller (~> 1.1)
260
- rubocop-performance (~> 1.22.0)
261
- stringio (3.1.1)
273
+ rubocop-performance (~> 1.25.0)
274
+ stringio (3.1.7)
262
275
  thor (1.3.2)
263
- timeout (0.4.1)
276
+ timeout (0.4.3)
264
277
  tzinfo (2.0.6)
265
278
  concurrent-ruby (~> 1.0)
266
- unicode-display_width (2.6.0)
267
- useragent (0.16.10)
268
- webrick (1.8.2)
269
- websocket-driver (0.7.6)
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)
283
+ useragent (0.16.11)
284
+ websocket-driver (0.8.0)
285
+ base64
270
286
  websocket-extensions (>= 0.1.0)
271
287
  websocket-extensions (0.1.5)
272
- zeitwerk (2.7.1)
288
+ zeitwerk (2.7.3)
273
289
 
274
290
  PLATFORMS
275
- aarch64-linux
276
291
  aarch64-linux-gnu
277
292
  aarch64-linux-musl
278
- arm-linux
279
293
  arm-linux-gnu
280
294
  arm-linux-musl
281
295
  arm64-darwin
282
- x86-linux
283
- x86-linux-gnu
284
- x86-linux-musl
285
296
  x86_64-darwin
286
297
  x86_64-linux-gnu
287
298
  x86_64-linux-musl
@@ -300,4 +311,4 @@ DEPENDENCIES
300
311
  standard
301
312
 
302
313
  BUNDLED WITH
303
- 2.5.22
314
+ 2.6.7
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019-2024 Dittmar Krall (www.matiq.com)
1
+ Copyright (c) 2019-2025 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
@@ -1,10 +1,10 @@
1
1
  # ActWithFlags
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/act_with_flags.svg)](http://badge.fury.io/rb/act_with_flags)
4
- [![GEM Downloads](https://img.shields.io/gem/dt/act_with_flags?color=168AFE&logo=ruby&logoColor=FE1616)](https://rubygems.org/gems/act_with_flags)
5
- [![rake](https://github.com/matique/act_with_flags/actions/workflows/rake.yml/badge.svg)](https://github.com/matique/act_with_flags/actions/workflows/rake.yml)
6
- [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/standardrb/standard)
7
- [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)
3
+ [![Gem Version](https://img.shields.io/gem/v/act_with_flags?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/act_with_flags)
4
+ [![Downloads](https://img.shields.io/gem/dt/act_with_flags?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/act_with_flags)
5
+ [![GitHub Build](https://img.shields.io/github/actions/workflow/status/matique/act_with_flags/rake.yml?logo=github)](https://github.com/matique/act_with_flags/actions/workflows/rake.yml)
6
+ [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-168AFE.svg)](https://github.com/standardrb/standard)
7
+ [![MIT License](https://img.shields.io/badge/license-MIT-168AFE.svg)](http://choosealicense.com/licenses/mit/)
8
8
 
9
9
  A Rails gem required by key.matiq.
10
10
 
@@ -127,5 +127,5 @@ Further reading:
127
127
 
128
128
  ## Miscellaneous
129
129
 
130
- Copyright (c) 2019-2024 Dittmar Krall (www.matiq.com),
130
+ Copyright (c) 2019-2025 Dittmar Krall (www.matiq.com),
131
131
  released under the [MIT license](https://opensource.org/licenses/MIT).
@@ -17,6 +17,7 @@ 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
21
 
21
22
  s.add_development_dependency "appraisal", ">= 0"
22
23
  s.add_development_dependency "combustion", ">= 0"
@@ -1,7 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActWithFlags
4
- VERSION = "3.1.9" # 2024-10-20
4
+ VERSION = "3.1.10" # 2025-06-19
5
+ # VERSION = "3.1.9" # 2024-10-20
5
6
  # VERSION = "3.1.5" # 2023-12-11
6
7
  # VERSION = "3.1.3" # 2023-04-18
7
8
  # VERSION = "3.1.2" # 2022-12-12
@@ -57,9 +57,6 @@ end
57
57
  class BenchFoo < Minitest::Benchmark
58
58
  def bench_order_blocked
59
59
  return unless ENV["MORE"]
60
-
61
- n = 1_000_000
62
- n = 100_000
63
60
  n = 10_000
64
61
  Order.add_to_flags :blocked2
65
62
  order = Order.new
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: act_with_flags
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.9
4
+ version: 3.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: appraisal
@@ -118,23 +117,21 @@ licenses:
118
117
  - MIT
119
118
  metadata:
120
119
  source_code_uri: https://github.com/matique/act_with_flags
121
- post_install_message:
122
120
  rdoc_options: []
123
121
  require_paths:
124
122
  - lib
125
123
  required_ruby_version: !ruby/object:Gem::Requirement
126
124
  requirements:
127
- - - ">="
125
+ - - "~>"
128
126
  - !ruby/object:Gem::Version
129
- version: '0'
127
+ version: '3'
130
128
  required_rubygems_version: !ruby/object:Gem::Requirement
131
129
  requirements:
132
130
  - - ">="
133
131
  - !ruby/object:Gem::Version
134
132
  version: '0'
135
133
  requirements: []
136
- rubygems_version: 3.5.20
137
- signing_key:
134
+ rubygems_version: 3.6.7
138
135
  specification_version: 4
139
136
  summary: act_with_flags gem
140
137
  test_files: []