ui_bibz 4.0.0.beta10 → 4.0.0.beta12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +2 -0
  3. data/Gemfile.lock +103 -100
  4. data/config/importmap.rb +1 -1
  5. data/lib/ui_bibz/infos.rb +3 -3
  6. data/test/builders/data_html_classes_builder_test.rb +1 -1
  7. data/test/dummy/config/initializers/content_security_policy.rb +1 -0
  8. data/test/dummy/config/initializers/inflections.rb +1 -0
  9. data/test/dummy/config/initializers/permissions_policy.rb +1 -0
  10. data/vendor/assets/fonts/fontawesome/fa-brands-400.ttf +0 -0
  11. data/vendor/assets/fonts/fontawesome/fa-brands-400.woff2 +0 -0
  12. data/vendor/assets/fonts/fontawesome/fa-regular-400.ttf +0 -0
  13. data/vendor/assets/fonts/fontawesome/fa-regular-400.woff2 +0 -0
  14. data/vendor/assets/fonts/fontawesome/fa-solid-900.ttf +0 -0
  15. data/vendor/assets/fonts/fontawesome/fa-solid-900.woff2 +0 -0
  16. data/vendor/assets/fonts/fontawesome/fa-v4compatibility.ttf +0 -0
  17. data/vendor/assets/fonts/fontawesome/fa-v4compatibility.woff2 +0 -0
  18. data/vendor/assets/javascripts/fontawesome/all.js +26 -18
  19. data/vendor/assets/javascripts/fontawesome/all.min.js +3 -3
  20. data/vendor/assets/javascripts/fontawesome/brands.js +14 -8
  21. data/vendor/assets/javascripts/fontawesome/brands.min.js +3 -3
  22. data/vendor/assets/javascripts/fontawesome/conflict-detection.js +2 -2
  23. data/vendor/assets/javascripts/fontawesome/conflict-detection.min.js +2 -2
  24. data/vendor/assets/javascripts/fontawesome/fontawesome.js +4 -4
  25. data/vendor/assets/javascripts/fontawesome/fontawesome.min.js +3 -3
  26. data/vendor/assets/javascripts/fontawesome/regular.js +3 -3
  27. data/vendor/assets/javascripts/fontawesome/regular.min.js +3 -3
  28. data/vendor/assets/javascripts/fontawesome/solid.js +11 -9
  29. data/vendor/assets/javascripts/fontawesome/solid.min.js +3 -3
  30. data/vendor/assets/javascripts/fontawesome/v4-shims.js +2 -2
  31. data/vendor/assets/javascripts/fontawesome/v4-shims.min.js +2 -2
  32. data/vendor/assets/stylesheets/fontawesome/_animated.scss +0 -1
  33. data/vendor/assets/stylesheets/fontawesome/_bordered-pulled.scss +2 -2
  34. data/vendor/assets/stylesheets/fontawesome/_mixins.scss +0 -3
  35. data/vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss +2 -2
  36. data/vendor/assets/stylesheets/fontawesome/_shims.scss +0 -464
  37. data/vendor/assets/stylesheets/fontawesome/_variables.scss +18 -0
  38. data/vendor/assets/stylesheets/fontawesome/brands.scss +2 -2
  39. data/vendor/assets/stylesheets/fontawesome/fontawesome.scss +2 -2
  40. data/vendor/assets/stylesheets/fontawesome/regular.scss +2 -2
  41. data/vendor/assets/stylesheets/fontawesome/solid.scss +2 -2
  42. data/vendor/assets/stylesheets/fontawesome/v4-shims.scss +2 -2
  43. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '080015eb1e845c649a32a36071964c5fa4cd00577cb2c31b4b5aff4ab9e795d6'
4
- data.tar.gz: 3be70d906cea6cc6b12edc2b1c3defdeda61409cfd7fcd41a320dfa18b8d03e6
3
+ metadata.gz: 211753863eab6ab2e1f723e09340b6c1904586c369f07f8b60bce0438d097613
4
+ data.tar.gz: 7ff5b27f3ae1df57d57d80e64201cad70d23f734ca4ac7931ab147a3c6f7eede
5
5
  SHA512:
6
- metadata.gz: 130a6ff22a9787851316d8f7f4d0a9bda219f7fd6ad4ce99bf1e92e382aa1ca336160475e7dcdfdb9d2b64e25dab04d040775018229fbdb2631ff0bcd9bb92ee
7
- data.tar.gz: 1ccca479b148dced9d5bd7cfa08152031fb786da9dda1b440b7398361cb9e2197277b0de59081cb00af9321b33c7f507d30c4a4a6cb9e05cd3345bd4c710c1ca
6
+ metadata.gz: bd43ac79c272c13064d03b94601c80126356c20c1f864387efb71204aee5aaaaf1fc7fc385274926aa7412ac98b28bf75ee63d4d6658014b61244639c9a40c76
7
+ data.tar.gz: 85ee357f09385cf03b4892b5085b770626c70e423decafd259d08c6b5a183ba81e46d0e718555ebbe5330dc3f1f32c1d448a416b111b9dafe4334fc9a058f23f
data/.rubocop.yml CHANGED
@@ -179,3 +179,5 @@ Style/OpenStructUse:
179
179
 
180
180
  Naming/BlockForwarding:
181
181
  Enabled: false
182
+ Style/ArgumentsForwarding:
183
+ Enabled: false
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (4.0.0.beta10)
4
+ ui_bibz (4.0.0.beta12)
5
5
  bootstrap-propshaft (~> 5.3.2.2)
6
6
  dartsass-rails
7
7
  rails (>= 7.1.0)
@@ -10,35 +10,35 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (7.1.3)
14
- actionpack (= 7.1.3)
15
- activesupport (= 7.1.3)
13
+ actioncable (7.1.3.3)
14
+ actionpack (= 7.1.3.3)
15
+ activesupport (= 7.1.3.3)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
18
  zeitwerk (~> 2.6)
19
- actionmailbox (7.1.3)
20
- actionpack (= 7.1.3)
21
- activejob (= 7.1.3)
22
- activerecord (= 7.1.3)
23
- activestorage (= 7.1.3)
24
- activesupport (= 7.1.3)
19
+ actionmailbox (7.1.3.3)
20
+ actionpack (= 7.1.3.3)
21
+ activejob (= 7.1.3.3)
22
+ activerecord (= 7.1.3.3)
23
+ activestorage (= 7.1.3.3)
24
+ activesupport (= 7.1.3.3)
25
25
  mail (>= 2.7.1)
26
26
  net-imap
27
27
  net-pop
28
28
  net-smtp
29
- actionmailer (7.1.3)
30
- actionpack (= 7.1.3)
31
- actionview (= 7.1.3)
32
- activejob (= 7.1.3)
33
- activesupport (= 7.1.3)
29
+ actionmailer (7.1.3.3)
30
+ actionpack (= 7.1.3.3)
31
+ actionview (= 7.1.3.3)
32
+ activejob (= 7.1.3.3)
33
+ activesupport (= 7.1.3.3)
34
34
  mail (~> 2.5, >= 2.5.4)
35
35
  net-imap
36
36
  net-pop
37
37
  net-smtp
38
38
  rails-dom-testing (~> 2.2)
39
- actionpack (7.1.3)
40
- actionview (= 7.1.3)
41
- activesupport (= 7.1.3)
39
+ actionpack (7.1.3.3)
40
+ actionview (= 7.1.3.3)
41
+ activesupport (= 7.1.3.3)
42
42
  nokogiri (>= 1.8.5)
43
43
  racc
44
44
  rack (>= 2.2.4)
@@ -46,35 +46,35 @@ GEM
46
46
  rack-test (>= 0.6.3)
47
47
  rails-dom-testing (~> 2.2)
48
48
  rails-html-sanitizer (~> 1.6)
49
- actiontext (7.1.3)
50
- actionpack (= 7.1.3)
51
- activerecord (= 7.1.3)
52
- activestorage (= 7.1.3)
53
- activesupport (= 7.1.3)
49
+ actiontext (7.1.3.3)
50
+ actionpack (= 7.1.3.3)
51
+ activerecord (= 7.1.3.3)
52
+ activestorage (= 7.1.3.3)
53
+ activesupport (= 7.1.3.3)
54
54
  globalid (>= 0.6.0)
55
55
  nokogiri (>= 1.8.5)
56
- actionview (7.1.3)
57
- activesupport (= 7.1.3)
56
+ actionview (7.1.3.3)
57
+ activesupport (= 7.1.3.3)
58
58
  builder (~> 3.1)
59
59
  erubi (~> 1.11)
60
60
  rails-dom-testing (~> 2.2)
61
61
  rails-html-sanitizer (~> 1.6)
62
- activejob (7.1.3)
63
- activesupport (= 7.1.3)
62
+ activejob (7.1.3.3)
63
+ activesupport (= 7.1.3.3)
64
64
  globalid (>= 0.3.6)
65
- activemodel (7.1.3)
66
- activesupport (= 7.1.3)
67
- activerecord (7.1.3)
68
- activemodel (= 7.1.3)
69
- activesupport (= 7.1.3)
65
+ activemodel (7.1.3.3)
66
+ activesupport (= 7.1.3.3)
67
+ activerecord (7.1.3.3)
68
+ activemodel (= 7.1.3.3)
69
+ activesupport (= 7.1.3.3)
70
70
  timeout (>= 0.4.0)
71
- activestorage (7.1.3)
72
- actionpack (= 7.1.3)
73
- activejob (= 7.1.3)
74
- activerecord (= 7.1.3)
75
- activesupport (= 7.1.3)
71
+ activestorage (7.1.3.3)
72
+ actionpack (= 7.1.3.3)
73
+ activejob (= 7.1.3.3)
74
+ activerecord (= 7.1.3.3)
75
+ activesupport (= 7.1.3.3)
76
76
  marcel (~> 1.0)
77
- activesupport (7.1.3)
77
+ activesupport (7.1.3.3)
78
78
  base64
79
79
  bigdecimal
80
80
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -89,7 +89,7 @@ GEM
89
89
  execjs (~> 2)
90
90
  awesome_print (1.9.2)
91
91
  base64 (0.2.0)
92
- bigdecimal (3.1.6)
92
+ bigdecimal (3.1.8)
93
93
  bootstrap-propshaft (5.3.2.2)
94
94
  autoprefixer-rails (>= 9.1.0)
95
95
  popper_js (>= 2.11.8, < 3)
@@ -104,8 +104,7 @@ GEM
104
104
  sass-embedded (~> 1.63)
105
105
  date (3.3.4)
106
106
  docile (1.4.0)
107
- drb (2.2.0)
108
- ruby2_keywords
107
+ drb (2.2.1)
109
108
  erubi (1.12.0)
110
109
  execjs (2.9.1)
111
110
  factory_bot (4.11.1)
@@ -115,7 +114,10 @@ GEM
115
114
  railties (>= 3.0.0)
116
115
  globalid (1.2.1)
117
116
  activesupport (>= 6.1)
118
- google-protobuf (3.25.2)
117
+ google-protobuf (4.26.1-x86_64-darwin)
118
+ rake (>= 13)
119
+ google-protobuf (4.26.1-x86_64-linux)
120
+ rake (>= 13)
119
121
  haml (6.3.0)
120
122
  temple (>= 0.8.2)
121
123
  thor
@@ -125,7 +127,7 @@ GEM
125
127
  activesupport (>= 5.1)
126
128
  haml (>= 4.0.6)
127
129
  railties (>= 5.1)
128
- i18n (1.14.1)
130
+ i18n (1.14.5)
129
131
  concurrent-ruby (~> 1.0)
130
132
  importmap-rails (2.0.1)
131
133
  actionpack (>= 6.0.0)
@@ -133,10 +135,10 @@ GEM
133
135
  railties (>= 6.0.0)
134
136
  iniparse (1.5.0)
135
137
  io-console (0.7.2)
136
- irb (1.11.1)
137
- rdoc
138
+ irb (1.13.1)
139
+ rdoc (>= 4.0.0)
138
140
  reline (>= 0.4.2)
139
- json (2.7.1)
141
+ json (2.7.2)
140
142
  language_server-protocol (3.17.0.3)
141
143
  loofah (2.22.0)
142
144
  crass (~> 1.0.2)
@@ -146,34 +148,34 @@ GEM
146
148
  net-imap
147
149
  net-pop
148
150
  net-smtp
149
- marcel (1.0.2)
151
+ marcel (1.0.4)
150
152
  mini_mime (1.1.5)
151
- minitest (5.21.2)
153
+ minitest (5.23.0)
152
154
  mutex_m (0.2.0)
153
- net-imap (0.4.9.1)
155
+ net-imap (0.4.11)
154
156
  date
155
157
  net-protocol
156
158
  net-pop (0.1.2)
157
159
  net-protocol
158
160
  net-protocol (0.2.2)
159
161
  timeout
160
- net-smtp (0.4.0.1)
162
+ net-smtp (0.5.0)
161
163
  net-protocol
162
- nio4r (2.7.0)
163
- nokogiri (1.16.0-x86_64-darwin)
164
+ nio4r (2.7.3)
165
+ nokogiri (1.16.5-x86_64-darwin)
164
166
  racc (~> 1.4)
165
- nokogiri (1.16.0-x86_64-linux)
167
+ nokogiri (1.16.5-x86_64-linux)
166
168
  racc (~> 1.4)
167
- overcommit (0.62.0)
169
+ overcommit (0.63.0)
168
170
  childprocess (>= 0.6.3, < 6)
169
171
  iniparse (~> 1.4)
170
172
  rexml (~> 3.2)
171
173
  parallel (1.24.0)
172
- parser (3.3.0.5)
174
+ parser (3.3.1.0)
173
175
  ast (~> 2.4.1)
174
176
  racc
175
177
  popper_js (2.11.8)
176
- propshaft (0.8.0)
178
+ propshaft (0.9.0)
177
179
  actionpack (>= 7.0.0)
178
180
  activesupport (>= 7.0.0)
179
181
  rack
@@ -182,8 +184,8 @@ GEM
182
184
  stringio
183
185
  puma (6.4.2)
184
186
  nio4r (~> 2.0)
185
- racc (1.7.3)
186
- rack (3.0.9)
187
+ racc (1.8.0)
188
+ rack (3.0.11)
187
189
  rack-session (2.0.0)
188
190
  rack (>= 3.0.0)
189
191
  rack-test (2.1.0)
@@ -191,20 +193,20 @@ GEM
191
193
  rackup (2.1.0)
192
194
  rack (>= 3)
193
195
  webrick (~> 1.8)
194
- rails (7.1.3)
195
- actioncable (= 7.1.3)
196
- actionmailbox (= 7.1.3)
197
- actionmailer (= 7.1.3)
198
- actionpack (= 7.1.3)
199
- actiontext (= 7.1.3)
200
- actionview (= 7.1.3)
201
- activejob (= 7.1.3)
202
- activemodel (= 7.1.3)
203
- activerecord (= 7.1.3)
204
- activestorage (= 7.1.3)
205
- activesupport (= 7.1.3)
196
+ rails (7.1.3.3)
197
+ actioncable (= 7.1.3.3)
198
+ actionmailbox (= 7.1.3.3)
199
+ actionmailer (= 7.1.3.3)
200
+ actionpack (= 7.1.3.3)
201
+ actiontext (= 7.1.3.3)
202
+ actionview (= 7.1.3.3)
203
+ activejob (= 7.1.3.3)
204
+ activemodel (= 7.1.3.3)
205
+ activerecord (= 7.1.3.3)
206
+ activestorage (= 7.1.3.3)
207
+ activesupport (= 7.1.3.3)
206
208
  bundler (>= 1.15.0)
207
- railties (= 7.1.3)
209
+ railties (= 7.1.3.3)
208
210
  rails-dom-testing (2.2.0)
209
211
  activesupport (>= 5.0.0)
210
212
  minitest
@@ -212,23 +214,24 @@ GEM
212
214
  rails-html-sanitizer (1.6.0)
213
215
  loofah (~> 2.21)
214
216
  nokogiri (~> 1.14)
215
- railties (7.1.3)
216
- actionpack (= 7.1.3)
217
- activesupport (= 7.1.3)
217
+ railties (7.1.3.3)
218
+ actionpack (= 7.1.3.3)
219
+ activesupport (= 7.1.3.3)
218
220
  irb
219
221
  rackup (>= 1.0.0)
220
222
  rake (>= 12.2)
221
223
  thor (~> 1.0, >= 1.2.2)
222
224
  zeitwerk (~> 2.6)
223
225
  rainbow (3.1.1)
224
- rake (13.1.0)
225
- rdoc (6.6.2)
226
+ rake (13.2.1)
227
+ rdoc (6.6.3.1)
226
228
  psych (>= 4.0.0)
227
- regexp_parser (2.9.0)
228
- reline (0.4.2)
229
+ regexp_parser (2.9.2)
230
+ reline (0.5.7)
229
231
  io-console (~> 0.5)
230
- rexml (3.2.6)
231
- rubocop (1.60.2)
232
+ rexml (3.2.8)
233
+ strscan (>= 3.0.9)
234
+ rubocop (1.63.5)
232
235
  json (~> 2.3)
233
236
  language_server-protocol (>= 3.17.0)
234
237
  parallel (~> 1.10)
@@ -236,28 +239,27 @@ GEM
236
239
  rainbow (>= 2.2.2, < 4.0)
237
240
  regexp_parser (>= 1.8, < 3.0)
238
241
  rexml (>= 3.2.5, < 4.0)
239
- rubocop-ast (>= 1.30.0, < 2.0)
242
+ rubocop-ast (>= 1.31.1, < 2.0)
240
243
  ruby-progressbar (~> 1.7)
241
244
  unicode-display_width (>= 2.4.0, < 3.0)
242
- rubocop-ast (1.30.0)
243
- parser (>= 3.2.1.0)
244
- rubocop-minitest (0.34.5)
245
- rubocop (>= 1.39, < 2.0)
246
- rubocop-ast (>= 1.30.0, < 2.0)
247
- rubocop-performance (1.20.2)
245
+ rubocop-ast (1.31.3)
246
+ parser (>= 3.3.1.0)
247
+ rubocop-minitest (0.35.0)
248
+ rubocop (>= 1.61, < 2.0)
249
+ rubocop-ast (>= 1.31.1, < 2.0)
250
+ rubocop-performance (1.21.0)
248
251
  rubocop (>= 1.48.1, < 2.0)
249
- rubocop-ast (>= 1.30.0, < 2.0)
250
- rubocop-rails (2.23.1)
252
+ rubocop-ast (>= 1.31.1, < 2.0)
253
+ rubocop-rails (2.25.0)
251
254
  activesupport (>= 4.2.0)
252
255
  rack (>= 1.1)
253
256
  rubocop (>= 1.33.0, < 2.0)
254
- rubocop-ast (>= 1.30.0, < 2.0)
257
+ rubocop-ast (>= 1.31.1, < 2.0)
255
258
  ruby-progressbar (1.13.0)
256
- ruby2_keywords (0.0.5)
257
- sass-embedded (1.70.0-x86_64-darwin)
258
- google-protobuf (~> 3.25)
259
- sass-embedded (1.70.0-x86_64-linux-gnu)
260
- google-protobuf (~> 3.25)
259
+ sass-embedded (1.77.2-x86_64-darwin)
260
+ google-protobuf (>= 3.25, < 5.0)
261
+ sass-embedded (1.77.2-x86_64-linux-gnu)
262
+ google-protobuf (>= 3.25, < 5.0)
261
263
  simple_form (5.3.0)
262
264
  actionpack (>= 5.2)
263
265
  activemodel (>= 5.2)
@@ -267,11 +269,12 @@ GEM
267
269
  simplecov_json_formatter (~> 0.1)
268
270
  simplecov-html (0.12.3)
269
271
  simplecov_json_formatter (0.1.4)
270
- sqlite3 (1.7.2-x86_64-darwin)
271
- sqlite3 (1.7.2-x86_64-linux)
272
+ sqlite3 (2.0.1-x86_64-darwin)
273
+ sqlite3 (2.0.1-x86_64-linux-gnu)
272
274
  stringio (3.1.0)
275
+ strscan (3.1.0)
273
276
  temple (0.10.3)
274
- thor (1.3.0)
277
+ thor (1.3.1)
275
278
  tilt (2.3.0)
276
279
  timeout (0.4.1)
277
280
  tzinfo (2.0.6)
@@ -282,8 +285,8 @@ GEM
282
285
  websocket-extensions (>= 0.1.0)
283
286
  websocket-extensions (0.1.5)
284
287
  will_paginate (4.0.0)
285
- yard (0.9.34)
286
- zeitwerk (2.6.12)
288
+ yard (0.9.36)
289
+ zeitwerk (2.6.14)
287
290
 
288
291
  PLATFORMS
289
292
  x86_64-darwin-22
data/config/importmap.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  pin '@popperjs/core', to: 'https://unpkg.com/@popperjs/core@2.11.2/dist/esm/index.js', preload: true # use unpkg.com as ga.jspm.io contains a broken popper package
4
- pin 'bootstrap', to: 'https://ga.jspm.io/npm:bootstrap@5.3.2/dist/js/bootstrap.esm.js', preload: true
4
+ pin 'bootstrap', to: 'https://ga.jspm.io/npm:bootstrap@5.3.3/dist/js/bootstrap.esm.js', preload: true
5
5
  pin 'jquery', to: 'jquery-3.7.0.min.js', preload: true
6
6
  pin 'bootstrap-multiselect', to: 'bootstrap-multiselect.min.js', preload: true
7
7
  pin 'bootstrap-switch', to: 'bootstrap-switch.min.js', preload: true
data/lib/ui_bibz/infos.rb CHANGED
@@ -3,15 +3,15 @@
3
3
  module UiBibz
4
4
  NAME = 'Ui Bibz'
5
5
  SLUG = 'ui_bibz'
6
- BOOTSTRAP_VERSION = '5.3.2'
6
+ BOOTSTRAP_VERSION = '5.3.3'
7
7
  DESCRIPTION = "A Rails Interface Framework using Bootstrap #{BOOTSTRAP_VERSION}.".freeze
8
8
  SUMMARY = "Ui Bibz is an Ui Framework that allows you to build an interface very quickly and simply using Bootstrap #{BOOTSTRAP_VERSION}.".freeze
9
9
  LICENSE = 'MIT'
10
- FONTAWESOME_VERSION = '6.5.1'
10
+ FONTAWESOME_VERSION = '6.5.2'
11
11
  HOMEPAGE = 'https://hummel.link/ui-bibz/'
12
12
  REPO = 'git+https://github.com/thooams/ui_bibz.git'
13
13
  EMAIL = 'thomas@hummel.link'
14
14
  AUTHOR = 'Thooams [Thomas HUMMEL]'
15
- VERSION = '4.0.0.beta10'
15
+ VERSION = '4.0.0.beta12'
16
16
  AUTHORS = ['Thooams'].freeze
17
17
  end
@@ -4,7 +4,7 @@ require 'test_helper'
4
4
 
5
5
  class DataHtmlOptionsBuilderTest < ActiveSupport::TestCase
6
6
  def setup
7
- @html_class_builder = UiBibz::Builders::DataHtmlOptionsBuilder.new({}, {})
7
+ @html_class_builder = UiBibz::Builders::DataHtmlOptionsBuilder.new({}, {}, {})
8
8
  end
9
9
 
10
10
  test 'add key' do
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  # Be sure to restart your server when you modify this file.
3
4
 
4
5
  # Define an application-wide content security policy.
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  # Be sure to restart your server when you modify this file.
3
4
 
4
5
  # Add new inflection rules using the following format. Inflections
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  # Define an application-wide HTTP permissions policy. For further
3
4
  # information see https://developers.google.com/web/updates/2018/06/feature-policy
4
5
  #