rbexy 2.0.0.rc1 → 2.0.0.rc3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +1 -1
- data/Appraisals +11 -7
- data/Gemfile.lock +184 -130
- data/README.md +2 -2
- data/gemfiles/rails_6_1.gemfile.lock +47 -42
- data/gemfiles/rails_7_0.gemfile.lock +47 -42
- data/gemfiles/rails_7_1.gemfile +7 -0
- data/gemfiles/rails_7_1.gemfile.lock +279 -0
- data/gemfiles/rails_master.gemfile.lock +47 -42
- data/lib/rbexy/component.rb +1 -0
- data/lib/rbexy/configuration.rb +1 -1
- data/lib/rbexy/rails/component_template_resolver.rb +44 -16
- data/lib/rbexy/version.rb +1 -1
- data/rbexy.gemspec +6 -5
- metadata +30 -14
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
rbexy (2.0.0.
|
5
|
-
actionview (>= 6, < 7.
|
6
|
-
activesupport (>= 6, < 7.
|
4
|
+
rbexy (2.0.0.rc2)
|
5
|
+
actionview (>= 6, < 7.2)
|
6
|
+
activesupport (>= 6, < 7.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -80,11 +80,11 @@ GEM
|
|
80
80
|
builder (3.2.4)
|
81
81
|
byebug (11.1.3)
|
82
82
|
coderay (1.1.3)
|
83
|
-
concurrent-ruby (1.
|
83
|
+
concurrent-ruby (1.2.2)
|
84
84
|
crass (1.0.6)
|
85
85
|
diff-lcs (1.5.0)
|
86
86
|
digest (3.1.0)
|
87
|
-
erubi (1.
|
87
|
+
erubi (1.12.0)
|
88
88
|
ffi (1.15.5)
|
89
89
|
formatador (1.1.0)
|
90
90
|
globalid (1.0.0)
|
@@ -103,15 +103,15 @@ GEM
|
|
103
103
|
guard (~> 2.1)
|
104
104
|
guard-compat (~> 1.1)
|
105
105
|
rspec (>= 2.99.0, < 4.0)
|
106
|
-
i18n (1.
|
106
|
+
i18n (1.14.1)
|
107
107
|
concurrent-ruby (~> 1.0)
|
108
108
|
io-wait (0.2.1)
|
109
109
|
listen (3.7.1)
|
110
110
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
111
111
|
rb-inotify (~> 0.9, >= 0.9.10)
|
112
|
-
loofah (2.
|
112
|
+
loofah (2.21.4)
|
113
113
|
crass (~> 1.0.2)
|
114
|
-
nokogiri (>= 1.
|
114
|
+
nokogiri (>= 1.12.0)
|
115
115
|
lumberjack (1.2.8)
|
116
116
|
mail (2.7.1)
|
117
117
|
mini_mime (>= 0.1.1)
|
@@ -119,7 +119,7 @@ GEM
|
|
119
119
|
memory_profiler (0.9.14)
|
120
120
|
method_source (1.0.0)
|
121
121
|
mini_mime (1.1.2)
|
122
|
-
minitest (5.
|
122
|
+
minitest (5.20.0)
|
123
123
|
nenv (0.3.0)
|
124
124
|
net-imap (0.2.3)
|
125
125
|
digest
|
@@ -137,7 +137,7 @@ GEM
|
|
137
137
|
net-protocol
|
138
138
|
timeout
|
139
139
|
nio4r (2.5.8)
|
140
|
-
nokogiri (1.
|
140
|
+
nokogiri (1.15.4-x86_64-linux)
|
141
141
|
racc (~> 1.4)
|
142
142
|
notiffany (0.1.3)
|
143
143
|
nenv (~> 0.1)
|
@@ -148,10 +148,12 @@ GEM
|
|
148
148
|
pry-byebug (3.9.0)
|
149
149
|
byebug (~> 11.0)
|
150
150
|
pry (~> 0.13.0)
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
151
|
+
puma (5.6.2)
|
152
|
+
nio4r (~> 2.0)
|
153
|
+
racc (1.7.1)
|
154
|
+
rack (2.2.8)
|
155
|
+
rack-test (2.1.0)
|
156
|
+
rack (>= 1.3)
|
155
157
|
rails (7.0.2.2)
|
156
158
|
actioncable (= 7.0.2.2)
|
157
159
|
actionmailbox (= 7.0.2.2)
|
@@ -166,11 +168,13 @@ GEM
|
|
166
168
|
activesupport (= 7.0.2.2)
|
167
169
|
bundler (>= 1.15.0)
|
168
170
|
railties (= 7.0.2.2)
|
169
|
-
rails-dom-testing (2.0
|
170
|
-
activesupport (>=
|
171
|
+
rails-dom-testing (2.2.0)
|
172
|
+
activesupport (>= 5.0.0)
|
173
|
+
minitest
|
171
174
|
nokogiri (>= 1.6)
|
172
|
-
rails-html-sanitizer (1.
|
173
|
-
loofah (~> 2.
|
175
|
+
rails-html-sanitizer (1.6.0)
|
176
|
+
loofah (~> 2.21)
|
177
|
+
nokogiri (~> 1.14)
|
174
178
|
railties (7.0.2.2)
|
175
179
|
actionpack (= 7.0.2.2)
|
176
180
|
activesupport (= 7.0.2.2)
|
@@ -182,30 +186,30 @@ GEM
|
|
182
186
|
rb-fsevent (0.11.1)
|
183
187
|
rb-inotify (0.10.1)
|
184
188
|
ffi (~> 1.0)
|
185
|
-
rspec (3.
|
186
|
-
rspec-core (~> 3.
|
187
|
-
rspec-expectations (~> 3.
|
188
|
-
rspec-mocks (~> 3.
|
189
|
-
rspec-core (3.
|
190
|
-
rspec-support (~> 3.
|
191
|
-
rspec-expectations (3.
|
189
|
+
rspec (3.12.0)
|
190
|
+
rspec-core (~> 3.12.0)
|
191
|
+
rspec-expectations (~> 3.12.0)
|
192
|
+
rspec-mocks (~> 3.12.0)
|
193
|
+
rspec-core (3.12.2)
|
194
|
+
rspec-support (~> 3.12.0)
|
195
|
+
rspec-expectations (3.12.3)
|
192
196
|
diff-lcs (>= 1.2.0, < 2.0)
|
193
|
-
rspec-support (~> 3.
|
197
|
+
rspec-support (~> 3.12.0)
|
194
198
|
rspec-html-matchers (0.9.4)
|
195
199
|
nokogiri (~> 1)
|
196
200
|
rspec (>= 3.0.0.a, < 4)
|
197
|
-
rspec-mocks (3.
|
201
|
+
rspec-mocks (3.12.6)
|
198
202
|
diff-lcs (>= 1.2.0, < 2.0)
|
199
|
-
rspec-support (~> 3.
|
200
|
-
rspec-rails (
|
201
|
-
actionpack (>=
|
202
|
-
activesupport (>=
|
203
|
-
railties (>=
|
204
|
-
rspec-core (~> 3.
|
205
|
-
rspec-expectations (~> 3.
|
206
|
-
rspec-mocks (~> 3.
|
207
|
-
rspec-support (~> 3.
|
208
|
-
rspec-support (3.
|
203
|
+
rspec-support (~> 3.12.0)
|
204
|
+
rspec-rails (6.0.3)
|
205
|
+
actionpack (>= 6.1)
|
206
|
+
activesupport (>= 6.1)
|
207
|
+
railties (>= 6.1)
|
208
|
+
rspec-core (~> 3.12)
|
209
|
+
rspec-expectations (~> 3.12)
|
210
|
+
rspec-mocks (~> 3.12)
|
211
|
+
rspec-support (~> 3.12)
|
212
|
+
rspec-support (3.12.1)
|
209
213
|
shellany (0.0.1)
|
210
214
|
sprockets (4.0.3)
|
211
215
|
concurrent-ruby (~> 1.0)
|
@@ -216,14 +220,14 @@ GEM
|
|
216
220
|
sprockets (>= 3.0.0)
|
217
221
|
sqlite3 (1.4.2)
|
218
222
|
strscan (3.0.1)
|
219
|
-
thor (1.
|
223
|
+
thor (1.3.0)
|
220
224
|
timeout (0.2.0)
|
221
|
-
tzinfo (2.0.
|
225
|
+
tzinfo (2.0.6)
|
222
226
|
concurrent-ruby (~> 1.0)
|
223
227
|
websocket-driver (0.7.5)
|
224
228
|
websocket-extensions (>= 0.1.0)
|
225
229
|
websocket-extensions (0.1.5)
|
226
|
-
zeitwerk (2.
|
230
|
+
zeitwerk (2.6.12)
|
227
231
|
|
228
232
|
PLATFORMS
|
229
233
|
x86_64-linux
|
@@ -233,12 +237,13 @@ DEPENDENCIES
|
|
233
237
|
guard-rspec (~> 4.7, >= 4.7.3)
|
234
238
|
memory_profiler (~> 0.9.14)
|
235
239
|
pry-byebug
|
240
|
+
puma
|
236
241
|
rails (~> 7.0.0)
|
237
242
|
rake
|
238
243
|
rbexy!
|
239
|
-
rspec (~> 3.
|
244
|
+
rspec (~> 3.12)
|
240
245
|
rspec-html-matchers (~> 0.9.3)
|
241
|
-
rspec-rails (~>
|
246
|
+
rspec-rails (~> 6.0, >= 6.0.3)
|
242
247
|
sprockets-rails (>= 2, < 4)
|
243
248
|
sqlite3
|
244
249
|
|
@@ -0,0 +1,279 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
rbexy (2.0.0.rc2)
|
5
|
+
actionview (>= 6, < 7.2)
|
6
|
+
activesupport (>= 6, < 7.2)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actioncable (7.1.1)
|
12
|
+
actionpack (= 7.1.1)
|
13
|
+
activesupport (= 7.1.1)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (>= 0.6.1)
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.1.1)
|
18
|
+
actionpack (= 7.1.1)
|
19
|
+
activejob (= 7.1.1)
|
20
|
+
activerecord (= 7.1.1)
|
21
|
+
activestorage (= 7.1.1)
|
22
|
+
activesupport (= 7.1.1)
|
23
|
+
mail (>= 2.7.1)
|
24
|
+
net-imap
|
25
|
+
net-pop
|
26
|
+
net-smtp
|
27
|
+
actionmailer (7.1.1)
|
28
|
+
actionpack (= 7.1.1)
|
29
|
+
actionview (= 7.1.1)
|
30
|
+
activejob (= 7.1.1)
|
31
|
+
activesupport (= 7.1.1)
|
32
|
+
mail (~> 2.5, >= 2.5.4)
|
33
|
+
net-imap
|
34
|
+
net-pop
|
35
|
+
net-smtp
|
36
|
+
rails-dom-testing (~> 2.2)
|
37
|
+
actionpack (7.1.1)
|
38
|
+
actionview (= 7.1.1)
|
39
|
+
activesupport (= 7.1.1)
|
40
|
+
nokogiri (>= 1.8.5)
|
41
|
+
rack (>= 2.2.4)
|
42
|
+
rack-session (>= 1.0.1)
|
43
|
+
rack-test (>= 0.6.3)
|
44
|
+
rails-dom-testing (~> 2.2)
|
45
|
+
rails-html-sanitizer (~> 1.6)
|
46
|
+
actiontext (7.1.1)
|
47
|
+
actionpack (= 7.1.1)
|
48
|
+
activerecord (= 7.1.1)
|
49
|
+
activestorage (= 7.1.1)
|
50
|
+
activesupport (= 7.1.1)
|
51
|
+
globalid (>= 0.6.0)
|
52
|
+
nokogiri (>= 1.8.5)
|
53
|
+
actionview (7.1.1)
|
54
|
+
activesupport (= 7.1.1)
|
55
|
+
builder (~> 3.1)
|
56
|
+
erubi (~> 1.11)
|
57
|
+
rails-dom-testing (~> 2.2)
|
58
|
+
rails-html-sanitizer (~> 1.6)
|
59
|
+
activejob (7.1.1)
|
60
|
+
activesupport (= 7.1.1)
|
61
|
+
globalid (>= 0.3.6)
|
62
|
+
activemodel (7.1.1)
|
63
|
+
activesupport (= 7.1.1)
|
64
|
+
activerecord (7.1.1)
|
65
|
+
activemodel (= 7.1.1)
|
66
|
+
activesupport (= 7.1.1)
|
67
|
+
timeout (>= 0.4.0)
|
68
|
+
activestorage (7.1.1)
|
69
|
+
actionpack (= 7.1.1)
|
70
|
+
activejob (= 7.1.1)
|
71
|
+
activerecord (= 7.1.1)
|
72
|
+
activesupport (= 7.1.1)
|
73
|
+
marcel (~> 1.0)
|
74
|
+
activesupport (7.1.1)
|
75
|
+
base64
|
76
|
+
bigdecimal
|
77
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
78
|
+
connection_pool (>= 2.2.5)
|
79
|
+
drb
|
80
|
+
i18n (>= 1.6, < 2)
|
81
|
+
minitest (>= 5.1)
|
82
|
+
mutex_m
|
83
|
+
tzinfo (~> 2.0)
|
84
|
+
appraisal (2.5.0)
|
85
|
+
bundler
|
86
|
+
rake
|
87
|
+
thor (>= 0.14.0)
|
88
|
+
base64 (0.1.1)
|
89
|
+
bigdecimal (3.1.4)
|
90
|
+
builder (3.2.4)
|
91
|
+
byebug (11.1.3)
|
92
|
+
coderay (1.1.3)
|
93
|
+
concurrent-ruby (1.2.2)
|
94
|
+
connection_pool (2.4.1)
|
95
|
+
crass (1.0.6)
|
96
|
+
date (3.3.3)
|
97
|
+
diff-lcs (1.5.0)
|
98
|
+
drb (2.1.1)
|
99
|
+
ruby2_keywords
|
100
|
+
erubi (1.12.0)
|
101
|
+
ffi (1.16.3)
|
102
|
+
formatador (1.1.0)
|
103
|
+
globalid (1.2.1)
|
104
|
+
activesupport (>= 6.1)
|
105
|
+
guard (2.18.1)
|
106
|
+
formatador (>= 0.2.4)
|
107
|
+
listen (>= 2.7, < 4.0)
|
108
|
+
lumberjack (>= 1.0.12, < 2.0)
|
109
|
+
nenv (~> 0.1)
|
110
|
+
notiffany (~> 0.0)
|
111
|
+
pry (>= 0.13.0)
|
112
|
+
shellany (~> 0.0)
|
113
|
+
thor (>= 0.18.1)
|
114
|
+
guard-compat (1.2.1)
|
115
|
+
guard-rspec (4.7.3)
|
116
|
+
guard (~> 2.1)
|
117
|
+
guard-compat (~> 1.1)
|
118
|
+
rspec (>= 2.99.0, < 4.0)
|
119
|
+
i18n (1.14.1)
|
120
|
+
concurrent-ruby (~> 1.0)
|
121
|
+
io-console (0.6.0)
|
122
|
+
irb (1.8.3)
|
123
|
+
rdoc
|
124
|
+
reline (>= 0.3.8)
|
125
|
+
listen (3.8.0)
|
126
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
127
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
128
|
+
loofah (2.21.4)
|
129
|
+
crass (~> 1.0.2)
|
130
|
+
nokogiri (>= 1.12.0)
|
131
|
+
lumberjack (1.2.9)
|
132
|
+
mail (2.8.1)
|
133
|
+
mini_mime (>= 0.1.1)
|
134
|
+
net-imap
|
135
|
+
net-pop
|
136
|
+
net-smtp
|
137
|
+
marcel (1.0.2)
|
138
|
+
memory_profiler (0.9.14)
|
139
|
+
method_source (1.0.0)
|
140
|
+
mini_mime (1.1.5)
|
141
|
+
minitest (5.20.0)
|
142
|
+
mutex_m (0.1.2)
|
143
|
+
nenv (0.3.0)
|
144
|
+
net-imap (0.4.1)
|
145
|
+
date
|
146
|
+
net-protocol
|
147
|
+
net-pop (0.1.2)
|
148
|
+
net-protocol
|
149
|
+
net-protocol (0.2.1)
|
150
|
+
timeout
|
151
|
+
net-smtp (0.4.0)
|
152
|
+
net-protocol
|
153
|
+
nio4r (2.5.9)
|
154
|
+
nokogiri (1.15.4-x86_64-linux)
|
155
|
+
racc (~> 1.4)
|
156
|
+
notiffany (0.1.3)
|
157
|
+
nenv (~> 0.1)
|
158
|
+
shellany (~> 0.0)
|
159
|
+
pry (0.14.2)
|
160
|
+
coderay (~> 1.1)
|
161
|
+
method_source (~> 1.0)
|
162
|
+
pry-byebug (3.10.1)
|
163
|
+
byebug (~> 11.0)
|
164
|
+
pry (>= 0.13, < 0.15)
|
165
|
+
psych (5.1.1.1)
|
166
|
+
stringio
|
167
|
+
puma (6.4.0)
|
168
|
+
nio4r (~> 2.0)
|
169
|
+
racc (1.7.1)
|
170
|
+
rack (3.0.8)
|
171
|
+
rack-session (2.0.0)
|
172
|
+
rack (>= 3.0.0)
|
173
|
+
rack-test (2.1.0)
|
174
|
+
rack (>= 1.3)
|
175
|
+
rackup (2.1.0)
|
176
|
+
rack (>= 3)
|
177
|
+
webrick (~> 1.8)
|
178
|
+
rails (7.1.1)
|
179
|
+
actioncable (= 7.1.1)
|
180
|
+
actionmailbox (= 7.1.1)
|
181
|
+
actionmailer (= 7.1.1)
|
182
|
+
actionpack (= 7.1.1)
|
183
|
+
actiontext (= 7.1.1)
|
184
|
+
actionview (= 7.1.1)
|
185
|
+
activejob (= 7.1.1)
|
186
|
+
activemodel (= 7.1.1)
|
187
|
+
activerecord (= 7.1.1)
|
188
|
+
activestorage (= 7.1.1)
|
189
|
+
activesupport (= 7.1.1)
|
190
|
+
bundler (>= 1.15.0)
|
191
|
+
railties (= 7.1.1)
|
192
|
+
rails-dom-testing (2.2.0)
|
193
|
+
activesupport (>= 5.0.0)
|
194
|
+
minitest
|
195
|
+
nokogiri (>= 1.6)
|
196
|
+
rails-html-sanitizer (1.6.0)
|
197
|
+
loofah (~> 2.21)
|
198
|
+
nokogiri (~> 1.14)
|
199
|
+
railties (7.1.1)
|
200
|
+
actionpack (= 7.1.1)
|
201
|
+
activesupport (= 7.1.1)
|
202
|
+
irb
|
203
|
+
rackup (>= 1.0.0)
|
204
|
+
rake (>= 12.2)
|
205
|
+
thor (~> 1.0, >= 1.2.2)
|
206
|
+
zeitwerk (~> 2.6)
|
207
|
+
rake (13.0.6)
|
208
|
+
rb-fsevent (0.11.2)
|
209
|
+
rb-inotify (0.10.1)
|
210
|
+
ffi (~> 1.0)
|
211
|
+
rdoc (6.5.0)
|
212
|
+
psych (>= 4.0.0)
|
213
|
+
reline (0.3.9)
|
214
|
+
io-console (~> 0.5)
|
215
|
+
rspec (3.12.0)
|
216
|
+
rspec-core (~> 3.12.0)
|
217
|
+
rspec-expectations (~> 3.12.0)
|
218
|
+
rspec-mocks (~> 3.12.0)
|
219
|
+
rspec-core (3.12.2)
|
220
|
+
rspec-support (~> 3.12.0)
|
221
|
+
rspec-expectations (3.12.3)
|
222
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
223
|
+
rspec-support (~> 3.12.0)
|
224
|
+
rspec-html-matchers (0.9.4)
|
225
|
+
nokogiri (~> 1)
|
226
|
+
rspec (>= 3.0.0.a, < 4)
|
227
|
+
rspec-mocks (3.12.6)
|
228
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
229
|
+
rspec-support (~> 3.12.0)
|
230
|
+
rspec-rails (6.0.3)
|
231
|
+
actionpack (>= 6.1)
|
232
|
+
activesupport (>= 6.1)
|
233
|
+
railties (>= 6.1)
|
234
|
+
rspec-core (~> 3.12)
|
235
|
+
rspec-expectations (~> 3.12)
|
236
|
+
rspec-mocks (~> 3.12)
|
237
|
+
rspec-support (~> 3.12)
|
238
|
+
rspec-support (3.12.1)
|
239
|
+
ruby2_keywords (0.0.5)
|
240
|
+
shellany (0.0.1)
|
241
|
+
sprockets (4.2.1)
|
242
|
+
concurrent-ruby (~> 1.0)
|
243
|
+
rack (>= 2.2.4, < 4)
|
244
|
+
sprockets-rails (3.4.2)
|
245
|
+
actionpack (>= 5.2)
|
246
|
+
activesupport (>= 5.2)
|
247
|
+
sprockets (>= 3.0.0)
|
248
|
+
sqlite3 (1.6.7-x86_64-linux)
|
249
|
+
stringio (3.0.8)
|
250
|
+
thor (1.3.0)
|
251
|
+
timeout (0.4.0)
|
252
|
+
tzinfo (2.0.6)
|
253
|
+
concurrent-ruby (~> 1.0)
|
254
|
+
webrick (1.8.1)
|
255
|
+
websocket-driver (0.7.6)
|
256
|
+
websocket-extensions (>= 0.1.0)
|
257
|
+
websocket-extensions (0.1.5)
|
258
|
+
zeitwerk (2.6.12)
|
259
|
+
|
260
|
+
PLATFORMS
|
261
|
+
x86_64-linux
|
262
|
+
|
263
|
+
DEPENDENCIES
|
264
|
+
appraisal (~> 2.2)
|
265
|
+
guard-rspec (~> 4.7, >= 4.7.3)
|
266
|
+
memory_profiler (~> 0.9.14)
|
267
|
+
pry-byebug
|
268
|
+
puma
|
269
|
+
rails (~> 7.1.0)
|
270
|
+
rake
|
271
|
+
rbexy!
|
272
|
+
rspec (~> 3.12)
|
273
|
+
rspec-html-matchers (~> 0.9.3)
|
274
|
+
rspec-rails (~> 6.0, >= 6.0.3)
|
275
|
+
sprockets-rails (>= 2, < 4)
|
276
|
+
sqlite3
|
277
|
+
|
278
|
+
BUNDLED WITH
|
279
|
+
2.2.3
|
@@ -93,9 +93,9 @@ GIT
|
|
93
93
|
PATH
|
94
94
|
remote: ..
|
95
95
|
specs:
|
96
|
-
rbexy (2.0.0.
|
97
|
-
actionview (>= 6, < 7.
|
98
|
-
activesupport (>= 6, < 7.
|
96
|
+
rbexy (2.0.0.rc2)
|
97
|
+
actionview (>= 6, < 7.2)
|
98
|
+
activesupport (>= 6, < 7.2)
|
99
99
|
|
100
100
|
GEM
|
101
101
|
remote: https://rubygems.org/
|
@@ -107,11 +107,11 @@ GEM
|
|
107
107
|
builder (3.2.4)
|
108
108
|
byebug (11.1.3)
|
109
109
|
coderay (1.1.3)
|
110
|
-
concurrent-ruby (1.
|
110
|
+
concurrent-ruby (1.2.2)
|
111
111
|
crass (1.0.6)
|
112
112
|
diff-lcs (1.5.0)
|
113
113
|
digest (3.1.0)
|
114
|
-
erubi (1.
|
114
|
+
erubi (1.12.0)
|
115
115
|
ffi (1.15.5)
|
116
116
|
formatador (1.1.0)
|
117
117
|
globalid (1.0.0)
|
@@ -130,15 +130,15 @@ GEM
|
|
130
130
|
guard (~> 2.1)
|
131
131
|
guard-compat (~> 1.1)
|
132
132
|
rspec (>= 2.99.0, < 4.0)
|
133
|
-
i18n (1.
|
133
|
+
i18n (1.14.1)
|
134
134
|
concurrent-ruby (~> 1.0)
|
135
135
|
io-wait (0.2.1)
|
136
136
|
listen (3.7.1)
|
137
137
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
138
138
|
rb-inotify (~> 0.9, >= 0.9.10)
|
139
|
-
loofah (2.
|
139
|
+
loofah (2.21.4)
|
140
140
|
crass (~> 1.0.2)
|
141
|
-
nokogiri (>= 1.
|
141
|
+
nokogiri (>= 1.12.0)
|
142
142
|
lumberjack (1.2.8)
|
143
143
|
mail (2.7.1)
|
144
144
|
mini_mime (>= 0.1.1)
|
@@ -146,7 +146,7 @@ GEM
|
|
146
146
|
memory_profiler (0.9.14)
|
147
147
|
method_source (1.0.0)
|
148
148
|
mini_mime (1.1.2)
|
149
|
-
minitest (5.
|
149
|
+
minitest (5.20.0)
|
150
150
|
nenv (0.3.0)
|
151
151
|
net-imap (0.2.3)
|
152
152
|
digest
|
@@ -164,7 +164,7 @@ GEM
|
|
164
164
|
net-protocol
|
165
165
|
timeout
|
166
166
|
nio4r (2.5.8)
|
167
|
-
nokogiri (1.
|
167
|
+
nokogiri (1.15.4-x86_64-linux)
|
168
168
|
racc (~> 1.4)
|
169
169
|
notiffany (0.1.3)
|
170
170
|
nenv (~> 0.1)
|
@@ -175,43 +175,47 @@ GEM
|
|
175
175
|
pry-byebug (3.9.0)
|
176
176
|
byebug (~> 11.0)
|
177
177
|
pry (~> 0.13.0)
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
178
|
+
puma (5.6.2)
|
179
|
+
nio4r (~> 2.0)
|
180
|
+
racc (1.7.1)
|
181
|
+
rack (2.2.8)
|
182
|
+
rack-test (2.1.0)
|
183
|
+
rack (>= 1.3)
|
184
|
+
rails-dom-testing (2.2.0)
|
185
|
+
activesupport (>= 5.0.0)
|
186
|
+
minitest
|
184
187
|
nokogiri (>= 1.6)
|
185
|
-
rails-html-sanitizer (1.
|
186
|
-
loofah (~> 2.
|
188
|
+
rails-html-sanitizer (1.6.0)
|
189
|
+
loofah (~> 2.21)
|
190
|
+
nokogiri (~> 1.14)
|
187
191
|
rake (13.0.6)
|
188
192
|
rb-fsevent (0.11.1)
|
189
193
|
rb-inotify (0.10.1)
|
190
194
|
ffi (~> 1.0)
|
191
|
-
rspec (3.
|
192
|
-
rspec-core (~> 3.
|
193
|
-
rspec-expectations (~> 3.
|
194
|
-
rspec-mocks (~> 3.
|
195
|
-
rspec-core (3.
|
196
|
-
rspec-support (~> 3.
|
197
|
-
rspec-expectations (3.
|
195
|
+
rspec (3.12.0)
|
196
|
+
rspec-core (~> 3.12.0)
|
197
|
+
rspec-expectations (~> 3.12.0)
|
198
|
+
rspec-mocks (~> 3.12.0)
|
199
|
+
rspec-core (3.12.2)
|
200
|
+
rspec-support (~> 3.12.0)
|
201
|
+
rspec-expectations (3.12.3)
|
198
202
|
diff-lcs (>= 1.2.0, < 2.0)
|
199
|
-
rspec-support (~> 3.
|
203
|
+
rspec-support (~> 3.12.0)
|
200
204
|
rspec-html-matchers (0.9.4)
|
201
205
|
nokogiri (~> 1)
|
202
206
|
rspec (>= 3.0.0.a, < 4)
|
203
|
-
rspec-mocks (3.
|
207
|
+
rspec-mocks (3.12.6)
|
204
208
|
diff-lcs (>= 1.2.0, < 2.0)
|
205
|
-
rspec-support (~> 3.
|
206
|
-
rspec-rails (
|
207
|
-
actionpack (>=
|
208
|
-
activesupport (>=
|
209
|
-
railties (>=
|
210
|
-
rspec-core (~> 3.
|
211
|
-
rspec-expectations (~> 3.
|
212
|
-
rspec-mocks (~> 3.
|
213
|
-
rspec-support (~> 3.
|
214
|
-
rspec-support (3.
|
209
|
+
rspec-support (~> 3.12.0)
|
210
|
+
rspec-rails (6.0.3)
|
211
|
+
actionpack (>= 6.1)
|
212
|
+
activesupport (>= 6.1)
|
213
|
+
railties (>= 6.1)
|
214
|
+
rspec-core (~> 3.12)
|
215
|
+
rspec-expectations (~> 3.12)
|
216
|
+
rspec-mocks (~> 3.12)
|
217
|
+
rspec-support (~> 3.12)
|
218
|
+
rspec-support (3.12.1)
|
215
219
|
shellany (0.0.1)
|
216
220
|
sprockets (4.0.3)
|
217
221
|
concurrent-ruby (~> 1.0)
|
@@ -222,14 +226,14 @@ GEM
|
|
222
226
|
sprockets (>= 3.0.0)
|
223
227
|
sqlite3 (1.4.2)
|
224
228
|
strscan (3.0.1)
|
225
|
-
thor (1.
|
229
|
+
thor (1.3.0)
|
226
230
|
timeout (0.2.0)
|
227
|
-
tzinfo (2.0.
|
231
|
+
tzinfo (2.0.6)
|
228
232
|
concurrent-ruby (~> 1.0)
|
229
233
|
websocket-driver (0.7.5)
|
230
234
|
websocket-extensions (>= 0.1.0)
|
231
235
|
websocket-extensions (0.1.5)
|
232
|
-
zeitwerk (2.
|
236
|
+
zeitwerk (2.6.12)
|
233
237
|
|
234
238
|
PLATFORMS
|
235
239
|
x86_64-linux
|
@@ -239,12 +243,13 @@ DEPENDENCIES
|
|
239
243
|
guard-rspec (~> 4.7, >= 4.7.3)
|
240
244
|
memory_profiler (~> 0.9.14)
|
241
245
|
pry-byebug
|
246
|
+
puma
|
242
247
|
rails!
|
243
248
|
rake
|
244
249
|
rbexy!
|
245
|
-
rspec (~> 3.
|
250
|
+
rspec (~> 3.12)
|
246
251
|
rspec-html-matchers (~> 0.9.3)
|
247
|
-
rspec-rails (~>
|
252
|
+
rspec-rails (~> 6.0, >= 6.0.3)
|
248
253
|
sprockets-rails (>= 2, < 4)
|
249
254
|
sqlite3
|
250
255
|
|
data/lib/rbexy/component.rb
CHANGED
data/lib/rbexy/configuration.rb
CHANGED
@@ -21,7 +21,7 @@ module Rbexy
|
|
21
21
|
|
22
22
|
def component_rendering_templates
|
23
23
|
@component_rendering_templates ||= {
|
24
|
-
children: "{capture{%{children}}}",
|
24
|
+
children: "{capture{%{children};nil}}",
|
25
25
|
component: "::%{component_class}.new(%{view_context},%{kwargs}).render_in%{children_block}"
|
26
26
|
}
|
27
27
|
end
|