search_rails 3.0.0 → 3.0.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: 975574cccba4554124a93f491bc64035e18f675f9431b3b151071cc437f6474c
4
- data.tar.gz: 555a0da1753da34f84f472a7e664d785a90b587ef027c8033a382d1a5debdc77
3
+ metadata.gz: cfc525b4e7ba4fc5f46a463ae4a52ace227109537fcf8c980b68098f13f24d80
4
+ data.tar.gz: b8620e4f3c0f73f7b177e6525a1a7e1f0205662cfc453ad1d3fd50f88e102246
5
5
  SHA512:
6
- metadata.gz: b391a9f5b25785323b1c7c26a38645e86864478735447b9f4164a2925f1280ebf9bd05ea68785c2c6bb68a7d8db1b8cf6c8c11135c315c1d618949005faed496
7
- data.tar.gz: 9bafe4539ee30113b25f833bb1e8a048141e210e2faa3cb27524b87142281629242f527ad575011c0c2aa5c4774abd9e05cbf4d27b196ea10f034636c97da3be
6
+ metadata.gz: 6b8abfadfe3a557453cfcb50275e788d7191a606767be35dcd7c25e145434228f140d56a5ec309dc23b3cbe93b131f4ae6cd562c004f4ce989edadfd3f6c05f7
7
+ data.tar.gz: 9bf8848acad5afe00b136239d6958675aba1c6b1a281f71392c713dcf5cf36b8999e0d2bbe1c21d7d8bf9f0cfaf7e0dc7995859a0e49904e170da7a588150496
data/.rubocop.yml CHANGED
@@ -143,7 +143,6 @@ Style/StringLiterals:
143
143
  Style/StringLiteralsInInterpolation:
144
144
  Enabled: false
145
145
  plugins:
146
- - rubocop-factory_bot
147
146
  - rubocop-performance
148
147
  - rubocop-rails
149
148
  - rubocop-rake
data/Gemfile CHANGED
@@ -11,7 +11,6 @@ gem "dorian"
11
11
  gem "rake"
12
12
  gem "rspec"
13
13
  gem "rubocop-capybara"
14
- gem "rubocop-factory_bot"
15
14
  gem "rubocop-performance"
16
15
  gem "rubocop-rails"
17
16
  gem "rubocop-rake"
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- search_rails (3.0.0)
4
+ search_rails (3.0.1)
5
5
  chronic
6
- query-ruby
6
+ query-ruby (>= 2.0.1, < 3)
7
7
  rails
8
8
  zeitwerk
9
9
 
@@ -12,29 +12,29 @@ GEM
12
12
  specs:
13
13
  action_text-trix (2.1.19)
14
14
  railties
15
- actioncable (8.1.3)
16
- actionpack (= 8.1.3)
17
- activesupport (= 8.1.3)
15
+ actioncable (8.1.3.1)
16
+ actionpack (= 8.1.3.1)
17
+ activesupport (= 8.1.3.1)
18
18
  nio4r (~> 2.0)
19
19
  websocket-driver (>= 0.6.1)
20
20
  zeitwerk (~> 2.6)
21
- actionmailbox (8.1.3)
22
- actionpack (= 8.1.3)
23
- activejob (= 8.1.3)
24
- activerecord (= 8.1.3)
25
- activestorage (= 8.1.3)
26
- activesupport (= 8.1.3)
21
+ actionmailbox (8.1.3.1)
22
+ actionpack (= 8.1.3.1)
23
+ activejob (= 8.1.3.1)
24
+ activerecord (= 8.1.3.1)
25
+ activestorage (= 8.1.3.1)
26
+ activesupport (= 8.1.3.1)
27
27
  mail (>= 2.8.0)
28
- actionmailer (8.1.3)
29
- actionpack (= 8.1.3)
30
- actionview (= 8.1.3)
31
- activejob (= 8.1.3)
32
- activesupport (= 8.1.3)
28
+ actionmailer (8.1.3.1)
29
+ actionpack (= 8.1.3.1)
30
+ actionview (= 8.1.3.1)
31
+ activejob (= 8.1.3.1)
32
+ activesupport (= 8.1.3.1)
33
33
  mail (>= 2.8.0)
34
34
  rails-dom-testing (~> 2.2)
35
- actionpack (8.1.3)
36
- actionview (= 8.1.3)
37
- activesupport (= 8.1.3)
35
+ actionpack (8.1.3.1)
36
+ actionview (= 8.1.3.1)
37
+ activesupport (= 8.1.3.1)
38
38
  nokogiri (>= 1.8.5)
39
39
  rack (>= 2.2.4)
40
40
  rack-session (>= 1.0.1)
@@ -42,36 +42,36 @@ GEM
42
42
  rails-dom-testing (~> 2.2)
43
43
  rails-html-sanitizer (~> 1.6)
44
44
  useragent (~> 0.16)
45
- actiontext (8.1.3)
45
+ actiontext (8.1.3.1)
46
46
  action_text-trix (~> 2.1.15)
47
- actionpack (= 8.1.3)
48
- activerecord (= 8.1.3)
49
- activestorage (= 8.1.3)
50
- activesupport (= 8.1.3)
47
+ actionpack (= 8.1.3.1)
48
+ activerecord (= 8.1.3.1)
49
+ activestorage (= 8.1.3.1)
50
+ activesupport (= 8.1.3.1)
51
51
  globalid (>= 0.6.0)
52
52
  nokogiri (>= 1.8.5)
53
- actionview (8.1.3)
54
- activesupport (= 8.1.3)
53
+ actionview (8.1.3.1)
54
+ activesupport (= 8.1.3.1)
55
55
  builder (~> 3.1)
56
56
  erubi (~> 1.11)
57
57
  rails-dom-testing (~> 2.2)
58
58
  rails-html-sanitizer (~> 1.6)
59
- activejob (8.1.3)
60
- activesupport (= 8.1.3)
59
+ activejob (8.1.3.1)
60
+ activesupport (= 8.1.3.1)
61
61
  globalid (>= 0.3.6)
62
- activemodel (8.1.3)
63
- activesupport (= 8.1.3)
64
- activerecord (8.1.3)
65
- activemodel (= 8.1.3)
66
- activesupport (= 8.1.3)
62
+ activemodel (8.1.3.1)
63
+ activesupport (= 8.1.3.1)
64
+ activerecord (8.1.3.1)
65
+ activemodel (= 8.1.3.1)
66
+ activesupport (= 8.1.3.1)
67
67
  timeout (>= 0.4.0)
68
- activestorage (8.1.3)
69
- actionpack (= 8.1.3)
70
- activejob (= 8.1.3)
71
- activerecord (= 8.1.3)
72
- activesupport (= 8.1.3)
68
+ activestorage (8.1.3.1)
69
+ actionpack (= 8.1.3.1)
70
+ activejob (= 8.1.3.1)
71
+ activerecord (= 8.1.3.1)
72
+ activesupport (= 8.1.3.1)
73
73
  marcel (~> 1.0)
74
- activesupport (8.1.3)
74
+ activesupport (8.1.3.1)
75
75
  base64
76
76
  bigdecimal
77
77
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -95,82 +95,78 @@ GEM
95
95
  thor (~> 1.0)
96
96
  chronic (0.10.2)
97
97
  cmdparse (3.0.7)
98
- concurrent-ruby (1.3.7)
98
+ concurrent-ruby (1.3.8)
99
99
  connection_pool (3.0.2)
100
100
  crack (1.0.1)
101
101
  bigdecimal
102
102
  rexml
103
- crass (1.0.6)
104
- csv (3.3.5)
103
+ crass (1.0.7)
104
+ csv (3.3.6)
105
105
  date (3.5.1)
106
106
  diff-lcs (1.6.2)
107
- dorian (2.6.8)
108
- csv
109
- dorian-arguments
110
- dorian-eval
111
- dorian-progress
112
- dorian-to_struct
113
- git
114
- hexapdf
115
- json
116
- mini_racer
117
- ostruct
118
- parallel
119
- syntax_tree
120
- syntax_tree-haml
121
- syntax_tree-xml
122
- terminal-table
123
- w_syntax_tree-erb
124
- yaml
125
- dorian-arguments (1.2.3)
107
+ dorian (3.0.2)
108
+ csv (>= 3.3.6, < 4)
109
+ dorian-arguments (>= 2.0.1, < 3)
110
+ dorian-eval (>= 2.0.1, < 3)
111
+ dorian-progress (>= 2.0.1, < 3)
112
+ dorian-to_struct (>= 3.0.1, < 4)
113
+ haml (>= 7.5.1, < 8.0)
114
+ hexapdf (>= 1.10.0, < 2)
115
+ json (>= 2.21.2, < 3)
116
+ mini_racer (>= 0.22.1, < 1)
117
+ ostruct (>= 0.6.3, < 1)
118
+ parallel (>= 2.1.0, < 3.0)
119
+ syntax_tree (>= 6.3.0, < 7)
120
+ syntax_tree-haml (>= 4.0.3, < 5)
121
+ syntax_tree-xml (>= 0.1.0, < 1)
122
+ terminal-table (>= 4.0.0, < 5)
123
+ w_syntax_tree-erb (>= 0.12.0, < 1)
124
+ yaml (>= 0.4.0, < 1)
125
+ dorian-arguments (2.0.1)
126
126
  bigdecimal (>= 3.1, < 5)
127
- dorian-eval (1.5.1)
127
+ dorian-eval (2.0.1)
128
128
  yaml (>= 0.3, < 1)
129
- dorian-progress (1.1.3)
129
+ dorian-progress (2.0.1)
130
130
  ruby-progressbar (>= 1.13, < 2)
131
- dorian-to_struct (2.0.3)
131
+ dorian-to_struct (3.0.1)
132
132
  drb (2.2.3)
133
- erb (6.0.4)
133
+ erb (6.0.7)
134
134
  erubi (1.13.1)
135
135
  geom2d (0.4.1)
136
- git (4.3.2)
137
- activesupport (>= 5.0)
138
- addressable (~> 2.8)
139
- process_executer (~> 4.0)
140
- rchardet (~> 1.9)
141
136
  globalid (1.4.0)
142
137
  activesupport (>= 6.1)
143
- haml (7.2.0)
138
+ haml (7.5.1)
139
+ prism (>= 1.1.0)
144
140
  temple (>= 0.8.2)
145
141
  thor
146
142
  tilt
147
143
  hashdiff (1.2.1)
148
- hexapdf (1.9.1)
144
+ hexapdf (1.10.0)
149
145
  cmdparse (~> 3.0, >= 3.0.3)
150
146
  geom2d (~> 0.4, >= 0.4.1)
151
147
  openssl (>= 2.2.1)
152
148
  strscan (>= 3.1.2)
153
149
  i18n (1.15.2)
154
150
  concurrent-ruby (~> 1.0)
155
- io-console (0.8.2)
151
+ io-console (0.9.2)
156
152
  irb (1.18.0)
157
153
  pp (>= 0.6.0)
158
154
  prism (>= 1.3.0)
159
155
  rdoc (>= 4.0.0)
160
156
  reline (>= 0.4.2)
161
- json (2.20.0)
162
- language-ruby (1.2.0)
157
+ json (2.21.2)
158
+ language-ruby (2.0.1)
163
159
  dorian-arguments
164
160
  zeitwerk
165
- language_server-protocol (3.17.0.5)
161
+ language_server-protocol (3.17.0.6)
166
162
  libv8-node (24.12.0.1-arm64-darwin)
167
163
  libv8-node (24.12.0.1-x86_64-linux)
168
164
  lint_roller (1.1.0)
169
165
  logger (1.7.0)
170
- loofah (2.25.1)
166
+ loofah (2.25.2)
171
167
  crass (~> 1.0.2)
172
168
  nokogiri (>= 1.12.0)
173
- mail (2.9.0)
169
+ mail (2.9.1)
174
170
  logger
175
171
  mini_mime (>= 0.1.1)
176
172
  net-imap
@@ -178,18 +174,18 @@ GEM
178
174
  net-smtp
179
175
  marcel (1.2.1)
180
176
  mini_mime (1.1.5)
181
- mini_racer (0.21.4)
177
+ mini_racer (0.22.1)
182
178
  libv8-node (~> 24.12.0.1)
183
179
  minitest (6.0.6)
184
180
  drb (~> 2.0)
185
181
  prism (~> 1.5)
186
182
  mustermann (3.1.1)
187
- net-imap (0.6.4.1)
183
+ net-imap (0.6.6)
188
184
  date
189
185
  net-protocol
190
186
  net-pop (0.1.2)
191
187
  net-protocol
192
- net-protocol (0.2.2)
188
+ net-protocol (0.3.0)
193
189
  timeout
194
190
  net-smtp (0.5.1)
195
191
  net-protocol
@@ -201,7 +197,7 @@ GEM
201
197
  openssl (4.0.2)
202
198
  ostruct (0.6.3)
203
199
  parallel (2.1.0)
204
- parser (3.3.11.1)
200
+ parser (3.3.12.0)
205
201
  ast (~> 2.4.1)
206
202
  racc
207
203
  pp (0.6.4)
@@ -209,21 +205,16 @@ GEM
209
205
  prettier_print (1.2.1)
210
206
  prettyprint (0.2.0)
211
207
  prism (1.9.0)
212
- process_executer (4.0.4)
213
- track_open_instances (~> 0.1)
214
- psych (5.4.0)
215
- date
216
- stringio
217
208
  public_suffix (7.0.5)
218
- query-ruby (1.1.2)
209
+ query-ruby (2.0.1)
219
210
  activesupport
220
211
  bigdecimal
221
- dorian-arguments
212
+ dorian-arguments (>= 2.0.1, < 3)
222
213
  json
223
- language-ruby
214
+ language-ruby (>= 2.0.1, < 3)
224
215
  zeitwerk
225
216
  racc (1.8.1)
226
- rack (3.2.6)
217
+ rack (3.2.7)
227
218
  rack-protection (4.2.1)
228
219
  base64 (>= 0.1.0)
229
220
  logger (>= 1.6.0)
@@ -235,30 +226,30 @@ GEM
235
226
  rack (>= 1.3)
236
227
  rackup (2.3.1)
237
228
  rack (>= 3)
238
- rails (8.1.3)
239
- actioncable (= 8.1.3)
240
- actionmailbox (= 8.1.3)
241
- actionmailer (= 8.1.3)
242
- actionpack (= 8.1.3)
243
- actiontext (= 8.1.3)
244
- actionview (= 8.1.3)
245
- activejob (= 8.1.3)
246
- activemodel (= 8.1.3)
247
- activerecord (= 8.1.3)
248
- activestorage (= 8.1.3)
249
- activesupport (= 8.1.3)
229
+ rails (8.1.3.1)
230
+ actioncable (= 8.1.3.1)
231
+ actionmailbox (= 8.1.3.1)
232
+ actionmailer (= 8.1.3.1)
233
+ actionpack (= 8.1.3.1)
234
+ actiontext (= 8.1.3.1)
235
+ actionview (= 8.1.3.1)
236
+ activejob (= 8.1.3.1)
237
+ activemodel (= 8.1.3.1)
238
+ activerecord (= 8.1.3.1)
239
+ activestorage (= 8.1.3.1)
240
+ activesupport (= 8.1.3.1)
250
241
  bundler (>= 1.15.0)
251
- railties (= 8.1.3)
242
+ railties (= 8.1.3.1)
252
243
  rails-dom-testing (2.3.0)
253
244
  activesupport (>= 5.0.0)
254
245
  minitest
255
246
  nokogiri (>= 1.6)
256
- rails-html-sanitizer (1.7.0)
257
- loofah (~> 2.25)
247
+ rails-html-sanitizer (1.7.1)
248
+ loofah (~> 2.25, >= 2.25.2)
258
249
  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)
259
- railties (8.1.3)
260
- actionpack (= 8.1.3)
261
- activesupport (= 8.1.3)
250
+ railties (8.1.3.1)
251
+ actionpack (= 8.1.3.1)
252
+ activesupport (= 8.1.3.1)
262
253
  irb (~> 1.13)
263
254
  rackup (>= 1.0.0)
264
255
  rake (>= 12.2)
@@ -267,13 +258,17 @@ GEM
267
258
  zeitwerk (~> 2.6)
268
259
  rainbow (3.1.1)
269
260
  rake (13.4.2)
270
- rchardet (1.10.2)
271
- rdoc (7.2.0)
261
+ rbs (4.2.0)
262
+ logger
263
+ prism (>= 1.6.0)
264
+ tsort
265
+ rdoc (8.0.0)
272
266
  erb
273
- psych (>= 4.0.0)
267
+ prism (>= 1.6.0)
268
+ rbs (>= 4.0.0)
274
269
  tsort
275
270
  regexp_parser (2.12.0)
276
- reline (0.6.3)
271
+ reline (0.7.0)
277
272
  io-console (~> 0.5)
278
273
  rexml (3.4.4)
279
274
  rspec (3.13.2)
@@ -289,8 +284,8 @@ GEM
289
284
  diff-lcs (>= 1.2.0, < 2.0)
290
285
  rspec-support (~> 3.13.0)
291
286
  rspec-support (3.13.7)
292
- rubocop (1.88.0)
293
- json (~> 2.3)
287
+ rubocop (1.90.0)
288
+ json (>= 2.3)
294
289
  language_server-protocol (~> 3.17.0.2)
295
290
  lint_roller (~> 1.1.0)
296
291
  parallel (>= 1.10)
@@ -300,24 +295,21 @@ GEM
300
295
  rubocop-ast (>= 1.49.0, < 2.0)
301
296
  ruby-progressbar (~> 1.7)
302
297
  unicode-display_width (>= 2.4.0, < 4.0)
303
- rubocop-ast (1.49.1)
298
+ rubocop-ast (1.50.0)
304
299
  parser (>= 3.3.7.2)
305
300
  prism (~> 1.7)
306
301
  rubocop-capybara (3.0.0)
307
302
  lint_roller (~> 1.1)
308
303
  rubocop (~> 1.81)
309
- rubocop-factory_bot (2.28.0)
310
- lint_roller (~> 1.1)
311
- rubocop (~> 1.72, >= 1.72.1)
312
- rubocop-performance (1.26.1)
304
+ rubocop-performance (1.27.0)
313
305
  lint_roller (~> 1.1)
314
- rubocop (>= 1.75.0, < 2.0)
306
+ rubocop (>= 1.89.0, < 2.0)
315
307
  rubocop-ast (>= 1.47.1, < 2.0)
316
- rubocop-rails (2.35.5)
308
+ rubocop-rails (2.37.0)
317
309
  activesupport (>= 4.2.0)
318
310
  lint_roller (~> 1.1)
319
311
  rack (>= 1.1)
320
- rubocop (>= 1.75.0, < 2.0)
312
+ rubocop (>= 1.89.0, < 2.0)
321
313
  rubocop-ast (>= 1.44.0, < 2.0)
322
314
  rubocop-rake (0.7.1)
323
315
  lint_roller (~> 1.1)
@@ -342,7 +334,6 @@ GEM
342
334
  rack-protection (= 4.2.1)
343
335
  rack-session (>= 2.0.0, < 3)
344
336
  tilt (~> 2.0)
345
- stringio (3.2.0)
346
337
  strscan (3.1.8)
347
338
  syntax_tree (6.3.0)
348
339
  prettier_print (>= 1.2.0)
@@ -353,13 +344,12 @@ GEM
353
344
  syntax_tree-xml (0.1.0)
354
345
  prettier_print
355
346
  syntax_tree (>= 2.0.1)
356
- temple (0.10.4)
347
+ temple (0.10.7)
357
348
  terminal-table (4.0.0)
358
349
  unicode-display_width (>= 1.1.1, < 4)
359
350
  thor (1.5.0)
360
- tilt (2.7.0)
351
+ tilt (2.9.0)
361
352
  timeout (0.6.1)
362
- track_open_instances (0.1.15)
363
353
  tsort (0.2.0)
364
354
  tzinfo (2.0.6)
365
355
  concurrent-ruby (~> 1.0)
@@ -371,7 +361,7 @@ GEM
371
361
  w_syntax_tree-erb (0.12.0)
372
362
  prettier_print (~> 1.2, >= 1.2.0)
373
363
  syntax_tree (~> 6.1, >= 6.1.1)
374
- webmock (3.26.2)
364
+ webmock (3.26.4)
375
365
  addressable (>= 2.8.0)
376
366
  crack (>= 0.3.2)
377
367
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -380,7 +370,7 @@ GEM
380
370
  websocket-extensions (>= 0.1.0)
381
371
  websocket-extensions (0.1.5)
382
372
  yaml (0.4.0)
383
- zeitwerk (2.8.2)
373
+ zeitwerk (2.8.3)
384
374
 
385
375
  PLATFORMS
386
376
  arm64-darwin-23
@@ -394,7 +384,6 @@ DEPENDENCIES
394
384
  rake
395
385
  rspec
396
386
  rubocop-capybara
397
- rubocop-factory_bot
398
387
  rubocop-performance
399
388
  rubocop-rails
400
389
  rubocop-rake
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.0.1
data/search_rails.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.license = "MIT"
14
14
 
15
15
  s.add_dependency "chronic"
16
- s.add_dependency "query-ruby"
16
+ s.add_dependency "query-ruby", ">= 2.0.1", "< 3"
17
17
  s.add_dependency "rails"
18
18
  s.add_dependency "zeitwerk"
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: search_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
@@ -29,14 +29,20 @@ dependencies:
29
29
  requirements:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: '0'
32
+ version: 2.0.1
33
+ - - "<"
34
+ - !ruby/object:Gem::Version
35
+ version: '3'
33
36
  type: :runtime
34
37
  prerelease: false
35
38
  version_requirements: !ruby/object:Gem::Requirement
36
39
  requirements:
37
40
  - - ">="
38
41
  - !ruby/object:Gem::Version
39
- version: '0'
42
+ version: 2.0.1
43
+ - - "<"
44
+ - !ruby/object:Gem::Version
45
+ version: '3'
40
46
  - !ruby/object:Gem::Dependency
41
47
  name: rails
42
48
  requirement: !ruby/object:Gem::Requirement
@@ -118,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
124
  - !ruby/object:Gem::Version
119
125
  version: '0'
120
126
  requirements: []
121
- rubygems_version: 4.0.15
127
+ rubygems_version: 4.0.17
122
128
  specification_version: 4
123
129
  summary: a powerful search for rails
124
130
  test_files: []