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 +4 -4
- data/.github/workflows/rake.yml +3 -3
- data/.gitignore +2 -4
- data/.ruby-gemset +1 -1
- data/.ruby-version +1 -1
- data/Appraisals +8 -4
- data/Gemfile.lock +157 -146
- data/MIT-LICENSE +1 -1
- data/README.md +6 -6
- data/act_with_flags.gemspec +1 -0
- data/lib/act_with_flags/version.rb +2 -1
- data/test/benchmark_test.rb +0 -3
- metadata +5 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 182c52b25785f7c0397abb3b77df2bafca0c8ed4192895a1f9ee6535b928da9e
|
|
4
|
+
data.tar.gz: 880454433f532cbad8c1a70b66d7df2536cc770beb4b72fb5b4ee0fd0417f8a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 483bb7670a3ab47421d499057e3c8adf350096f51a5e7db3d20591663bd57c7f1fb02d983713a42f44397c2ef39c5a81b25042fbbf39a0e1b69bd8a3477a6355
|
|
7
|
+
data.tar.gz: 4c20d144be233a854bbdfd3371f8a0b5745d7a347adb28918dd7c27c8d412e0fa9f9c2eaed73bc86a71991e3ef94338ef001af925dfb1755e11926ab32d19dac
|
data/.github/workflows/rake.yml
CHANGED
|
@@ -8,7 +8,8 @@ jobs:
|
|
|
8
8
|
strategy:
|
|
9
9
|
fail-fast: false
|
|
10
10
|
matrix:
|
|
11
|
-
ruby_version: ["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:
|
|
31
|
+
- name: Run the default task
|
|
32
32
|
run: bundle exec rake
|
data/.gitignore
CHANGED
data/.ruby-gemset
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
rails-
|
|
1
|
+
rails-8.0
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-3.
|
|
1
|
+
ruby-3.4.4
|
data/Appraisals
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
appraise "rails-
|
|
2
|
-
gem "rails", "~>
|
|
1
|
+
appraise "rails-8.0" do
|
|
2
|
+
gem "rails", "~> 8.0"
|
|
3
3
|
end
|
|
4
4
|
|
|
5
|
-
appraise "rails-7.
|
|
6
|
-
gem "rails", "~> 7.
|
|
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.
|
|
4
|
+
act_with_flags (3.1.10)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
actioncable (
|
|
10
|
-
actionpack (=
|
|
11
|
-
activesupport (=
|
|
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 (
|
|
16
|
-
actionpack (=
|
|
17
|
-
activejob (=
|
|
18
|
-
activerecord (=
|
|
19
|
-
activestorage (=
|
|
20
|
-
activesupport (=
|
|
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 (
|
|
23
|
-
actionpack (=
|
|
24
|
-
actionview (=
|
|
25
|
-
activejob (=
|
|
26
|
-
activesupport (=
|
|
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 (
|
|
30
|
-
actionview (=
|
|
31
|
-
activesupport (=
|
|
29
|
+
actionpack (8.0.2)
|
|
30
|
+
actionview (= 8.0.2)
|
|
31
|
+
activesupport (= 8.0.2)
|
|
32
32
|
nokogiri (>= 1.8.5)
|
|
33
|
-
|
|
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 (
|
|
41
|
-
actionpack (=
|
|
42
|
-
activerecord (=
|
|
43
|
-
activestorage (=
|
|
44
|
-
activesupport (=
|
|
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 (
|
|
48
|
-
activesupport (=
|
|
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 (
|
|
54
|
-
activesupport (=
|
|
52
|
+
activejob (8.0.2)
|
|
53
|
+
activesupport (= 8.0.2)
|
|
55
54
|
globalid (>= 0.3.6)
|
|
56
|
-
activemodel (
|
|
57
|
-
activesupport (=
|
|
58
|
-
activerecord (
|
|
59
|
-
activemodel (=
|
|
60
|
-
activesupport (=
|
|
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 (
|
|
63
|
-
actionpack (=
|
|
64
|
-
activejob (=
|
|
65
|
-
activerecord (=
|
|
66
|
-
activesupport (=
|
|
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 (
|
|
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.
|
|
84
|
-
base64 (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.
|
|
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.
|
|
93
|
-
connection_pool (2.
|
|
94
|
+
concurrent-ruby (1.3.5)
|
|
95
|
+
connection_pool (2.5.3)
|
|
94
96
|
crass (1.0.6)
|
|
95
|
-
cuco (0.1.
|
|
97
|
+
cuco (0.1.3)
|
|
96
98
|
listen
|
|
97
99
|
micro-optparse
|
|
98
|
-
date (3.
|
|
100
|
+
date (3.4.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
|
-
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.
|
|
115
|
+
i18n (1.14.7)
|
|
115
116
|
concurrent-ruby (~> 1.0)
|
|
116
|
-
io-console (0.
|
|
117
|
-
irb (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.
|
|
121
|
-
language_server-protocol (3.17.0.
|
|
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.
|
|
127
|
-
loofah (2.
|
|
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.
|
|
139
|
-
net-imap (0.5.
|
|
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.
|
|
148
|
+
net-smtp (0.5.1)
|
|
147
149
|
net-protocol
|
|
148
|
-
nio4r (2.7.
|
|
149
|
-
nokogiri (1.
|
|
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.
|
|
155
|
+
nokogiri (1.18.8-arm-linux-gnu)
|
|
152
156
|
racc (~> 1.4)
|
|
153
|
-
nokogiri (1.
|
|
157
|
+
nokogiri (1.18.8-arm-linux-musl)
|
|
154
158
|
racc (~> 1.4)
|
|
155
|
-
nokogiri (1.
|
|
159
|
+
nokogiri (1.18.8-arm64-darwin)
|
|
156
160
|
racc (~> 1.4)
|
|
157
|
-
nokogiri (1.
|
|
161
|
+
nokogiri (1.18.8-x86_64-darwin)
|
|
158
162
|
racc (~> 1.4)
|
|
159
|
-
nokogiri (1.
|
|
163
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
|
160
164
|
racc (~> 1.4)
|
|
161
|
-
|
|
162
|
-
|
|
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
|
-
|
|
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.
|
|
169
|
-
rack-session (2.
|
|
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.
|
|
183
|
+
rack-test (2.2.0)
|
|
172
184
|
rack (>= 1.3)
|
|
173
|
-
rackup (2.1
|
|
185
|
+
rackup (2.2.1)
|
|
174
186
|
rack (>= 3)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
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 (=
|
|
190
|
-
rails-dom-testing (2.
|
|
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.
|
|
205
|
+
rails-html-sanitizer (1.6.2)
|
|
195
206
|
loofah (~> 2.21)
|
|
196
|
-
nokogiri (
|
|
197
|
-
railties (
|
|
198
|
-
actionpack (=
|
|
199
|
-
activesupport (=
|
|
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.
|
|
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.
|
|
221
|
+
rdoc (6.14.1)
|
|
222
|
+
erb
|
|
211
223
|
psych (>= 4.0.0)
|
|
212
|
-
regexp_parser (2.
|
|
213
|
-
reline (0.
|
|
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.
|
|
228
|
+
rubocop (1.75.8)
|
|
217
229
|
json (~> 2.3)
|
|
218
|
-
language_server-protocol (
|
|
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.
|
|
223
|
-
rubocop-ast (>= 1.
|
|
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, <
|
|
226
|
-
rubocop-ast (1.
|
|
227
|
-
parser (>= 3.3.
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
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.
|
|
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.
|
|
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)
|
|
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.
|
|
265
|
+
rubocop (~> 1.75.5)
|
|
253
266
|
standard-custom (~> 1.0.0)
|
|
254
|
-
standard-performance (~> 1.
|
|
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.
|
|
271
|
+
standard-performance (1.8.0)
|
|
259
272
|
lint_roller (~> 1.1)
|
|
260
|
-
rubocop-performance (~> 1.
|
|
261
|
-
stringio (3.1.
|
|
273
|
+
rubocop-performance (~> 1.25.0)
|
|
274
|
+
stringio (3.1.7)
|
|
262
275
|
thor (1.3.2)
|
|
263
|
-
timeout (0.4.
|
|
276
|
+
timeout (0.4.3)
|
|
264
277
|
tzinfo (2.0.6)
|
|
265
278
|
concurrent-ruby (~> 1.0)
|
|
266
|
-
unicode-display_width (
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
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.
|
|
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.
|
|
314
|
+
2.6.7
|
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-2025 Dittmar Krall (www.matiq.com),
|
|
131
131
|
released under the [MIT license](https://opensource.org/licenses/MIT).
|
data/act_with_flags.gemspec
CHANGED
data/test/benchmark_test.rb
CHANGED
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.
|
|
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:
|
|
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: '
|
|
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.
|
|
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: []
|