ui_bibz 4.0.0.beta13 → 4.0.0.beta14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +76 -76
- data/app/assets/stylesheets/ui_bibz.sass +1 -0
- data/lib/ui_bibz/infos.rb +1 -1
- data/vendor/assets/fonts/fontawesome/fa-brands-400.ttf +0 -0
- data/vendor/assets/fonts/fontawesome/fa-brands-400.woff2 +0 -0
- data/vendor/assets/fonts/fontawesome/fa-regular-400.ttf +0 -0
- data/vendor/assets/fonts/fontawesome/fa-regular-400.woff2 +0 -0
- data/vendor/assets/fonts/fontawesome/fa-solid-900.ttf +0 -0
- data/vendor/assets/fonts/fontawesome/fa-solid-900.woff2 +0 -0
- data/vendor/assets/fonts/fontawesome/fa-v4compatibility.ttf +0 -0
- data/vendor/assets/fonts/fontawesome/fa-v4compatibility.woff2 +0 -0
- data/vendor/assets/javascripts/fontawesome/all.js +3246 -3236
- data/vendor/assets/javascripts/fontawesome/all.min.js +2 -2
- data/vendor/assets/javascripts/fontawesome/brands.js +217 -208
- data/vendor/assets/javascripts/fontawesome/brands.min.js +2 -2
- data/vendor/assets/javascripts/fontawesome/conflict-detection.js +327 -347
- data/vendor/assets/javascripts/fontawesome/conflict-detection.min.js +2 -2
- data/vendor/assets/javascripts/fontawesome/fontawesome.js +1291 -1307
- data/vendor/assets/javascripts/fontawesome/fontawesome.min.js +2 -2
- data/vendor/assets/javascripts/fontawesome/regular.js +338 -331
- data/vendor/assets/javascripts/fontawesome/regular.min.js +2 -2
- data/vendor/assets/javascripts/fontawesome/solid.js +1403 -1393
- data/vendor/assets/javascripts/fontawesome/solid.min.js +2 -2
- data/vendor/assets/javascripts/fontawesome/v4-shims.js +206 -178
- data/vendor/assets/javascripts/fontawesome/v4-shims.min.js +2 -2
- data/vendor/assets/stylesheets/fontawesome/_core.scss +6 -6
- data/vendor/assets/stylesheets/fontawesome/_list.scss +1 -1
- data/vendor/assets/stylesheets/fontawesome/_variables.scss +10 -0
- data/vendor/assets/stylesheets/fontawesome/brands.scss +1 -1
- data/vendor/assets/stylesheets/fontawesome/fontawesome.scss +14 -14
- data/vendor/assets/stylesheets/fontawesome/regular.scss +2 -1
- data/vendor/assets/stylesheets/fontawesome/solid.scss +2 -1
- data/vendor/assets/stylesheets/fontawesome/v4-shims.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: accfe5e81a517a5bdb0bab43530ea4d9d6c80d5b75670f9451a7cfc567015998
|
4
|
+
data.tar.gz: 8e557d979fede0a2da459088e9e433e5977cd8504f114b7cb4b38449db7cfeec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
14
|
-
actionpack (= 7.2.
|
15
|
-
activesupport (= 7.2.
|
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.
|
20
|
-
actionpack (= 7.2.
|
21
|
-
activejob (= 7.2.
|
22
|
-
activerecord (= 7.2.
|
23
|
-
activestorage (= 7.2.
|
24
|
-
activesupport (= 7.2.
|
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.
|
27
|
-
actionpack (= 7.2.
|
28
|
-
actionview (= 7.2.
|
29
|
-
activejob (= 7.2.
|
30
|
-
activesupport (= 7.2.
|
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.
|
34
|
-
actionview (= 7.2.
|
35
|
-
activesupport (= 7.2.
|
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.
|
45
|
-
actionpack (= 7.2.
|
46
|
-
activerecord (= 7.2.
|
47
|
-
activestorage (= 7.2.
|
48
|
-
activesupport (= 7.2.
|
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.
|
52
|
-
activesupport (= 7.2.
|
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.
|
58
|
-
activesupport (= 7.2.
|
57
|
+
activejob (7.2.2)
|
58
|
+
activesupport (= 7.2.2)
|
59
59
|
globalid (>= 0.3.6)
|
60
|
-
activemodel (7.2.
|
61
|
-
activesupport (= 7.2.
|
62
|
-
activerecord (7.2.
|
63
|
-
activemodel (= 7.2.
|
64
|
-
activesupport (= 7.2.
|
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.
|
67
|
-
actionpack (= 7.2.
|
68
|
-
activejob (= 7.2.
|
69
|
-
activerecord (= 7.2.
|
70
|
-
activesupport (= 7.2.
|
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.
|
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.
|
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.
|
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.
|
116
|
+
google-protobuf (4.28.3-x86_64-darwin)
|
115
117
|
bigdecimal
|
116
118
|
rake (>= 13)
|
117
|
-
google-protobuf (4.28.
|
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.
|
142
|
+
json (2.8.1)
|
141
143
|
language_server-protocol (3.17.0.3)
|
142
144
|
logger (1.6.1)
|
143
|
-
loofah (2.
|
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.
|
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.
|
170
|
+
overcommit (0.64.1)
|
169
171
|
childprocess (>= 0.6.3, < 6)
|
170
172
|
iniparse (~> 1.4)
|
171
|
-
rexml (
|
173
|
+
rexml (>= 3.3.9)
|
172
174
|
parallel (1.26.3)
|
173
|
-
parser (3.3.
|
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.
|
194
|
+
rackup (2.2.0)
|
193
195
|
rack (>= 3)
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
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.
|
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.
|
217
|
-
actionpack (= 7.2.
|
218
|
-
activesupport (= 7.2.
|
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.
|
232
|
-
rubocop (1.
|
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.
|
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.
|
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.
|
257
|
+
sass-embedded (1.80.6-x86_64-darwin)
|
257
258
|
google-protobuf (~> 4.28)
|
258
|
-
sass-embedded (1.80.
|
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.
|
271
|
-
sqlite3 (2.
|
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.
|
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)
|
data/lib/ui_bibz/infos.rb
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|