search_rails 3.0.0 → 3.0.2
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/.rubocop.yml +0 -1
- data/Gemfile +0 -1
- data/Gemfile.lock +128 -139
- data/VERSION +1 -1
- data/search_rails.gemspec +4 -4
- metadata +34 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6be104b5f1fc2e3f9513efc0207fa0fe88eea3c842c5245c736591a73c3df10
|
|
4
|
+
data.tar.gz: c9276c855c3ea1c78e9bf60cd4a1320c446461d9bd3e145eba9fd0c8438c530d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcb4fa84925f3af3bc27f5554ae58b0e256688e5b2aa97ecd6dfb1d398dc6f88c1b53c173b9b889191d7553d958ad8ee5023881bcf357e1b34912c6e1747311f
|
|
7
|
+
data.tar.gz: 646a6621d6de1e1d701fb207293fc34df85bff3c2e1dde43fc222e0988ed6c098d2b18a3d723c05fa57e33eae7f24a234c3a8ebe21f41576029880a457d3b149
|
data/.rubocop.yml
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
search_rails (3.0.
|
|
5
|
-
chronic
|
|
6
|
-
query-ruby
|
|
7
|
-
rails
|
|
8
|
-
zeitwerk
|
|
4
|
+
search_rails (3.0.2)
|
|
5
|
+
chronic (>= 0.10.2, < 1)
|
|
6
|
+
query-ruby (>= 2.0.2, < 3)
|
|
7
|
+
rails (>= 8.1.3.1, < 9)
|
|
8
|
+
zeitwerk (>= 2.8.3, < 3)
|
|
9
9
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
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.
|
|
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.
|
|
104
|
-
csv (3.3.
|
|
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 (
|
|
108
|
-
csv
|
|
109
|
-
dorian-arguments
|
|
110
|
-
dorian-eval
|
|
111
|
-
dorian-progress
|
|
112
|
-
dorian-to_struct
|
|
113
|
-
|
|
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 (
|
|
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 (
|
|
127
|
+
dorian-eval (2.0.1)
|
|
128
128
|
yaml (>= 0.3, < 1)
|
|
129
|
-
dorian-progress (
|
|
129
|
+
dorian-progress (2.0.1)
|
|
130
130
|
ruby-progressbar (>= 1.13, < 2)
|
|
131
|
-
dorian-to_struct (
|
|
131
|
+
dorian-to_struct (3.0.1)
|
|
132
132
|
drb (2.2.3)
|
|
133
|
-
erb (6.0.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
162
|
-
language-ruby (
|
|
163
|
-
dorian-arguments
|
|
164
|
-
zeitwerk
|
|
165
|
-
language_server-protocol (3.17.0.
|
|
157
|
+
json (2.21.2)
|
|
158
|
+
language-ruby (2.0.2)
|
|
159
|
+
dorian-arguments (>= 2.0.1, < 3)
|
|
160
|
+
zeitwerk (>= 2.8.3, < 3)
|
|
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.
|
|
166
|
+
loofah (2.25.2)
|
|
171
167
|
crass (~> 1.0.2)
|
|
172
168
|
nokogiri (>= 1.12.0)
|
|
173
|
-
mail (2.9.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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 (
|
|
219
|
-
activesupport
|
|
220
|
-
bigdecimal
|
|
221
|
-
dorian-arguments
|
|
222
|
-
json
|
|
223
|
-
language-ruby
|
|
224
|
-
zeitwerk
|
|
209
|
+
query-ruby (2.0.2)
|
|
210
|
+
activesupport (>= 8.1.3.1, < 9)
|
|
211
|
+
bigdecimal (>= 4.1.2, < 5)
|
|
212
|
+
dorian-arguments (>= 2.0.1, < 3)
|
|
213
|
+
json (>= 2.21.2, < 3)
|
|
214
|
+
language-ruby (>= 2.0.2, < 3)
|
|
215
|
+
zeitwerk (>= 2.8.3, < 3)
|
|
225
216
|
racc (1.8.1)
|
|
226
|
-
rack (3.2.
|
|
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.
|
|
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
|
-
|
|
271
|
-
|
|
261
|
+
rbs (4.2.0)
|
|
262
|
+
logger
|
|
263
|
+
prism (>= 1.6.0)
|
|
264
|
+
tsort
|
|
265
|
+
rdoc (8.0.0)
|
|
272
266
|
erb
|
|
273
|
-
|
|
267
|
+
prism (>= 1.6.0)
|
|
268
|
+
rbs (>= 4.0.0)
|
|
274
269
|
tsort
|
|
275
270
|
regexp_parser (2.12.0)
|
|
276
|
-
reline (0.
|
|
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.
|
|
293
|
-
json (
|
|
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.
|
|
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-
|
|
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.
|
|
306
|
+
rubocop (>= 1.89.0, < 2.0)
|
|
315
307
|
rubocop-ast (>= 1.47.1, < 2.0)
|
|
316
|
-
rubocop-rails (2.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1
|
+
3.0.2
|
data/search_rails.gemspec
CHANGED
|
@@ -12,10 +12,10 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.homepage = "https://github.com/dorianmariecom/search_rails"
|
|
13
13
|
s.license = "MIT"
|
|
14
14
|
|
|
15
|
-
s.add_dependency "chronic"
|
|
16
|
-
s.add_dependency "query-ruby"
|
|
17
|
-
s.add_dependency "rails"
|
|
18
|
-
s.add_dependency "zeitwerk"
|
|
15
|
+
s.add_dependency "chronic", ">= 0.10.2", "< 1"
|
|
16
|
+
s.add_dependency "query-ruby", ">= 2.0.2", "< 3"
|
|
17
|
+
s.add_dependency "rails", ">= 8.1.3.1", "< 9"
|
|
18
|
+
s.add_dependency "zeitwerk", ">= 2.8.3", "< 3"
|
|
19
19
|
|
|
20
20
|
s.metadata["rubygems_mfa_required"] = "true"
|
|
21
21
|
|
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.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dorian Marié
|
|
@@ -15,56 +15,80 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version:
|
|
18
|
+
version: 0.10.2
|
|
19
|
+
- - "<"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '1'
|
|
19
22
|
type: :runtime
|
|
20
23
|
prerelease: false
|
|
21
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
25
|
requirements:
|
|
23
26
|
- - ">="
|
|
24
27
|
- !ruby/object:Gem::Version
|
|
25
|
-
version:
|
|
28
|
+
version: 0.10.2
|
|
29
|
+
- - "<"
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: '1'
|
|
26
32
|
- !ruby/object:Gem::Dependency
|
|
27
33
|
name: query-ruby
|
|
28
34
|
requirement: !ruby/object:Gem::Requirement
|
|
29
35
|
requirements:
|
|
30
36
|
- - ">="
|
|
31
37
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
38
|
+
version: 2.0.2
|
|
39
|
+
- - "<"
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '3'
|
|
33
42
|
type: :runtime
|
|
34
43
|
prerelease: false
|
|
35
44
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
45
|
requirements:
|
|
37
46
|
- - ">="
|
|
38
47
|
- !ruby/object:Gem::Version
|
|
39
|
-
version:
|
|
48
|
+
version: 2.0.2
|
|
49
|
+
- - "<"
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: '3'
|
|
40
52
|
- !ruby/object:Gem::Dependency
|
|
41
53
|
name: rails
|
|
42
54
|
requirement: !ruby/object:Gem::Requirement
|
|
43
55
|
requirements:
|
|
44
56
|
- - ">="
|
|
45
57
|
- !ruby/object:Gem::Version
|
|
46
|
-
version:
|
|
58
|
+
version: 8.1.3.1
|
|
59
|
+
- - "<"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '9'
|
|
47
62
|
type: :runtime
|
|
48
63
|
prerelease: false
|
|
49
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
65
|
requirements:
|
|
51
66
|
- - ">="
|
|
52
67
|
- !ruby/object:Gem::Version
|
|
53
|
-
version:
|
|
68
|
+
version: 8.1.3.1
|
|
69
|
+
- - "<"
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
71
|
+
version: '9'
|
|
54
72
|
- !ruby/object:Gem::Dependency
|
|
55
73
|
name: zeitwerk
|
|
56
74
|
requirement: !ruby/object:Gem::Requirement
|
|
57
75
|
requirements:
|
|
58
76
|
- - ">="
|
|
59
77
|
- !ruby/object:Gem::Version
|
|
60
|
-
version:
|
|
78
|
+
version: 2.8.3
|
|
79
|
+
- - "<"
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: '3'
|
|
61
82
|
type: :runtime
|
|
62
83
|
prerelease: false
|
|
63
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
64
85
|
requirements:
|
|
65
86
|
- - ">="
|
|
66
87
|
- !ruby/object:Gem::Version
|
|
67
|
-
version:
|
|
88
|
+
version: 2.8.3
|
|
89
|
+
- - "<"
|
|
90
|
+
- !ruby/object:Gem::Version
|
|
91
|
+
version: '3'
|
|
68
92
|
description: a powerful search for rails
|
|
69
93
|
email: dorian@dorianmarie.com
|
|
70
94
|
executables: []
|
|
@@ -118,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
118
142
|
- !ruby/object:Gem::Version
|
|
119
143
|
version: '0'
|
|
120
144
|
requirements: []
|
|
121
|
-
rubygems_version: 4.0.
|
|
145
|
+
rubygems_version: 4.0.17
|
|
122
146
|
specification_version: 4
|
|
123
147
|
summary: a powerful search for rails
|
|
124
148
|
test_files: []
|