phlexi-field 0.1.0 → 0.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/.standard.yml +2 -0
- data/Appraisals +12 -3
- data/README.md +260 -121
- data/Rakefile +29 -0
- data/gemfiles/default.gemfile +7 -0
- data/gemfiles/default.gemfile.lock +201 -91
- data/gemfiles/rails_7.1.gemfile +13 -0
- data/gemfiles/rails_7.1.gemfile.lock +314 -0
- data/gemfiles/rails_8.gemfile +13 -0
- data/gemfiles/rails_8.gemfile.lock +309 -0
- data/lib/phlexi/field/common/tokens.rb +58 -0
- data/lib/phlexi/field/components/base.rb +3 -3
- data/lib/phlexi/field/structure/namespace_collection.rb +4 -0
- data/lib/phlexi/field/version.rb +1 -1
- metadata +16 -9
- data/gemfiles/rails_7.gemfile +0 -8
- data/gemfiles/rails_7.gemfile.lock +0 -282
@@ -1,183 +1,291 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
phlexi-
|
5
|
-
activesupport
|
6
|
-
|
4
|
+
phlexi-field (0.1.0)
|
5
|
+
activesupport (>= 7.1)
|
6
|
+
fiber-local
|
7
|
+
phlex (~> 2.0)
|
7
8
|
zeitwerk
|
8
9
|
|
9
10
|
GEM
|
10
11
|
remote: https://rubygems.org/
|
11
12
|
specs:
|
12
|
-
|
13
|
-
|
14
|
-
activesupport (= 7.
|
13
|
+
actioncable (7.2.2.1)
|
14
|
+
actionpack (= 7.2.2.1)
|
15
|
+
activesupport (= 7.2.2.1)
|
16
|
+
nio4r (~> 2.0)
|
17
|
+
websocket-driver (>= 0.6.1)
|
18
|
+
zeitwerk (~> 2.6)
|
19
|
+
actionmailbox (7.2.2.1)
|
20
|
+
actionpack (= 7.2.2.1)
|
21
|
+
activejob (= 7.2.2.1)
|
22
|
+
activerecord (= 7.2.2.1)
|
23
|
+
activestorage (= 7.2.2.1)
|
24
|
+
activesupport (= 7.2.2.1)
|
25
|
+
mail (>= 2.8.0)
|
26
|
+
actionmailer (7.2.2.1)
|
27
|
+
actionpack (= 7.2.2.1)
|
28
|
+
actionview (= 7.2.2.1)
|
29
|
+
activejob (= 7.2.2.1)
|
30
|
+
activesupport (= 7.2.2.1)
|
31
|
+
mail (>= 2.8.0)
|
32
|
+
rails-dom-testing (~> 2.2)
|
33
|
+
actionpack (7.2.2.1)
|
34
|
+
actionview (= 7.2.2.1)
|
35
|
+
activesupport (= 7.2.2.1)
|
15
36
|
nokogiri (>= 1.8.5)
|
16
37
|
racc
|
17
|
-
rack (>= 2.2.4)
|
38
|
+
rack (>= 2.2.4, < 3.2)
|
18
39
|
rack-session (>= 1.0.1)
|
19
40
|
rack-test (>= 0.6.3)
|
20
41
|
rails-dom-testing (~> 2.2)
|
21
42
|
rails-html-sanitizer (~> 1.6)
|
22
|
-
|
23
|
-
|
43
|
+
useragent (~> 0.16)
|
44
|
+
actiontext (7.2.2.1)
|
45
|
+
actionpack (= 7.2.2.1)
|
46
|
+
activerecord (= 7.2.2.1)
|
47
|
+
activestorage (= 7.2.2.1)
|
48
|
+
activesupport (= 7.2.2.1)
|
49
|
+
globalid (>= 0.6.0)
|
50
|
+
nokogiri (>= 1.8.5)
|
51
|
+
actionview (7.2.2.1)
|
52
|
+
activesupport (= 7.2.2.1)
|
24
53
|
builder (~> 3.1)
|
25
54
|
erubi (~> 1.11)
|
26
55
|
rails-dom-testing (~> 2.2)
|
27
56
|
rails-html-sanitizer (~> 1.6)
|
28
|
-
|
57
|
+
activejob (7.2.2.1)
|
58
|
+
activesupport (= 7.2.2.1)
|
59
|
+
globalid (>= 0.3.6)
|
60
|
+
activemodel (7.2.2.1)
|
61
|
+
activesupport (= 7.2.2.1)
|
62
|
+
activerecord (7.2.2.1)
|
63
|
+
activemodel (= 7.2.2.1)
|
64
|
+
activesupport (= 7.2.2.1)
|
65
|
+
timeout (>= 0.4.0)
|
66
|
+
activestorage (7.2.2.1)
|
67
|
+
actionpack (= 7.2.2.1)
|
68
|
+
activejob (= 7.2.2.1)
|
69
|
+
activerecord (= 7.2.2.1)
|
70
|
+
activesupport (= 7.2.2.1)
|
71
|
+
marcel (~> 1.0)
|
72
|
+
activesupport (7.2.2.1)
|
29
73
|
base64
|
74
|
+
benchmark (>= 0.3)
|
30
75
|
bigdecimal
|
31
|
-
concurrent-ruby (~> 1.0, >= 1.
|
76
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
32
77
|
connection_pool (>= 2.2.5)
|
33
78
|
drb
|
34
79
|
i18n (>= 1.6, < 2)
|
80
|
+
logger (>= 1.4.2)
|
35
81
|
minitest (>= 5.1)
|
36
|
-
|
37
|
-
tzinfo (~> 2.0)
|
38
|
-
addressable (2.8.7)
|
39
|
-
public_suffix (>= 2.0.2, < 7.0)
|
82
|
+
securerandom (>= 0.3)
|
83
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
40
84
|
ansi (1.5.0)
|
41
85
|
appraisal (2.5.0)
|
42
86
|
bundler
|
43
87
|
rake
|
44
88
|
thor (>= 0.14.0)
|
45
|
-
ast (2.4.
|
89
|
+
ast (2.4.3)
|
46
90
|
base64 (0.2.0)
|
47
|
-
|
91
|
+
benchmark (0.4.0)
|
92
|
+
bigdecimal (3.1.9)
|
48
93
|
builder (3.3.0)
|
49
94
|
bundle-audit (0.1.0)
|
50
95
|
bundler-audit
|
51
|
-
bundler-audit (0.9.
|
96
|
+
bundler-audit (0.9.2)
|
52
97
|
bundler (>= 1.2.0, < 3)
|
53
98
|
thor (~> 1.0)
|
54
|
-
capybara (3.40.0)
|
55
|
-
addressable
|
56
|
-
matrix
|
57
|
-
mini_mime (>= 0.1.3)
|
58
|
-
nokogiri (~> 1.11)
|
59
|
-
rack (>= 1.6.0)
|
60
|
-
rack-test (>= 0.6.3)
|
61
|
-
regexp_parser (>= 1.5, < 3.0)
|
62
|
-
xpath (~> 3.2)
|
63
99
|
combustion (1.5.0)
|
64
100
|
activesupport (>= 3.0.0)
|
65
101
|
railties (>= 3.0.0)
|
66
102
|
thor (>= 0.14.6)
|
67
|
-
concurrent-ruby (1.3.
|
68
|
-
connection_pool (2.
|
103
|
+
concurrent-ruby (1.3.5)
|
104
|
+
connection_pool (2.5.3)
|
69
105
|
crass (1.0.6)
|
106
|
+
date (3.4.1)
|
70
107
|
drb (2.2.1)
|
71
|
-
erubi (1.13.
|
72
|
-
|
108
|
+
erubi (1.13.1)
|
109
|
+
fiber-local (1.1.0)
|
110
|
+
fiber-storage
|
111
|
+
fiber-storage (1.0.1)
|
112
|
+
globalid (1.2.1)
|
113
|
+
activesupport (>= 6.1)
|
114
|
+
i18n (1.14.7)
|
73
115
|
concurrent-ruby (~> 1.0)
|
74
|
-
io-console (0.
|
75
|
-
irb (1.
|
116
|
+
io-console (0.8.0)
|
117
|
+
irb (1.15.2)
|
118
|
+
pp (>= 0.6.0)
|
76
119
|
rdoc (>= 4.0.0)
|
77
120
|
reline (>= 0.4.2)
|
78
|
-
json (2.
|
79
|
-
language_server-protocol (3.17.0.
|
121
|
+
json (2.11.3)
|
122
|
+
language_server-protocol (3.17.0.4)
|
80
123
|
lint_roller (1.1.0)
|
81
|
-
|
124
|
+
logger (1.7.0)
|
125
|
+
loofah (2.24.0)
|
82
126
|
crass (~> 1.0.2)
|
83
127
|
nokogiri (>= 1.12.0)
|
84
|
-
|
128
|
+
mail (2.8.1)
|
129
|
+
mini_mime (>= 0.1.1)
|
130
|
+
net-imap
|
131
|
+
net-pop
|
132
|
+
net-smtp
|
133
|
+
marcel (1.0.4)
|
85
134
|
mini_mime (1.1.5)
|
86
|
-
minitest (5.
|
135
|
+
minitest (5.25.5)
|
87
136
|
minitest-reporters (1.7.1)
|
88
137
|
ansi
|
89
138
|
builder
|
90
139
|
minitest (>= 5.0)
|
91
140
|
ruby-progressbar
|
92
|
-
|
93
|
-
|
141
|
+
net-imap (0.5.8)
|
142
|
+
date
|
143
|
+
net-protocol
|
144
|
+
net-pop (0.1.2)
|
145
|
+
net-protocol
|
146
|
+
net-protocol (0.2.2)
|
147
|
+
timeout
|
148
|
+
net-smtp (0.5.1)
|
149
|
+
net-protocol
|
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)
|
154
|
+
racc (~> 1.4)
|
155
|
+
nokogiri (1.18.8-arm-linux-gnu)
|
156
|
+
racc (~> 1.4)
|
157
|
+
nokogiri (1.18.8-arm-linux-musl)
|
94
158
|
racc (~> 1.4)
|
95
|
-
|
96
|
-
|
159
|
+
nokogiri (1.18.8-arm64-darwin)
|
160
|
+
racc (~> 1.4)
|
161
|
+
nokogiri (1.18.8-x86_64-darwin)
|
162
|
+
racc (~> 1.4)
|
163
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
164
|
+
racc (~> 1.4)
|
165
|
+
nokogiri (1.18.8-x86_64-linux-musl)
|
166
|
+
racc (~> 1.4)
|
167
|
+
parallel (1.27.0)
|
168
|
+
parser (3.3.8.0)
|
97
169
|
ast (~> 2.4.1)
|
98
170
|
racc
|
99
|
-
phlex (
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
171
|
+
phlex (2.3.0)
|
172
|
+
zeitwerk (~> 2.7)
|
173
|
+
pp (0.6.2)
|
174
|
+
prettyprint
|
175
|
+
prettyprint (0.2.0)
|
176
|
+
prism (1.4.0)
|
177
|
+
psych (5.2.5)
|
178
|
+
date
|
104
179
|
stringio
|
105
|
-
public_suffix (6.0.1)
|
106
180
|
racc (1.8.1)
|
107
|
-
rack (3.1.
|
108
|
-
rack-session (2.
|
181
|
+
rack (3.1.14)
|
182
|
+
rack-session (2.1.1)
|
183
|
+
base64 (>= 0.1.0)
|
109
184
|
rack (>= 3.0.0)
|
110
|
-
rack-test (2.
|
185
|
+
rack-test (2.2.0)
|
111
186
|
rack (>= 1.3)
|
112
|
-
rackup (2.1
|
187
|
+
rackup (2.2.1)
|
113
188
|
rack (>= 3)
|
114
|
-
|
189
|
+
rails (7.2.2.1)
|
190
|
+
actioncable (= 7.2.2.1)
|
191
|
+
actionmailbox (= 7.2.2.1)
|
192
|
+
actionmailer (= 7.2.2.1)
|
193
|
+
actionpack (= 7.2.2.1)
|
194
|
+
actiontext (= 7.2.2.1)
|
195
|
+
actionview (= 7.2.2.1)
|
196
|
+
activejob (= 7.2.2.1)
|
197
|
+
activemodel (= 7.2.2.1)
|
198
|
+
activerecord (= 7.2.2.1)
|
199
|
+
activestorage (= 7.2.2.1)
|
200
|
+
activesupport (= 7.2.2.1)
|
201
|
+
bundler (>= 1.15.0)
|
202
|
+
railties (= 7.2.2.1)
|
115
203
|
rails-dom-testing (2.2.0)
|
116
204
|
activesupport (>= 5.0.0)
|
117
205
|
minitest
|
118
206
|
nokogiri (>= 1.6)
|
119
|
-
rails-html-sanitizer (1.6.
|
207
|
+
rails-html-sanitizer (1.6.2)
|
120
208
|
loofah (~> 2.21)
|
121
|
-
nokogiri (
|
122
|
-
railties (7.
|
123
|
-
actionpack (= 7.
|
124
|
-
activesupport (= 7.
|
125
|
-
irb
|
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 (7.2.2.1)
|
211
|
+
actionpack (= 7.2.2.1)
|
212
|
+
activesupport (= 7.2.2.1)
|
213
|
+
irb (~> 1.13)
|
126
214
|
rackup (>= 1.0.0)
|
127
215
|
rake (>= 12.2)
|
128
216
|
thor (~> 1.0, >= 1.2.2)
|
129
217
|
zeitwerk (~> 2.6)
|
130
218
|
rainbow (3.1.1)
|
131
219
|
rake (13.2.1)
|
132
|
-
rdoc (6.
|
220
|
+
rdoc (6.13.1)
|
133
221
|
psych (>= 4.0.0)
|
134
|
-
regexp_parser (2.
|
135
|
-
reline (0.
|
222
|
+
regexp_parser (2.10.0)
|
223
|
+
reline (0.6.1)
|
136
224
|
io-console (~> 0.5)
|
137
|
-
|
138
|
-
strscan
|
139
|
-
rubocop (1.64.1)
|
225
|
+
rubocop (1.75.5)
|
140
226
|
json (~> 2.3)
|
141
|
-
language_server-protocol (
|
227
|
+
language_server-protocol (~> 3.17.0.2)
|
228
|
+
lint_roller (~> 1.1.0)
|
142
229
|
parallel (~> 1.10)
|
143
230
|
parser (>= 3.3.0.2)
|
144
231
|
rainbow (>= 2.2.2, < 4.0)
|
145
|
-
regexp_parser (>=
|
146
|
-
|
147
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
232
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
233
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
148
234
|
ruby-progressbar (~> 1.7)
|
149
|
-
unicode-display_width (>= 2.4.0, <
|
150
|
-
rubocop-ast (1.
|
151
|
-
parser (>= 3.3.
|
152
|
-
|
153
|
-
|
154
|
-
|
235
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
236
|
+
rubocop-ast (1.44.1)
|
237
|
+
parser (>= 3.3.7.2)
|
238
|
+
prism (~> 1.4)
|
239
|
+
rubocop-performance (1.25.0)
|
240
|
+
lint_roller (~> 1.1)
|
241
|
+
rubocop (>= 1.75.0, < 2.0)
|
242
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
155
243
|
ruby-progressbar (1.13.0)
|
156
|
-
|
244
|
+
securerandom (0.4.1)
|
245
|
+
sqlite3 (1.7.3-aarch64-linux)
|
246
|
+
sqlite3 (1.7.3-arm-linux)
|
247
|
+
sqlite3 (1.7.3-arm64-darwin)
|
248
|
+
sqlite3 (1.7.3-x86_64-darwin)
|
249
|
+
sqlite3 (1.7.3-x86_64-linux)
|
250
|
+
standard (1.49.0)
|
157
251
|
language_server-protocol (~> 3.17.0.2)
|
158
252
|
lint_roller (~> 1.0)
|
159
|
-
rubocop (~> 1.
|
253
|
+
rubocop (~> 1.75.2)
|
160
254
|
standard-custom (~> 1.0.0)
|
161
|
-
standard-performance (~> 1.
|
255
|
+
standard-performance (~> 1.8)
|
162
256
|
standard-custom (1.0.2)
|
163
257
|
lint_roller (~> 1.0)
|
164
258
|
rubocop (~> 1.50)
|
165
|
-
standard-performance (1.
|
259
|
+
standard-performance (1.8.0)
|
166
260
|
lint_roller (~> 1.1)
|
167
|
-
rubocop-performance (~> 1.
|
168
|
-
stringio (3.1.
|
169
|
-
|
170
|
-
|
261
|
+
rubocop-performance (~> 1.25.0)
|
262
|
+
stringio (3.1.7)
|
263
|
+
thor (1.3.2)
|
264
|
+
timeout (0.4.3)
|
171
265
|
tzinfo (2.0.6)
|
172
266
|
concurrent-ruby (~> 1.0)
|
173
|
-
unicode-display_width (
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
267
|
+
unicode-display_width (3.1.4)
|
268
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
269
|
+
unicode-emoji (4.0.4)
|
270
|
+
useragent (0.16.11)
|
271
|
+
websocket-driver (0.7.7)
|
272
|
+
base64
|
273
|
+
websocket-extensions (>= 0.1.0)
|
274
|
+
websocket-extensions (0.1.5)
|
275
|
+
zeitwerk (2.7.2)
|
178
276
|
|
179
277
|
PLATFORMS
|
278
|
+
aarch64-linux
|
279
|
+
aarch64-linux-gnu
|
280
|
+
aarch64-linux-musl
|
281
|
+
arm-linux
|
282
|
+
arm-linux-gnu
|
283
|
+
arm-linux-musl
|
284
|
+
arm64-darwin
|
180
285
|
x86_64-darwin
|
286
|
+
x86_64-linux
|
287
|
+
x86_64-linux-gnu
|
288
|
+
x86_64-linux-musl
|
181
289
|
|
182
290
|
DEPENDENCIES
|
183
291
|
appraisal
|
@@ -185,10 +293,12 @@ DEPENDENCIES
|
|
185
293
|
combustion
|
186
294
|
minitest
|
187
295
|
minitest-reporters
|
188
|
-
|
189
|
-
phlexi-
|
296
|
+
nokogiri
|
297
|
+
phlexi-field!
|
298
|
+
rails (~> 7.1)
|
190
299
|
rake
|
300
|
+
sqlite3 (~> 1.4)
|
191
301
|
standard
|
192
302
|
|
193
303
|
BUNDLED WITH
|
194
|
-
2.
|
304
|
+
2.6.2
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# This file was generated by Appraisal
|
2
|
+
|
3
|
+
source "https://rubygems.org"
|
4
|
+
|
5
|
+
gem "rails", "~> 7.1.3", ">= 7.1.3.4", "< 8.0.0"
|
6
|
+
gem "sqlite3", "~> 1.4"
|
7
|
+
gem "phlex-rails", "~> 2.2"
|
8
|
+
|
9
|
+
platforms :ruby, :x86_64_linux, :arm64_darwin do
|
10
|
+
|
11
|
+
end
|
12
|
+
|
13
|
+
gemspec path: "../"
|