act_with_flags 3.1.9 → 3.2.0
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/.github/workflows/rake.yml +2 -7
- data/.gitignore +4 -5
- data/.ruby-gemset +1 -1
- data/.ruby-version +1 -1
- data/Gemfile +1 -0
- data/Gemfile.lock +293 -156
- data/MIT-LICENSE +1 -1
- data/README.md +6 -6
- data/act_with_flags.gemspec +3 -3
- data/lib/act_with_flags/admin.rb +0 -2
- data/lib/act_with_flags/clear.rb +0 -2
- data/lib/act_with_flags/define.rb +0 -2
- data/lib/act_with_flags/flags.rb +0 -2
- data/lib/act_with_flags/print.rb +0 -2
- data/lib/act_with_flags/utils.rb +0 -2
- data/lib/act_with_flags/version.rb +3 -3
- data/lib/act_with_flags.rb +0 -2
- data/test/benchmark_test.rb +1 -4
- metadata +4 -24
- data/Appraisals +0 -23
- data/gemfiles/rails_7.1.gemfile +0 -16
- data/gemfiles/rails_7.2.gemfile +0 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2788bc41546950165d6db762ccc1380a7a4205e41fa38ef38ced2585793cf1f1
|
|
4
|
+
data.tar.gz: 29aeec53a14ed156538321e6f31e1aaade030aecf29f063ad1e6bad038bc62a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcde50a07c0ceacfd39513bd4199bce1c017ed2118206b508f6a978b1d36c1e72621341d70949bccc5a8efc4e82c47e56bcb5cd45653ad1d0d07741ca12c830e
|
|
7
|
+
data.tar.gz: 9b936065bbdc24d43765d8c9f8de0fdfb2b532bfa691218854ac963c4b4b4fe95ada4ca4fd691683285e937c12c5ae92730601572650ad29d5b05fe630759fbc
|
data/.github/workflows/rake.yml
CHANGED
|
@@ -8,11 +8,7 @@ jobs:
|
|
|
8
8
|
strategy:
|
|
9
9
|
fail-fast: false
|
|
10
10
|
matrix:
|
|
11
|
-
ruby_version: ["3.
|
|
12
|
-
gemfile:
|
|
13
|
-
- Gemfile
|
|
14
|
-
- gemfiles/Gemfile.rails-7.2
|
|
15
|
-
- gemfiles/Gemfile.rails-7.1
|
|
11
|
+
ruby_version: [head, "3.4", "3.2"]
|
|
16
12
|
runs-on: ubuntu-latest
|
|
17
13
|
|
|
18
14
|
steps:
|
|
@@ -21,12 +17,11 @@ jobs:
|
|
|
21
17
|
uses: ruby/setup-ruby@v1
|
|
22
18
|
with:
|
|
23
19
|
ruby-version: ${{ matrix.ruby_version }}
|
|
24
|
-
bundler-cache: true
|
|
25
20
|
- name: Bundle install
|
|
26
21
|
run: |
|
|
27
22
|
bundle config set frozen false
|
|
28
23
|
bundle config path /home/runner/bundle
|
|
29
24
|
bundle install
|
|
30
25
|
bundle update
|
|
31
|
-
- name:
|
|
26
|
+
- name: Run the default task
|
|
32
27
|
run: bundle exec rake
|
data/.gitignore
CHANGED
data/.ruby-gemset
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
rails-
|
|
1
|
+
rails-8.1
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-
|
|
1
|
+
ruby-4.0.0
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,294 +1,310 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
act_with_flags (3.
|
|
4
|
+
act_with_flags (3.2.0)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
action_text-trix (2.1.16)
|
|
10
|
+
railties
|
|
11
|
+
actioncable (8.1.1)
|
|
12
|
+
actionpack (= 8.1.1)
|
|
13
|
+
activesupport (= 8.1.1)
|
|
12
14
|
nio4r (~> 2.0)
|
|
13
15
|
websocket-driver (>= 0.6.1)
|
|
14
16
|
zeitwerk (~> 2.6)
|
|
15
|
-
actionmailbox (
|
|
16
|
-
actionpack (=
|
|
17
|
-
activejob (=
|
|
18
|
-
activerecord (=
|
|
19
|
-
activestorage (=
|
|
20
|
-
activesupport (=
|
|
17
|
+
actionmailbox (8.1.1)
|
|
18
|
+
actionpack (= 8.1.1)
|
|
19
|
+
activejob (= 8.1.1)
|
|
20
|
+
activerecord (= 8.1.1)
|
|
21
|
+
activestorage (= 8.1.1)
|
|
22
|
+
activesupport (= 8.1.1)
|
|
21
23
|
mail (>= 2.8.0)
|
|
22
|
-
actionmailer (
|
|
23
|
-
actionpack (=
|
|
24
|
-
actionview (=
|
|
25
|
-
activejob (=
|
|
26
|
-
activesupport (=
|
|
24
|
+
actionmailer (8.1.1)
|
|
25
|
+
actionpack (= 8.1.1)
|
|
26
|
+
actionview (= 8.1.1)
|
|
27
|
+
activejob (= 8.1.1)
|
|
28
|
+
activesupport (= 8.1.1)
|
|
27
29
|
mail (>= 2.8.0)
|
|
28
30
|
rails-dom-testing (~> 2.2)
|
|
29
|
-
actionpack (
|
|
30
|
-
actionview (=
|
|
31
|
-
activesupport (=
|
|
31
|
+
actionpack (8.1.1)
|
|
32
|
+
actionview (= 8.1.1)
|
|
33
|
+
activesupport (= 8.1.1)
|
|
32
34
|
nokogiri (>= 1.8.5)
|
|
33
|
-
|
|
34
|
-
rack (>= 2.2.4, < 3.2)
|
|
35
|
+
rack (>= 2.2.4)
|
|
35
36
|
rack-session (>= 1.0.1)
|
|
36
37
|
rack-test (>= 0.6.3)
|
|
37
38
|
rails-dom-testing (~> 2.2)
|
|
38
39
|
rails-html-sanitizer (~> 1.6)
|
|
39
40
|
useragent (~> 0.16)
|
|
40
|
-
actiontext (
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
actiontext (8.1.1)
|
|
42
|
+
action_text-trix (~> 2.1.15)
|
|
43
|
+
actionpack (= 8.1.1)
|
|
44
|
+
activerecord (= 8.1.1)
|
|
45
|
+
activestorage (= 8.1.1)
|
|
46
|
+
activesupport (= 8.1.1)
|
|
45
47
|
globalid (>= 0.6.0)
|
|
46
48
|
nokogiri (>= 1.8.5)
|
|
47
|
-
actionview (
|
|
48
|
-
activesupport (=
|
|
49
|
+
actionview (8.1.1)
|
|
50
|
+
activesupport (= 8.1.1)
|
|
49
51
|
builder (~> 3.1)
|
|
50
52
|
erubi (~> 1.11)
|
|
51
53
|
rails-dom-testing (~> 2.2)
|
|
52
54
|
rails-html-sanitizer (~> 1.6)
|
|
53
|
-
activejob (
|
|
54
|
-
activesupport (=
|
|
55
|
+
activejob (8.1.1)
|
|
56
|
+
activesupport (= 8.1.1)
|
|
55
57
|
globalid (>= 0.3.6)
|
|
56
|
-
activemodel (
|
|
57
|
-
activesupport (=
|
|
58
|
-
activerecord (
|
|
59
|
-
activemodel (=
|
|
60
|
-
activesupport (=
|
|
58
|
+
activemodel (8.1.1)
|
|
59
|
+
activesupport (= 8.1.1)
|
|
60
|
+
activerecord (8.1.1)
|
|
61
|
+
activemodel (= 8.1.1)
|
|
62
|
+
activesupport (= 8.1.1)
|
|
61
63
|
timeout (>= 0.4.0)
|
|
62
|
-
activestorage (
|
|
63
|
-
actionpack (=
|
|
64
|
-
activejob (=
|
|
65
|
-
activerecord (=
|
|
66
|
-
activesupport (=
|
|
64
|
+
activestorage (8.1.1)
|
|
65
|
+
actionpack (= 8.1.1)
|
|
66
|
+
activejob (= 8.1.1)
|
|
67
|
+
activerecord (= 8.1.1)
|
|
68
|
+
activesupport (= 8.1.1)
|
|
67
69
|
marcel (~> 1.0)
|
|
68
|
-
activesupport (
|
|
70
|
+
activesupport (8.1.1)
|
|
69
71
|
base64
|
|
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
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
ast (2.4.2)
|
|
84
|
-
base64 (0.2.0)
|
|
82
|
+
uri (>= 0.13.1)
|
|
83
|
+
ast (2.4.3)
|
|
84
|
+
base64 (0.3.0)
|
|
85
|
+
benchmark (0.5.0)
|
|
85
86
|
benchmark-ips (2.14.0)
|
|
86
|
-
bigdecimal (
|
|
87
|
+
bigdecimal (4.0.1)
|
|
87
88
|
builder (3.3.0)
|
|
88
89
|
combustion (1.5.0)
|
|
89
90
|
activesupport (>= 3.0.0)
|
|
90
91
|
railties (>= 3.0.0)
|
|
91
92
|
thor (>= 0.14.6)
|
|
92
|
-
concurrent-ruby (1.3.
|
|
93
|
-
connection_pool (
|
|
93
|
+
concurrent-ruby (1.3.6)
|
|
94
|
+
connection_pool (3.0.2)
|
|
94
95
|
crass (1.0.6)
|
|
95
|
-
cuco (0.1.
|
|
96
|
+
cuco (0.1.6)
|
|
96
97
|
listen
|
|
98
|
+
logger
|
|
97
99
|
micro-optparse
|
|
98
|
-
date (3.
|
|
100
|
+
date (3.5.1)
|
|
99
101
|
docile (1.4.1)
|
|
100
|
-
drb (2.2.
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
ffi (1.17.
|
|
104
|
-
ffi (1.17.
|
|
105
|
-
ffi (1.17.
|
|
106
|
-
ffi (1.17.
|
|
107
|
-
ffi (1.17.
|
|
108
|
-
ffi (1.17.
|
|
109
|
-
ffi (1.17.
|
|
110
|
-
ffi (1.17.
|
|
111
|
-
|
|
112
|
-
globalid (1.2.1)
|
|
102
|
+
drb (2.2.3)
|
|
103
|
+
erb (6.0.1)
|
|
104
|
+
erubi (1.13.1)
|
|
105
|
+
ffi (1.17.3-aarch64-linux-gnu)
|
|
106
|
+
ffi (1.17.3-aarch64-linux-musl)
|
|
107
|
+
ffi (1.17.3-arm-linux-gnu)
|
|
108
|
+
ffi (1.17.3-arm-linux-musl)
|
|
109
|
+
ffi (1.17.3-arm64-darwin)
|
|
110
|
+
ffi (1.17.3-x86_64-darwin)
|
|
111
|
+
ffi (1.17.3-x86_64-linux-gnu)
|
|
112
|
+
ffi (1.17.3-x86_64-linux-musl)
|
|
113
|
+
globalid (1.3.0)
|
|
113
114
|
activesupport (>= 6.1)
|
|
114
|
-
i18n (1.14.
|
|
115
|
+
i18n (1.14.8)
|
|
115
116
|
concurrent-ruby (~> 1.0)
|
|
116
|
-
io-console (0.
|
|
117
|
-
irb (1.
|
|
117
|
+
io-console (0.8.2)
|
|
118
|
+
irb (1.16.0)
|
|
119
|
+
pp (>= 0.6.0)
|
|
118
120
|
rdoc (>= 4.0.0)
|
|
119
121
|
reline (>= 0.4.2)
|
|
120
|
-
json (2.
|
|
121
|
-
language_server-protocol (3.17.0.
|
|
122
|
+
json (2.18.0)
|
|
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.
|
|
127
|
-
loofah (2.
|
|
128
|
+
logger (1.7.0)
|
|
129
|
+
loofah (2.25.0)
|
|
128
130
|
crass (~> 1.0.2)
|
|
129
131
|
nokogiri (>= 1.12.0)
|
|
130
|
-
mail (2.
|
|
132
|
+
mail (2.9.0)
|
|
133
|
+
logger
|
|
131
134
|
mini_mime (>= 0.1.1)
|
|
132
135
|
net-imap
|
|
133
136
|
net-pop
|
|
134
137
|
net-smtp
|
|
135
|
-
marcel (1.0
|
|
138
|
+
marcel (1.1.0)
|
|
136
139
|
micro-optparse (1.2.1)
|
|
137
140
|
mini_mime (1.1.5)
|
|
138
|
-
minitest (
|
|
139
|
-
|
|
141
|
+
minitest (6.0.1)
|
|
142
|
+
prism (~> 1.5)
|
|
143
|
+
net-imap (0.6.2)
|
|
140
144
|
date
|
|
141
145
|
net-protocol
|
|
142
146
|
net-pop (0.1.2)
|
|
143
147
|
net-protocol
|
|
144
148
|
net-protocol (0.2.2)
|
|
145
149
|
timeout
|
|
146
|
-
net-smtp (0.5.
|
|
150
|
+
net-smtp (0.5.1)
|
|
147
151
|
net-protocol
|
|
148
|
-
nio4r (2.7.
|
|
149
|
-
nokogiri (1.
|
|
152
|
+
nio4r (2.7.5)
|
|
153
|
+
nokogiri (1.19.0-aarch64-linux-gnu)
|
|
154
|
+
racc (~> 1.4)
|
|
155
|
+
nokogiri (1.19.0-aarch64-linux-musl)
|
|
150
156
|
racc (~> 1.4)
|
|
151
|
-
nokogiri (1.
|
|
157
|
+
nokogiri (1.19.0-arm-linux-gnu)
|
|
152
158
|
racc (~> 1.4)
|
|
153
|
-
nokogiri (1.
|
|
159
|
+
nokogiri (1.19.0-arm-linux-musl)
|
|
154
160
|
racc (~> 1.4)
|
|
155
|
-
nokogiri (1.
|
|
161
|
+
nokogiri (1.19.0-arm64-darwin)
|
|
156
162
|
racc (~> 1.4)
|
|
157
|
-
nokogiri (1.
|
|
163
|
+
nokogiri (1.19.0-x86_64-darwin)
|
|
158
164
|
racc (~> 1.4)
|
|
159
|
-
nokogiri (1.
|
|
165
|
+
nokogiri (1.19.0-x86_64-linux-gnu)
|
|
160
166
|
racc (~> 1.4)
|
|
161
|
-
|
|
162
|
-
|
|
167
|
+
nokogiri (1.19.0-x86_64-linux-musl)
|
|
168
|
+
racc (~> 1.4)
|
|
169
|
+
parallel (1.27.0)
|
|
170
|
+
parser (3.3.10.0)
|
|
163
171
|
ast (~> 2.4.1)
|
|
164
172
|
racc
|
|
165
|
-
|
|
173
|
+
pp (0.6.3)
|
|
174
|
+
prettyprint
|
|
175
|
+
prettyprint (0.2.0)
|
|
176
|
+
prism (1.7.0)
|
|
177
|
+
psych (5.3.1)
|
|
178
|
+
date
|
|
166
179
|
stringio
|
|
167
180
|
racc (1.8.1)
|
|
168
|
-
rack (3.
|
|
169
|
-
rack-session (2.
|
|
181
|
+
rack (3.2.4)
|
|
182
|
+
rack-session (2.1.1)
|
|
183
|
+
base64 (>= 0.1.0)
|
|
170
184
|
rack (>= 3.0.0)
|
|
171
|
-
rack-test (2.
|
|
185
|
+
rack-test (2.2.0)
|
|
172
186
|
rack (>= 1.3)
|
|
173
|
-
rackup (2.1
|
|
187
|
+
rackup (2.3.1)
|
|
174
188
|
rack (>= 3)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
activesupport (= 7.2.1.1)
|
|
189
|
+
rails (8.1.1)
|
|
190
|
+
actioncable (= 8.1.1)
|
|
191
|
+
actionmailbox (= 8.1.1)
|
|
192
|
+
actionmailer (= 8.1.1)
|
|
193
|
+
actionpack (= 8.1.1)
|
|
194
|
+
actiontext (= 8.1.1)
|
|
195
|
+
actionview (= 8.1.1)
|
|
196
|
+
activejob (= 8.1.1)
|
|
197
|
+
activemodel (= 8.1.1)
|
|
198
|
+
activerecord (= 8.1.1)
|
|
199
|
+
activestorage (= 8.1.1)
|
|
200
|
+
activesupport (= 8.1.1)
|
|
188
201
|
bundler (>= 1.15.0)
|
|
189
|
-
railties (=
|
|
190
|
-
rails-dom-testing (2.
|
|
202
|
+
railties (= 8.1.1)
|
|
203
|
+
rails-dom-testing (2.3.0)
|
|
191
204
|
activesupport (>= 5.0.0)
|
|
192
205
|
minitest
|
|
193
206
|
nokogiri (>= 1.6)
|
|
194
|
-
rails-html-sanitizer (1.6.
|
|
207
|
+
rails-html-sanitizer (1.6.2)
|
|
195
208
|
loofah (~> 2.21)
|
|
196
|
-
nokogiri (
|
|
197
|
-
railties (
|
|
198
|
-
actionpack (=
|
|
199
|
-
activesupport (=
|
|
209
|
+
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)
|
|
210
|
+
railties (8.1.1)
|
|
211
|
+
actionpack (= 8.1.1)
|
|
212
|
+
activesupport (= 8.1.1)
|
|
200
213
|
irb (~> 1.13)
|
|
201
214
|
rackup (>= 1.0.0)
|
|
202
215
|
rake (>= 12.2)
|
|
203
216
|
thor (~> 1.0, >= 1.2.2)
|
|
217
|
+
tsort (>= 0.2)
|
|
204
218
|
zeitwerk (~> 2.6)
|
|
205
219
|
rainbow (3.1.1)
|
|
206
|
-
rake (13.
|
|
220
|
+
rake (13.3.1)
|
|
207
221
|
rb-fsevent (0.11.2)
|
|
208
222
|
rb-inotify (0.11.1)
|
|
209
223
|
ffi (~> 1.0)
|
|
210
|
-
rdoc (
|
|
224
|
+
rdoc (7.0.3)
|
|
225
|
+
erb
|
|
211
226
|
psych (>= 4.0.0)
|
|
212
|
-
|
|
213
|
-
|
|
227
|
+
tsort
|
|
228
|
+
regexp_parser (2.11.3)
|
|
229
|
+
reline (0.6.3)
|
|
214
230
|
io-console (~> 0.5)
|
|
215
231
|
ricecream (0.2.1)
|
|
216
|
-
rubocop (1.
|
|
232
|
+
rubocop (1.81.7)
|
|
217
233
|
json (~> 2.3)
|
|
218
|
-
language_server-protocol (
|
|
234
|
+
language_server-protocol (~> 3.17.0.2)
|
|
235
|
+
lint_roller (~> 1.1.0)
|
|
219
236
|
parallel (~> 1.10)
|
|
220
237
|
parser (>= 3.3.0.2)
|
|
221
238
|
rainbow (>= 2.2.2, < 4.0)
|
|
222
|
-
regexp_parser (>= 2.
|
|
223
|
-
rubocop-ast (>= 1.
|
|
239
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
240
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
224
241
|
ruby-progressbar (~> 1.7)
|
|
225
|
-
unicode-display_width (>= 2.4.0, <
|
|
226
|
-
rubocop-ast (1.
|
|
227
|
-
parser (>= 3.3.
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
242
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
243
|
+
rubocop-ast (1.49.0)
|
|
244
|
+
parser (>= 3.3.7.2)
|
|
245
|
+
prism (~> 1.7)
|
|
246
|
+
rubocop-performance (1.26.1)
|
|
247
|
+
lint_roller (~> 1.1)
|
|
248
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
249
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
231
250
|
ruby-progressbar (1.13.0)
|
|
232
|
-
securerandom (0.
|
|
251
|
+
securerandom (0.4.1)
|
|
233
252
|
simplecov (0.22.0)
|
|
234
253
|
docile (~> 1.1)
|
|
235
254
|
simplecov-html (~> 0.11)
|
|
236
255
|
simplecov_json_formatter (~> 0.1)
|
|
237
|
-
simplecov-html (0.13.
|
|
256
|
+
simplecov-html (0.13.2)
|
|
238
257
|
simplecov_json_formatter (0.1.4)
|
|
239
|
-
sqlite3 (2.
|
|
240
|
-
sqlite3 (2.
|
|
241
|
-
sqlite3 (2.
|
|
242
|
-
sqlite3 (2.
|
|
243
|
-
sqlite3 (2.
|
|
244
|
-
sqlite3 (2.
|
|
245
|
-
sqlite3 (2.
|
|
246
|
-
sqlite3 (2.
|
|
247
|
-
|
|
248
|
-
sqlite3 (2.1.0-x86_64-linux-musl)
|
|
249
|
-
standard (1.41.1)
|
|
258
|
+
sqlite3 (2.9.0-aarch64-linux-gnu)
|
|
259
|
+
sqlite3 (2.9.0-aarch64-linux-musl)
|
|
260
|
+
sqlite3 (2.9.0-arm-linux-gnu)
|
|
261
|
+
sqlite3 (2.9.0-arm-linux-musl)
|
|
262
|
+
sqlite3 (2.9.0-arm64-darwin)
|
|
263
|
+
sqlite3 (2.9.0-x86_64-darwin)
|
|
264
|
+
sqlite3 (2.9.0-x86_64-linux-gnu)
|
|
265
|
+
sqlite3 (2.9.0-x86_64-linux-musl)
|
|
266
|
+
standard (1.52.0)
|
|
250
267
|
language_server-protocol (~> 3.17.0.2)
|
|
251
268
|
lint_roller (~> 1.0)
|
|
252
|
-
rubocop (~> 1.
|
|
269
|
+
rubocop (~> 1.81.7)
|
|
253
270
|
standard-custom (~> 1.0.0)
|
|
254
|
-
standard-performance (~> 1.
|
|
271
|
+
standard-performance (~> 1.8)
|
|
255
272
|
standard-custom (1.0.2)
|
|
256
273
|
lint_roller (~> 1.0)
|
|
257
274
|
rubocop (~> 1.50)
|
|
258
|
-
standard-performance (1.
|
|
275
|
+
standard-performance (1.9.0)
|
|
259
276
|
lint_roller (~> 1.1)
|
|
260
|
-
rubocop-performance (~> 1.
|
|
261
|
-
stringio (3.
|
|
262
|
-
thor (1.
|
|
263
|
-
timeout (0.
|
|
277
|
+
rubocop-performance (~> 1.26.0)
|
|
278
|
+
stringio (3.2.0)
|
|
279
|
+
thor (1.4.0)
|
|
280
|
+
timeout (0.6.0)
|
|
281
|
+
tsort (0.2.0)
|
|
264
282
|
tzinfo (2.0.6)
|
|
265
283
|
concurrent-ruby (~> 1.0)
|
|
266
|
-
unicode-display_width (2.
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
284
|
+
unicode-display_width (3.2.0)
|
|
285
|
+
unicode-emoji (~> 4.1)
|
|
286
|
+
unicode-emoji (4.2.0)
|
|
287
|
+
uri (1.1.1)
|
|
288
|
+
useragent (0.16.11)
|
|
289
|
+
websocket-driver (0.8.0)
|
|
290
|
+
base64
|
|
270
291
|
websocket-extensions (>= 0.1.0)
|
|
271
292
|
websocket-extensions (0.1.5)
|
|
272
|
-
zeitwerk (2.7.
|
|
293
|
+
zeitwerk (2.7.4)
|
|
273
294
|
|
|
274
295
|
PLATFORMS
|
|
275
|
-
aarch64-linux
|
|
276
296
|
aarch64-linux-gnu
|
|
277
297
|
aarch64-linux-musl
|
|
278
|
-
arm-linux
|
|
279
298
|
arm-linux-gnu
|
|
280
299
|
arm-linux-musl
|
|
281
300
|
arm64-darwin
|
|
282
|
-
x86-linux
|
|
283
|
-
x86-linux-gnu
|
|
284
|
-
x86-linux-musl
|
|
285
301
|
x86_64-darwin
|
|
286
302
|
x86_64-linux-gnu
|
|
287
303
|
x86_64-linux-musl
|
|
288
304
|
|
|
289
305
|
DEPENDENCIES
|
|
290
306
|
act_with_flags!
|
|
291
|
-
|
|
307
|
+
benchmark
|
|
292
308
|
benchmark-ips
|
|
293
309
|
combustion
|
|
294
310
|
cuco
|
|
@@ -299,5 +315,126 @@ DEPENDENCIES
|
|
|
299
315
|
sqlite3
|
|
300
316
|
standard
|
|
301
317
|
|
|
318
|
+
CHECKSUMS
|
|
319
|
+
act_with_flags (3.2.0)
|
|
320
|
+
action_text-trix (2.1.16) sha256=f645a2c21821b8449fd1d6770708f4031c91a2eedf9ef476e9be93c64e703a8a
|
|
321
|
+
actioncable (8.1.1) sha256=7262307e9693f09b299e281590110ce4b6ba7e4e4cee6da4b9d987eaf56f9139
|
|
322
|
+
actionmailbox (8.1.1) sha256=aa99703a9b2fa32c5a4a93bb21fef79e2935d8db4d1fd5ef0772847be5d43205
|
|
323
|
+
actionmailer (8.1.1) sha256=45755d7d4561363490ae82b17a5919bdef4dfe3bb400831819947c3a1d82afdf
|
|
324
|
+
actionpack (8.1.1) sha256=192e27c39a63c7d801ac7b6d50505f265e389516985eed9b2ee364896a6a06d7
|
|
325
|
+
actiontext (8.1.1) sha256=fd8d8da1e6bc0b04ff72fccfd127e78431238a99a82e736c7b52727c576a7640
|
|
326
|
+
actionview (8.1.1) sha256=ca480c8b099dea0862b0934f24182b84c2d29092e7dbf464fb3e6d4eb9b468dc
|
|
327
|
+
activejob (8.1.1) sha256=94f438a9f3b5a6b130fef53d8313f869dbd379309e7d639891bda36b12509383
|
|
328
|
+
activemodel (8.1.1) sha256=8b7e2496b9e333ced06248c16a43217b950192c98e0fe3aa117eee21501c6fbd
|
|
329
|
+
activerecord (8.1.1) sha256=e32c3a03e364fd803498eb4150c21bedc995aa83bc27122a94d480ab1dcb3d17
|
|
330
|
+
activestorage (8.1.1) sha256=bc01d8b4c55e309a0a2e218bfe502c382c9f232e28b1f4b0adc9d8719d2bf28d
|
|
331
|
+
activesupport (8.1.1) sha256=5e92534e8d0c8b8b5e6b16789c69dbea65c1d7b752269f71a39422e9546cea67
|
|
332
|
+
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
333
|
+
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
334
|
+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
335
|
+
benchmark-ips (2.14.0) sha256=b72bc8a65d525d5906f8cd94270dccf73452ee3257a32b89fbd6684d3e8a9b1d
|
|
336
|
+
bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
|
|
337
|
+
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
338
|
+
combustion (1.5.0) sha256=5e68cc8c2090ee06196a03e748276d1d63d4f63ed189888a23e1daa4fb79359a
|
|
339
|
+
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
|
|
340
|
+
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
341
|
+
crass (1.0.6) sha256=dc516022a56e7b3b156099abc81b6d2b08ea1ed12676ac7a5657617f012bd45d
|
|
342
|
+
cuco (0.1.6) sha256=c566f50099a20c41c2fa053697294b4200204d9ca5fac60e7190450c6ed66312
|
|
343
|
+
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
344
|
+
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
345
|
+
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
346
|
+
erb (6.0.1) sha256=28ecdd99c5472aebd5674d6061e3c6b0a45c049578b071e5a52c2a7f13c197e5
|
|
347
|
+
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
348
|
+
ffi (1.17.3-aarch64-linux-gnu) sha256=28ad573df26560f0aedd8a90c3371279a0b2bd0b4e834b16a2baa10bd7a97068
|
|
349
|
+
ffi (1.17.3-aarch64-linux-musl) sha256=020b33b76775b1abacc3b7d86b287cef3251f66d747092deec592c7f5df764b2
|
|
350
|
+
ffi (1.17.3-arm-linux-gnu) sha256=5bd4cea83b68b5ec0037f99c57d5ce2dd5aa438f35decc5ef68a7d085c785668
|
|
351
|
+
ffi (1.17.3-arm-linux-musl) sha256=0d7626bb96265f9af78afa33e267d71cfef9d9a8eb8f5525344f8da6c7d76053
|
|
352
|
+
ffi (1.17.3-arm64-darwin) sha256=0c690555d4cee17a7f07c04d59df39b2fba74ec440b19da1f685c6579bb0717f
|
|
353
|
+
ffi (1.17.3-x86_64-darwin) sha256=1f211811eb5cfaa25998322cdd92ab104bfbd26d1c4c08471599c511f2c00bb5
|
|
354
|
+
ffi (1.17.3-x86_64-linux-gnu) sha256=3746b01f677aae7b16dc1acb7cb3cc17b3e35bdae7676a3f568153fb0e2c887f
|
|
355
|
+
ffi (1.17.3-x86_64-linux-musl) sha256=086b221c3a68320b7564066f46fed23449a44f7a1935f1fe5a245bd89d9aea56
|
|
356
|
+
globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
|
|
357
|
+
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
358
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
359
|
+
irb (1.16.0) sha256=2abe56c9ac947cdcb2f150572904ba798c1e93c890c256f8429981a7675b0806
|
|
360
|
+
json (2.18.0) sha256=b10506aee4183f5cf49e0efc48073d7b75843ce3782c68dbeb763351c08fd505
|
|
361
|
+
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
362
|
+
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
363
|
+
listen (3.9.0) sha256=db9e4424e0e5834480385197c139cb6b0ae0ef28cc13310cfd1ca78377d59c67
|
|
364
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
365
|
+
loofah (2.25.0) sha256=df5ed7ac3bac6a4ec802df3877ee5cc86d027299f8952e6243b3dac446b060e6
|
|
366
|
+
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
|
|
367
|
+
marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
|
|
368
|
+
micro-optparse (1.2.1) sha256=b9cc0e2b4987776ca78dcbf59ce72c2bf6fd805fe56a0f4a94f9a2b0c68044e4
|
|
369
|
+
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
370
|
+
minitest (6.0.1) sha256=7854c74f48e2e975969062833adc4013f249a4b212f5e7b9d5c040bf838d54bb
|
|
371
|
+
net-imap (0.6.2) sha256=08caacad486853c61676cca0c0c47df93db02abc4a8239a8b67eb0981428acc6
|
|
372
|
+
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
373
|
+
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
374
|
+
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
375
|
+
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
376
|
+
nokogiri (1.19.0-aarch64-linux-gnu) sha256=11a97ecc3c0e7e5edcf395720b10860ef493b768f6aa80c539573530bc933767
|
|
377
|
+
nokogiri (1.19.0-aarch64-linux-musl) sha256=eb70507f5e01bc23dad9b8dbec2b36ad0e61d227b42d292835020ff754fb7ba9
|
|
378
|
+
nokogiri (1.19.0-arm-linux-gnu) sha256=572a259026b2c8b7c161fdb6469fa2d0edd2b61cd599db4bbda93289abefbfe5
|
|
379
|
+
nokogiri (1.19.0-arm-linux-musl) sha256=23ed90922f1a38aed555d3de4d058e90850c731c5b756d191b3dc8055948e73c
|
|
380
|
+
nokogiri (1.19.0-arm64-darwin) sha256=0811dfd936d5f6dd3f6d32ef790568bf29b2b7bead9ba68866847b33c9cf5810
|
|
381
|
+
nokogiri (1.19.0-x86_64-darwin) sha256=1dad56220b603a8edb9750cd95798bffa2b8dd9dd9aa47f664009ee5b43e3067
|
|
382
|
+
nokogiri (1.19.0-x86_64-linux-gnu) sha256=f482b95c713d60031d48c44ce14562f8d2ce31e3a9e8dd0ccb131e9e5a68b58c
|
|
383
|
+
nokogiri (1.19.0-x86_64-linux-musl) sha256=1c4ca6b381622420073ce6043443af1d321e8ed93cc18b08e2666e5bd02ffae4
|
|
384
|
+
parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
|
|
385
|
+
parser (3.3.10.0) sha256=ce3587fa5cc55a88c4ba5b2b37621b3329aadf5728f9eafa36bbd121462aabd6
|
|
386
|
+
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
|
|
387
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
388
|
+
prism (1.7.0) sha256=10062f734bf7985c8424c44fac382ac04a58124ea3d220ec3ba9fe4f2da65103
|
|
389
|
+
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
390
|
+
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
391
|
+
rack (3.2.4) sha256=5d74b6f75082a643f43c1e76b419c40f0e5527fcfee1e669ac1e6b73c0ccb6f6
|
|
392
|
+
rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
|
|
393
|
+
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
394
|
+
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
395
|
+
rails (8.1.1) sha256=877509b7aef309239978685883097d2c03e21383a50a3f78882cf9b3b5c136f7
|
|
396
|
+
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
397
|
+
rails-html-sanitizer (1.6.2) sha256=35fce2ca8242da8775c83b6ba9c1bcaad6751d9eb73c1abaa8403475ab89a560
|
|
398
|
+
railties (8.1.1) sha256=fb0c7038b147bea41bf6697fa443ff1c5c47d3bb1eedd9ecf1bceeb90efcb868
|
|
399
|
+
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
400
|
+
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
|
|
401
|
+
rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
|
|
402
|
+
rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
|
|
403
|
+
rdoc (7.0.3) sha256=dfe3d0981d19b7bba71d9dbaeb57c9f4e3a7a4103162148a559c4fc687ea81f9
|
|
404
|
+
regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
|
|
405
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
406
|
+
ricecream (0.2.1) sha256=d32d7781d554d1e1ec44325cabeb22f604a74c563c08d2cfe82f4e2e2bb3ac93
|
|
407
|
+
rubocop (1.81.7) sha256=6fb5cc298c731691e2a414fe0041a13eb1beed7bab23aec131da1bcc527af094
|
|
408
|
+
rubocop-ast (1.49.0) sha256=49c3676d3123a0923d333e20c6c2dbaaae2d2287b475273fddee0c61da9f71fd
|
|
409
|
+
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
410
|
+
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
411
|
+
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
412
|
+
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
413
|
+
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
414
|
+
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
415
|
+
sqlite3 (2.9.0-aarch64-linux-gnu) sha256=cfe1e0216f46d7483839719bf827129151e6c680317b99d7b8fc1597a3e13473
|
|
416
|
+
sqlite3 (2.9.0-aarch64-linux-musl) sha256=56a35cb2d70779afc2ac191baf2c2148242285ecfed72f9b021218c5c4917913
|
|
417
|
+
sqlite3 (2.9.0-arm-linux-gnu) sha256=a19a21504b0d7c8c825fbbf37b358ae316b6bd0d0134c619874060b2eef05435
|
|
418
|
+
sqlite3 (2.9.0-arm-linux-musl) sha256=fca5b26197c70e3363115d3faaea34d7b2ad9c7f5fa8d8312e31b64e7556ee07
|
|
419
|
+
sqlite3 (2.9.0-arm64-darwin) sha256=a917bd9b84285766ff3300b7d79cd583f5a067594c8c1263e6441618c04a6ed3
|
|
420
|
+
sqlite3 (2.9.0-x86_64-darwin) sha256=59fe51baa3cb33c36d27ce78b4ed9360cd33ccca09498c2ae63850c97c0a6026
|
|
421
|
+
sqlite3 (2.9.0-x86_64-linux-gnu) sha256=72fff9bd750070ba3af695511ba5f0e0a2d8a9206f84869640b3e99dfaf3d5a5
|
|
422
|
+
sqlite3 (2.9.0-x86_64-linux-musl) sha256=ef716ba7a66d7deb1ccc402ac3a6d7343da17fac862793b7f0be3d2917253c90
|
|
423
|
+
standard (1.52.0) sha256=ec050e63228e31fabe40da3ef96da7edda476f7acdf3e7c2ad47b6e153f6a076
|
|
424
|
+
standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
|
|
425
|
+
standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
|
|
426
|
+
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
427
|
+
thor (1.4.0) sha256=8763e822ccb0f1d7bee88cde131b19a65606657b847cc7b7b4b82e772bcd8a3d
|
|
428
|
+
timeout (0.6.0) sha256=6d722ad619f96ee383a0c557ec6eb8c4ecb08af3af62098a0be5057bf00de1af
|
|
429
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
430
|
+
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
431
|
+
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
432
|
+
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
|
|
433
|
+
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
434
|
+
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
|
|
435
|
+
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
|
|
436
|
+
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
437
|
+
zeitwerk (2.7.4) sha256=2bef90f356bdafe9a6c2bd32bcd804f83a4f9b8bc27f3600fff051eb3edcec8b
|
|
438
|
+
|
|
302
439
|
BUNDLED WITH
|
|
303
|
-
|
|
440
|
+
4.0.3
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# ActWithFlags
|
|
2
2
|
|
|
3
|
-
[](https://rubygems.org/gems/act_with_flags)
|
|
4
|
+
[](https://rubygems.org/gems/act_with_flags)
|
|
5
|
+
[](https://github.com/matique/act_with_flags/actions/workflows/rake.yml)
|
|
6
|
+
[](https://github.com/standardrb/standard)
|
|
7
|
+
[](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-
|
|
130
|
+
Copyright (c) 2019-2026 Dittmar Krall (www.matiq.com),
|
|
131
131
|
released under the [MIT license](https://opensource.org/licenses/MIT).
|
data/act_with_flags.gemspec
CHANGED
|
@@ -17,8 +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
21
|
|
|
21
|
-
s.add_development_dependency "
|
|
22
|
-
s.add_development_dependency "
|
|
23
|
-
s.add_development_dependency "minitest", ">= 0"
|
|
22
|
+
s.add_development_dependency "combustion"
|
|
23
|
+
s.add_development_dependency "minitest"
|
|
24
24
|
end
|
data/lib/act_with_flags/admin.rb
CHANGED
data/lib/act_with_flags/clear.rb
CHANGED
data/lib/act_with_flags/flags.rb
CHANGED
data/lib/act_with_flags/print.rb
CHANGED
data/lib/act_with_flags/utils.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
1
|
module ActWithFlags
|
|
4
|
-
VERSION = "3.
|
|
2
|
+
VERSION = "3.2.0" # 2026-01-02
|
|
3
|
+
# VERSION = "3.1.10" # 2025-06-19
|
|
4
|
+
# VERSION = "3.1.9" # 2024-10-20
|
|
5
5
|
# VERSION = "3.1.5" # 2023-12-11
|
|
6
6
|
# VERSION = "3.1.3" # 2023-04-18
|
|
7
7
|
# VERSION = "3.1.2" # 2022-12-12
|
data/lib/act_with_flags.rb
CHANGED
data/test/benchmark_test.rb
CHANGED
|
@@ -55,11 +55,8 @@ describe "Internal timings mask" do
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
class BenchFoo < Minitest::Benchmark
|
|
58
|
-
def
|
|
58
|
+
def bbench_order_blocked # bench_... fails
|
|
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,29 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: act_with_flags
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dittmar Krall
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: appraisal
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - ">="
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0'
|
|
20
|
-
type: :development
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - ">="
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0'
|
|
27
12
|
- !ruby/object:Gem::Dependency
|
|
28
13
|
name: combustion
|
|
29
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -63,15 +48,12 @@ files:
|
|
|
63
48
|
- ".gitignore"
|
|
64
49
|
- ".ruby-gemset"
|
|
65
50
|
- ".ruby-version"
|
|
66
|
-
- Appraisals
|
|
67
51
|
- Gemfile
|
|
68
52
|
- Gemfile.lock
|
|
69
53
|
- MIT-LICENSE
|
|
70
54
|
- README.md
|
|
71
55
|
- Rakefile
|
|
72
56
|
- act_with_flags.gemspec
|
|
73
|
-
- gemfiles/rails_7.1.gemfile
|
|
74
|
-
- gemfiles/rails_7.2.gemfile
|
|
75
57
|
- lib/act_with_flags.rb
|
|
76
58
|
- lib/act_with_flags/admin.rb
|
|
77
59
|
- lib/act_with_flags/clear.rb
|
|
@@ -118,7 +100,6 @@ licenses:
|
|
|
118
100
|
- MIT
|
|
119
101
|
metadata:
|
|
120
102
|
source_code_uri: https://github.com/matique/act_with_flags
|
|
121
|
-
post_install_message:
|
|
122
103
|
rdoc_options: []
|
|
123
104
|
require_paths:
|
|
124
105
|
- lib
|
|
@@ -126,15 +107,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
126
107
|
requirements:
|
|
127
108
|
- - ">="
|
|
128
109
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: '
|
|
110
|
+
version: '3'
|
|
130
111
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
112
|
requirements:
|
|
132
113
|
- - ">="
|
|
133
114
|
- !ruby/object:Gem::Version
|
|
134
115
|
version: '0'
|
|
135
116
|
requirements: []
|
|
136
|
-
rubygems_version:
|
|
137
|
-
signing_key:
|
|
117
|
+
rubygems_version: 4.0.3
|
|
138
118
|
specification_version: 4
|
|
139
119
|
summary: act_with_flags gem
|
|
140
120
|
test_files: []
|
data/Appraisals
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
appraise "rails-7.2" do
|
|
2
|
-
gem "rails", "~> 7.2"
|
|
3
|
-
end
|
|
4
|
-
|
|
5
|
-
appraise "rails-7.1" do
|
|
6
|
-
gem "rails", "~> 7.1"
|
|
7
|
-
end
|
|
8
|
-
|
|
9
|
-
# appraise "rails-7.0" do
|
|
10
|
-
# gem "rails", "~> 7.0"
|
|
11
|
-
# end
|
|
12
|
-
#
|
|
13
|
-
# appraise "rails-6.1" do
|
|
14
|
-
# gem "rails", "~> 6.0"
|
|
15
|
-
# end
|
|
16
|
-
#
|
|
17
|
-
# appraise "rails-6.0" do
|
|
18
|
-
# gem "rails", "~> 6.0.0"
|
|
19
|
-
# end
|
|
20
|
-
#
|
|
21
|
-
# appraise 'rails-5.2' do
|
|
22
|
-
# gem 'rails', '~> 5.2.0'
|
|
23
|
-
# end
|
data/gemfiles/rails_7.1.gemfile
DELETED
|
@@ -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: "../"
|
data/gemfiles/rails_7.2.gemfile
DELETED
|
@@ -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: "../"
|