mime-types-data 3.2023.0218.1 → 3.2024.0604
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/History.md +207 -172
- data/Rakefile +33 -19
- data/data/content_type_mime.db +2 -0
- data/data/ext_mime.db +4 -0
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +102 -3
- data/data/mime.docs.column +99 -0
- data/data/mime.encoding.column +99 -0
- data/data/mime.flags.column +101 -2
- data/data/mime.friendly.column +99 -0
- data/data/mime.pext.column +99 -0
- data/data/mime.use_instead.column +100 -1
- data/data/mime.xrefs.column +150 -51
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +746 -30
- data/types/audio.yaml +34 -7
- data/types/image.yaml +43 -19
- data/types/message.yaml +27 -0
- data/types/model.yaml +9 -0
- data/types/text.yaml +58 -0
- data/types/video.yaml +31 -5
- metadata +32 -45
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
-
|
|
6
6
|
-
|
|
7
7
|
-
|
|
8
|
+
-
|
|
8
9
|
application/x-msaccess
|
|
9
10
|
-
|
|
10
11
|
-
|
|
@@ -54,11 +55,15 @@ application/x-msaccess
|
|
|
54
55
|
-
|
|
55
56
|
-
|
|
56
57
|
-
|
|
58
|
+
-
|
|
59
|
+
-
|
|
60
|
+
-
|
|
57
61
|
application/x-bleeper
|
|
58
62
|
-
|
|
59
63
|
-
|
|
60
64
|
-
|
|
61
65
|
-
|
|
66
|
+
-
|
|
62
67
|
application/cals-1840
|
|
63
68
|
-
|
|
64
69
|
-
|
|
@@ -130,6 +135,10 @@ application/cals-1840
|
|
|
130
135
|
-
|
|
131
136
|
-
|
|
132
137
|
-
|
|
138
|
+
-
|
|
139
|
+
-
|
|
140
|
+
-
|
|
141
|
+
-
|
|
133
142
|
text/javascript
|
|
134
143
|
-
|
|
135
144
|
-
|
|
@@ -154,6 +163,7 @@ text/javascript
|
|
|
154
163
|
-
|
|
155
164
|
-
|
|
156
165
|
-
|
|
166
|
+
-
|
|
157
167
|
application/vnd.ms-excel
|
|
158
168
|
-
|
|
159
169
|
-
|
|
@@ -176,6 +186,7 @@ application/x-futuresplash
|
|
|
176
186
|
-
|
|
177
187
|
-
|
|
178
188
|
-
|
|
189
|
+
-
|
|
179
190
|
application/x-ghostview
|
|
180
191
|
-
|
|
181
192
|
-
|
|
@@ -184,6 +195,10 @@ application/x-ghostview
|
|
|
184
195
|
-
|
|
185
196
|
-
|
|
186
197
|
-
|
|
198
|
+
-
|
|
199
|
+
-
|
|
200
|
+
-
|
|
201
|
+
-
|
|
187
202
|
application/x-hep
|
|
188
203
|
-
|
|
189
204
|
-
|
|
@@ -235,6 +250,8 @@ text/javascript
|
|
|
235
250
|
-
|
|
236
251
|
-
|
|
237
252
|
-
|
|
253
|
+
-
|
|
254
|
+
-
|
|
238
255
|
application/vnd.lotus-1-2-3
|
|
239
256
|
-
|
|
240
257
|
-
|
|
@@ -369,6 +386,18 @@ application/x-mathematica-old
|
|
|
369
386
|
-
|
|
370
387
|
-
|
|
371
388
|
-
|
|
389
|
+
-
|
|
390
|
+
-
|
|
391
|
+
-
|
|
392
|
+
-
|
|
393
|
+
-
|
|
394
|
+
-
|
|
395
|
+
-
|
|
396
|
+
-
|
|
397
|
+
-
|
|
398
|
+
-
|
|
399
|
+
-
|
|
400
|
+
-
|
|
372
401
|
application/x-quicktimeplayer
|
|
373
402
|
-
|
|
374
403
|
-
|
|
@@ -443,6 +472,7 @@ application/remote-printing
|
|
|
443
472
|
-
|
|
444
473
|
-
|
|
445
474
|
-
|
|
475
|
+
-
|
|
446
476
|
application/smil+xml
|
|
447
477
|
-
|
|
448
478
|
-
|
|
@@ -487,6 +517,8 @@ application/smil+xml
|
|
|
487
517
|
-
|
|
488
518
|
-
|
|
489
519
|
-
|
|
520
|
+
-
|
|
521
|
+
-
|
|
490
522
|
application/x-toolbook
|
|
491
523
|
-
|
|
492
524
|
-
|
|
@@ -539,6 +571,12 @@ application/x-VMSBACKUP
|
|
|
539
571
|
-
|
|
540
572
|
-
|
|
541
573
|
-
|
|
574
|
+
-
|
|
575
|
+
-
|
|
576
|
+
-
|
|
577
|
+
-
|
|
578
|
+
-
|
|
579
|
+
-
|
|
542
580
|
application/vnd.3gpp.mcvideo-info+xml
|
|
543
581
|
-
|
|
544
582
|
-
|
|
@@ -625,6 +663,18 @@ application/vnd.3gpp.mcvideo-info+xml
|
|
|
625
663
|
-
|
|
626
664
|
-
|
|
627
665
|
-
|
|
666
|
+
-
|
|
667
|
+
-
|
|
668
|
+
-
|
|
669
|
+
-
|
|
670
|
+
-
|
|
671
|
+
-
|
|
672
|
+
-
|
|
673
|
+
-
|
|
674
|
+
-
|
|
675
|
+
-
|
|
676
|
+
-
|
|
677
|
+
-
|
|
628
678
|
application/vnd.aristanetworks.swi
|
|
629
679
|
-
|
|
630
680
|
-
|
|
@@ -873,6 +923,12 @@ application/vnd.aristanetworks.swi
|
|
|
873
923
|
-
|
|
874
924
|
-
|
|
875
925
|
-
|
|
926
|
+
-
|
|
927
|
+
-
|
|
928
|
+
-
|
|
929
|
+
-
|
|
930
|
+
-
|
|
931
|
+
-
|
|
876
932
|
application/geo+json
|
|
877
933
|
-
|
|
878
934
|
-
|
|
@@ -1142,6 +1198,17 @@ application/vnd.visionary
|
|
|
1142
1198
|
-
|
|
1143
1199
|
-
|
|
1144
1200
|
-
|
|
1201
|
+
-
|
|
1202
|
+
-
|
|
1203
|
+
-
|
|
1204
|
+
-
|
|
1205
|
+
-
|
|
1206
|
+
-
|
|
1207
|
+
-
|
|
1208
|
+
-
|
|
1209
|
+
-
|
|
1210
|
+
-
|
|
1211
|
+
-
|
|
1145
1212
|
application/vnd.nokia.ncd
|
|
1146
1213
|
-
|
|
1147
1214
|
-
|
|
@@ -1158,6 +1225,9 @@ application/vnd.nokia.ncd
|
|
|
1158
1225
|
-
|
|
1159
1226
|
-
|
|
1160
1227
|
-
|
|
1228
|
+
-
|
|
1229
|
+
-
|
|
1230
|
+
-
|
|
1161
1231
|
application/vnd.oasis.opendocument.base
|
|
1162
1232
|
-
|
|
1163
1233
|
-
|
|
@@ -1568,6 +1638,10 @@ application/vnd.oasis.opendocument.base
|
|
|
1568
1638
|
-
|
|
1569
1639
|
-
|
|
1570
1640
|
-
|
|
1641
|
+
-
|
|
1642
|
+
-
|
|
1643
|
+
-
|
|
1644
|
+
-
|
|
1571
1645
|
video/vnd.youtube.yt
|
|
1572
1646
|
-
|
|
1573
1647
|
-
|
|
@@ -1586,6 +1660,7 @@ video/vnd.youtube.yt
|
|
|
1586
1660
|
-
|
|
1587
1661
|
-
|
|
1588
1662
|
-
|
|
1663
|
+
-
|
|
1589
1664
|
application/vnd.wordperfect
|
|
1590
1665
|
-
|
|
1591
1666
|
application/x-wordperfect6.1
|
|
@@ -1630,6 +1705,7 @@ application/x-compressed
|
|
|
1630
1705
|
-
|
|
1631
1706
|
-
|
|
1632
1707
|
-
|
|
1708
|
+
text/javascript
|
|
1633
1709
|
-
|
|
1634
1710
|
-
|
|
1635
1711
|
application/vnd.ms-excel
|
|
@@ -1670,7 +1746,7 @@ application/gzip
|
|
|
1670
1746
|
-
|
|
1671
1747
|
-
|
|
1672
1748
|
-
|
|
1673
|
-
|
|
1749
|
+
text/javascript
|
|
1674
1750
|
-
|
|
1675
1751
|
-
|
|
1676
1752
|
application/vnd.lotus-1-2-3
|
|
@@ -1964,6 +2040,11 @@ application/x400-bp
|
|
|
1964
2040
|
-
|
|
1965
2041
|
-
|
|
1966
2042
|
-
|
|
2043
|
+
-
|
|
2044
|
+
-
|
|
2045
|
+
-
|
|
2046
|
+
-
|
|
2047
|
+
-
|
|
1967
2048
|
audio/qcelp
|
|
1968
2049
|
-
|
|
1969
2050
|
-
|
|
@@ -2052,6 +2133,8 @@ image/x-cmu-raster
|
|
|
2052
2133
|
-
|
|
2053
2134
|
-
|
|
2054
2135
|
-
|
|
2136
|
+
-
|
|
2137
|
+
-
|
|
2055
2138
|
image/x-targa
|
|
2056
2139
|
-
|
|
2057
2140
|
-
|
|
@@ -2218,6 +2301,10 @@ image/wmf
|
|
|
2218
2301
|
-
|
|
2219
2302
|
-
|
|
2220
2303
|
-
|
|
2304
|
+
-
|
|
2305
|
+
-
|
|
2306
|
+
-
|
|
2307
|
+
-
|
|
2221
2308
|
multipart/parallel
|
|
2222
2309
|
-
|
|
2223
2310
|
-
|
|
@@ -2247,6 +2334,14 @@ text/javascript
|
|
|
2247
2334
|
-
|
|
2248
2335
|
-
|
|
2249
2336
|
-
|
|
2337
|
+
text/javascript
|
|
2338
|
+
text/javascript
|
|
2339
|
+
text/javascript
|
|
2340
|
+
text/javascript
|
|
2341
|
+
text/javascript
|
|
2342
|
+
-
|
|
2343
|
+
text/javascript
|
|
2344
|
+
text/javascript
|
|
2250
2345
|
-
|
|
2251
2346
|
-
|
|
2252
2347
|
-
|
|
@@ -2324,6 +2419,7 @@ model/vnd.flatland.3dml
|
|
|
2324
2419
|
-
|
|
2325
2420
|
-
|
|
2326
2421
|
-
|
|
2422
|
+
text/javascript
|
|
2327
2423
|
-
|
|
2328
2424
|
-
|
|
2329
2425
|
-
|
|
@@ -2353,6 +2449,7 @@ video/x-dl
|
|
|
2353
2449
|
-
|
|
2354
2450
|
-
|
|
2355
2451
|
-
|
|
2452
|
+
-
|
|
2356
2453
|
video/x-gl
|
|
2357
2454
|
-
|
|
2358
2455
|
-
|
|
@@ -2433,6 +2530,8 @@ video/x-gl
|
|
|
2433
2530
|
-
|
|
2434
2531
|
-
|
|
2435
2532
|
-
|
|
2533
|
+
-
|
|
2534
|
+
-
|
|
2436
2535
|
video/DV
|
|
2437
2536
|
-
|
|
2438
2537
|
-
|