ui_bibz 4.0.0.beta13 → 4.0.0.beta14

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.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +76 -76
  3. data/app/assets/stylesheets/ui_bibz.sass +1 -0
  4. data/lib/ui_bibz/infos.rb +1 -1
  5. data/vendor/assets/fonts/fontawesome/fa-brands-400.ttf +0 -0
  6. data/vendor/assets/fonts/fontawesome/fa-brands-400.woff2 +0 -0
  7. data/vendor/assets/fonts/fontawesome/fa-regular-400.ttf +0 -0
  8. data/vendor/assets/fonts/fontawesome/fa-regular-400.woff2 +0 -0
  9. data/vendor/assets/fonts/fontawesome/fa-solid-900.ttf +0 -0
  10. data/vendor/assets/fonts/fontawesome/fa-solid-900.woff2 +0 -0
  11. data/vendor/assets/fonts/fontawesome/fa-v4compatibility.ttf +0 -0
  12. data/vendor/assets/fonts/fontawesome/fa-v4compatibility.woff2 +0 -0
  13. data/vendor/assets/javascripts/fontawesome/all.js +3246 -3236
  14. data/vendor/assets/javascripts/fontawesome/all.min.js +2 -2
  15. data/vendor/assets/javascripts/fontawesome/brands.js +217 -208
  16. data/vendor/assets/javascripts/fontawesome/brands.min.js +2 -2
  17. data/vendor/assets/javascripts/fontawesome/conflict-detection.js +327 -347
  18. data/vendor/assets/javascripts/fontawesome/conflict-detection.min.js +2 -2
  19. data/vendor/assets/javascripts/fontawesome/fontawesome.js +1291 -1307
  20. data/vendor/assets/javascripts/fontawesome/fontawesome.min.js +2 -2
  21. data/vendor/assets/javascripts/fontawesome/regular.js +338 -331
  22. data/vendor/assets/javascripts/fontawesome/regular.min.js +2 -2
  23. data/vendor/assets/javascripts/fontawesome/solid.js +1403 -1393
  24. data/vendor/assets/javascripts/fontawesome/solid.min.js +2 -2
  25. data/vendor/assets/javascripts/fontawesome/v4-shims.js +206 -178
  26. data/vendor/assets/javascripts/fontawesome/v4-shims.min.js +2 -2
  27. data/vendor/assets/stylesheets/fontawesome/_core.scss +6 -6
  28. data/vendor/assets/stylesheets/fontawesome/_list.scss +1 -1
  29. data/vendor/assets/stylesheets/fontawesome/_variables.scss +10 -0
  30. data/vendor/assets/stylesheets/fontawesome/brands.scss +1 -1
  31. data/vendor/assets/stylesheets/fontawesome/fontawesome.scss +14 -14
  32. data/vendor/assets/stylesheets/fontawesome/regular.scss +2 -1
  33. data/vendor/assets/stylesheets/fontawesome/solid.scss +2 -1
  34. data/vendor/assets/stylesheets/fontawesome/v4-shims.scss +1 -1
  35. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 448cd48298164e039121bd045b698cb2a722721e6b1acfcb71f724953d32b0d7
4
- data.tar.gz: 33db3f8f730d09cce09309af6f320555f5ef26f4a73d909315c6dd399ecfcd72
3
+ metadata.gz: accfe5e81a517a5bdb0bab43530ea4d9d6c80d5b75670f9451a7cfc567015998
4
+ data.tar.gz: 8e557d979fede0a2da459088e9e433e5977cd8504f114b7cb4b38449db7cfeec
5
5
  SHA512:
6
- metadata.gz: e207aeecb07c3bef259be6912519c456d3e21d308230a281bcbb9052733ad8053d2a1e4042aeba548f8e173671435dc8348324ac423d263a171775f7a448c65f
7
- data.tar.gz: 2bc8a84a9c6035b4ddafa191872d4e7109bec23ec0201ac56017cd89ff431a45944788e71ef4974293ebc502a1096e1178ce6e1f77d72bee017ea11daabfd06c
6
+ metadata.gz: 26ee695f4be007519a334c72f8dd76424f9dfd4dc799a1c8c7cf93041eaf3a88abd94707f30d7297a1a0a9ec02fb5cba641a4c6269b89f2e1cba81042b8c4207
7
+ data.tar.gz: 48552e58d44501a3a3ca5fdfbfa42dde862f0016601b9c34be5cad5287e9644fedd155d82e2770b4b33ff97df477bee8e41ccba84eb136869350b64620e4e22b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (4.0.0.beta13)
4
+ ui_bibz (4.0.0.beta14)
5
5
  bootstrap-propshaft (~> 5.3.2.2)
6
6
  dartsass-rails
7
7
  rails (>= 7.1.0)
@@ -10,29 +10,29 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (7.2.1.1)
14
- actionpack (= 7.2.1.1)
15
- activesupport (= 7.2.1.1)
13
+ actioncable (7.2.2)
14
+ actionpack (= 7.2.2)
15
+ activesupport (= 7.2.2)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
18
  zeitwerk (~> 2.6)
19
- actionmailbox (7.2.1.1)
20
- actionpack (= 7.2.1.1)
21
- activejob (= 7.2.1.1)
22
- activerecord (= 7.2.1.1)
23
- activestorage (= 7.2.1.1)
24
- activesupport (= 7.2.1.1)
19
+ actionmailbox (7.2.2)
20
+ actionpack (= 7.2.2)
21
+ activejob (= 7.2.2)
22
+ activerecord (= 7.2.2)
23
+ activestorage (= 7.2.2)
24
+ activesupport (= 7.2.2)
25
25
  mail (>= 2.8.0)
26
- actionmailer (7.2.1.1)
27
- actionpack (= 7.2.1.1)
28
- actionview (= 7.2.1.1)
29
- activejob (= 7.2.1.1)
30
- activesupport (= 7.2.1.1)
26
+ actionmailer (7.2.2)
27
+ actionpack (= 7.2.2)
28
+ actionview (= 7.2.2)
29
+ activejob (= 7.2.2)
30
+ activesupport (= 7.2.2)
31
31
  mail (>= 2.8.0)
32
32
  rails-dom-testing (~> 2.2)
33
- actionpack (7.2.1.1)
34
- actionview (= 7.2.1.1)
35
- activesupport (= 7.2.1.1)
33
+ actionpack (7.2.2)
34
+ actionview (= 7.2.2)
35
+ activesupport (= 7.2.2)
36
36
  nokogiri (>= 1.8.5)
37
37
  racc
38
38
  rack (>= 2.2.4, < 3.2)
@@ -41,36 +41,37 @@ GEM
41
41
  rails-dom-testing (~> 2.2)
42
42
  rails-html-sanitizer (~> 1.6)
43
43
  useragent (~> 0.16)
44
- actiontext (7.2.1.1)
45
- actionpack (= 7.2.1.1)
46
- activerecord (= 7.2.1.1)
47
- activestorage (= 7.2.1.1)
48
- activesupport (= 7.2.1.1)
44
+ actiontext (7.2.2)
45
+ actionpack (= 7.2.2)
46
+ activerecord (= 7.2.2)
47
+ activestorage (= 7.2.2)
48
+ activesupport (= 7.2.2)
49
49
  globalid (>= 0.6.0)
50
50
  nokogiri (>= 1.8.5)
51
- actionview (7.2.1.1)
52
- activesupport (= 7.2.1.1)
51
+ actionview (7.2.2)
52
+ activesupport (= 7.2.2)
53
53
  builder (~> 3.1)
54
54
  erubi (~> 1.11)
55
55
  rails-dom-testing (~> 2.2)
56
56
  rails-html-sanitizer (~> 1.6)
57
- activejob (7.2.1.1)
58
- activesupport (= 7.2.1.1)
57
+ activejob (7.2.2)
58
+ activesupport (= 7.2.2)
59
59
  globalid (>= 0.3.6)
60
- activemodel (7.2.1.1)
61
- activesupport (= 7.2.1.1)
62
- activerecord (7.2.1.1)
63
- activemodel (= 7.2.1.1)
64
- activesupport (= 7.2.1.1)
60
+ activemodel (7.2.2)
61
+ activesupport (= 7.2.2)
62
+ activerecord (7.2.2)
63
+ activemodel (= 7.2.2)
64
+ activesupport (= 7.2.2)
65
65
  timeout (>= 0.4.0)
66
- activestorage (7.2.1.1)
67
- actionpack (= 7.2.1.1)
68
- activejob (= 7.2.1.1)
69
- activerecord (= 7.2.1.1)
70
- activesupport (= 7.2.1.1)
66
+ activestorage (7.2.2)
67
+ actionpack (= 7.2.2)
68
+ activejob (= 7.2.2)
69
+ activerecord (= 7.2.2)
70
+ activesupport (= 7.2.2)
71
71
  marcel (~> 1.0)
72
- activesupport (7.2.1.1)
72
+ activesupport (7.2.2)
73
73
  base64
74
+ benchmark (>= 0.3)
74
75
  bigdecimal
75
76
  concurrent-ruby (~> 1.0, >= 1.3.1)
76
77
  connection_pool (>= 2.2.5)
@@ -85,6 +86,7 @@ GEM
85
86
  execjs (~> 2)
86
87
  awesome_print (1.9.2)
87
88
  base64 (0.2.0)
89
+ benchmark (0.3.0)
88
90
  bigdecimal (3.1.8)
89
91
  bootstrap-propshaft (5.3.2.2)
90
92
  autoprefixer-rails (>= 9.1.0)
@@ -99,11 +101,11 @@ GEM
99
101
  dartsass-rails (0.5.1)
100
102
  railties (>= 6.0.0)
101
103
  sass-embedded (~> 1.63)
102
- date (3.3.4)
104
+ date (3.4.0)
103
105
  docile (1.4.1)
104
106
  drb (2.2.1)
105
107
  erubi (1.13.0)
106
- execjs (2.9.1)
108
+ execjs (2.10.0)
107
109
  factory_bot (4.11.1)
108
110
  activesupport (>= 3.0.0)
109
111
  factory_bot_rails (4.11.1)
@@ -111,10 +113,10 @@ GEM
111
113
  railties (>= 3.0.0)
112
114
  globalid (1.2.1)
113
115
  activesupport (>= 6.1)
114
- google-protobuf (4.28.2-x86_64-darwin)
116
+ google-protobuf (4.28.3-x86_64-darwin)
115
117
  bigdecimal
116
118
  rake (>= 13)
117
- google-protobuf (4.28.2-x86_64-linux)
119
+ google-protobuf (4.28.3-x86_64-linux)
118
120
  bigdecimal
119
121
  rake (>= 13)
120
122
  haml (6.3.0)
@@ -137,10 +139,10 @@ GEM
137
139
  irb (1.14.1)
138
140
  rdoc (>= 4.0.0)
139
141
  reline (>= 0.4.2)
140
- json (2.7.2)
142
+ json (2.8.1)
141
143
  language_server-protocol (3.17.0.3)
142
144
  logger (1.6.1)
143
- loofah (2.22.0)
145
+ loofah (2.23.1)
144
146
  crass (~> 1.0.2)
145
147
  nokogiri (>= 1.12.0)
146
148
  mail (2.8.1)
@@ -160,17 +162,17 @@ GEM
160
162
  timeout
161
163
  net-smtp (0.5.0)
162
164
  net-protocol
163
- nio4r (2.7.3)
165
+ nio4r (2.7.4)
164
166
  nokogiri (1.16.7-x86_64-darwin)
165
167
  racc (~> 1.4)
166
168
  nokogiri (1.16.7-x86_64-linux)
167
169
  racc (~> 1.4)
168
- overcommit (0.64.0)
170
+ overcommit (0.64.1)
169
171
  childprocess (>= 0.6.3, < 6)
170
172
  iniparse (~> 1.4)
171
- rexml (~> 3.2)
173
+ rexml (>= 3.3.9)
172
174
  parallel (1.26.3)
173
- parser (3.3.5.0)
175
+ parser (3.3.6.0)
174
176
  ast (~> 2.4.1)
175
177
  racc
176
178
  popper_js (2.11.8)
@@ -189,23 +191,22 @@ GEM
189
191
  rack (>= 3.0.0)
190
192
  rack-test (2.1.0)
191
193
  rack (>= 1.3)
192
- rackup (2.1.0)
194
+ rackup (2.2.0)
193
195
  rack (>= 3)
194
- webrick (~> 1.8)
195
- rails (7.2.1.1)
196
- actioncable (= 7.2.1.1)
197
- actionmailbox (= 7.2.1.1)
198
- actionmailer (= 7.2.1.1)
199
- actionpack (= 7.2.1.1)
200
- actiontext (= 7.2.1.1)
201
- actionview (= 7.2.1.1)
202
- activejob (= 7.2.1.1)
203
- activemodel (= 7.2.1.1)
204
- activerecord (= 7.2.1.1)
205
- activestorage (= 7.2.1.1)
206
- activesupport (= 7.2.1.1)
196
+ rails (7.2.2)
197
+ actioncable (= 7.2.2)
198
+ actionmailbox (= 7.2.2)
199
+ actionmailer (= 7.2.2)
200
+ actionpack (= 7.2.2)
201
+ actiontext (= 7.2.2)
202
+ actionview (= 7.2.2)
203
+ activejob (= 7.2.2)
204
+ activemodel (= 7.2.2)
205
+ activerecord (= 7.2.2)
206
+ activestorage (= 7.2.2)
207
+ activesupport (= 7.2.2)
207
208
  bundler (>= 1.15.0)
208
- railties (= 7.2.1.1)
209
+ railties (= 7.2.2)
209
210
  rails-dom-testing (2.2.0)
210
211
  activesupport (>= 5.0.0)
211
212
  minitest
@@ -213,9 +214,9 @@ GEM
213
214
  rails-html-sanitizer (1.6.0)
214
215
  loofah (~> 2.21)
215
216
  nokogiri (~> 1.14)
216
- railties (7.2.1.1)
217
- actionpack (= 7.2.1.1)
218
- activesupport (= 7.2.1.1)
217
+ railties (7.2.2)
218
+ actionpack (= 7.2.2)
219
+ activesupport (= 7.2.2)
219
220
  irb (~> 1.13)
220
221
  rackup (>= 1.0.0)
221
222
  rake (>= 12.2)
@@ -228,8 +229,8 @@ GEM
228
229
  regexp_parser (2.9.2)
229
230
  reline (0.5.10)
230
231
  io-console (~> 0.5)
231
- rexml (3.3.8)
232
- rubocop (1.67.0)
232
+ rexml (3.3.9)
233
+ rubocop (1.68.0)
233
234
  json (~> 2.3)
234
235
  language_server-protocol (>= 3.17.0)
235
236
  parallel (~> 1.10)
@@ -239,7 +240,7 @@ GEM
239
240
  rubocop-ast (>= 1.32.2, < 2.0)
240
241
  ruby-progressbar (~> 1.7)
241
242
  unicode-display_width (>= 2.4.0, < 3.0)
242
- rubocop-ast (1.32.3)
243
+ rubocop-ast (1.34.0)
243
244
  parser (>= 3.3.1.0)
244
245
  rubocop-minitest (0.36.0)
245
246
  rubocop (>= 1.61, < 2.0)
@@ -247,15 +248,15 @@ GEM
247
248
  rubocop-performance (1.22.1)
248
249
  rubocop (>= 1.48.1, < 2.0)
249
250
  rubocop-ast (>= 1.31.1, < 2.0)
250
- rubocop-rails (2.26.2)
251
+ rubocop-rails (2.27.0)
251
252
  activesupport (>= 4.2.0)
252
253
  rack (>= 1.1)
253
254
  rubocop (>= 1.52.0, < 2.0)
254
255
  rubocop-ast (>= 1.31.1, < 2.0)
255
256
  ruby-progressbar (1.13.0)
256
- sass-embedded (1.80.3-x86_64-darwin)
257
+ sass-embedded (1.80.6-x86_64-darwin)
257
258
  google-protobuf (~> 4.28)
258
- sass-embedded (1.80.3-x86_64-linux-gnu)
259
+ sass-embedded (1.80.6-x86_64-linux-gnu)
259
260
  google-protobuf (~> 4.28)
260
261
  securerandom (0.3.1)
261
262
  simple_form (5.3.1)
@@ -267,18 +268,17 @@ GEM
267
268
  simplecov_json_formatter (~> 0.1)
268
269
  simplecov-html (0.13.1)
269
270
  simplecov_json_formatter (0.1.4)
270
- sqlite3 (2.1.0-x86_64-darwin)
271
- sqlite3 (2.1.0-x86_64-linux-gnu)
271
+ sqlite3 (2.2.0-x86_64-darwin)
272
+ sqlite3 (2.2.0-x86_64-linux-gnu)
272
273
  stringio (3.1.1)
273
274
  temple (0.10.3)
274
275
  thor (1.3.2)
275
276
  tilt (2.4.0)
276
- timeout (0.4.1)
277
+ timeout (0.4.2)
277
278
  tzinfo (2.0.6)
278
279
  concurrent-ruby (~> 1.0)
279
280
  unicode-display_width (2.6.0)
280
281
  useragent (0.16.10)
281
- webrick (1.8.2)
282
282
  websocket-driver (0.7.6)
283
283
  websocket-extensions (>= 0.1.0)
284
284
  websocket-extensions (0.1.5)
@@ -3,6 +3,7 @@
3
3
  $fa-font-path: 'fontawesome'
4
4
  @import 'fontawesome/fontawesome'
5
5
  @import 'fontawesome/solid'
6
+ @import 'fontawesome/regular'
6
7
  @import 'fontawesome/brands'
7
8
  @import 'multi-select'
8
9
  @import 'bootstrap-multiselect'
data/lib/ui_bibz/infos.rb CHANGED
@@ -12,6 +12,6 @@ module UiBibz
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.beta13'
15
+ VERSION = '4.0.0.beta14'
16
16
  AUTHORS = ['Thooams'].freeze
17
17
  end