mime-types-data 3.2025.0506.pre3 → 3.2025.0506
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/CHANGELOG.md +14 -3
- data/Manifest.txt +0 -1
- data/Rakefile +4 -8
- data/data/content_type_mime.db +15 -3
- data/data/ext_mime.db +27 -27
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +10 -0
- data/data/mime.docs.column +10 -0
- data/data/mime.encoding.column +10 -0
- data/data/mime.flags.column +10 -0
- data/data/mime.friendly.column +10 -0
- data/data/mime.pext.column +10 -0
- data/data/mime.use_instead.column +10 -0
- data/data/mime.xrefs.column +12 -2
- data/lib/mime/types/data.rb +1 -1
- metadata +5 -6
- data/data/mime.spri.column +0 -0
@@ -533,6 +533,7 @@ application/taxii+json
|
|
533
533
|
application/td+json
|
534
534
|
application/tei+xml tei teicorpus
|
535
535
|
application/TETRA_ISI
|
536
|
+
application/texinfo
|
536
537
|
application/thraud+xml tfi
|
537
538
|
application/timestamp-query
|
538
539
|
application/timestamp-reply
|
@@ -626,11 +627,16 @@ application/vnd.3gpp.pic-bw-small psb
|
|
626
627
|
application/vnd.3gpp.pic-bw-var pvb
|
627
628
|
application/vnd.3gpp.pinapp-info+xml
|
628
629
|
application/vnd.3gpp.s1ap
|
630
|
+
application/vnd.3gpp.seal-app-comm-requirements-info+xml
|
631
|
+
application/vnd.3gpp.seal-data-delivery-info+cbor
|
629
632
|
application/vnd.3gpp.seal-group-doc+xml
|
630
633
|
application/vnd.3gpp.seal-info+xml
|
634
|
+
application/vnd.3gpp.seal-location-info+cbor
|
631
635
|
application/vnd.3gpp.seal-location-info+xml
|
632
636
|
application/vnd.3gpp.seal-mbms-usage-info+xml
|
637
|
+
application/vnd.3gpp.seal-mbs-usage-info+xml
|
633
638
|
application/vnd.3gpp.seal-network-QoS-management-info+xml
|
639
|
+
application/vnd.3gpp.seal-network-resource-info+cbor
|
634
640
|
application/vnd.3gpp.seal-ue-config-info+xml
|
635
641
|
application/vnd.3gpp.seal-unicast-info+xml
|
636
642
|
application/vnd.3gpp.seal-user-profile-info+xml
|
@@ -742,6 +748,7 @@ application/vnd.cab-jscript
|
|
742
748
|
application/vnd.canon-cpdl
|
743
749
|
application/vnd.canon-lips
|
744
750
|
application/vnd.capasystems-pg+json
|
751
|
+
application/vnd.cel
|
745
752
|
application/vnd.cendio.thinlinc.clientconf
|
746
753
|
application/vnd.century-systems.tcp_stream
|
747
754
|
application/vnd.chemdraw+xml cdxml
|
@@ -1450,6 +1457,7 @@ application/vnd.pg.osasli ei6
|
|
1450
1457
|
application/vnd.piaccess.application-licence
|
1451
1458
|
application/vnd.picsel efif
|
1452
1459
|
application/vnd.pmi.widget wg
|
1460
|
+
application/vnd.pmtiles
|
1453
1461
|
application/vnd.poc.group-advertisement+xml
|
1454
1462
|
application/vnd.pocketlearn plf
|
1455
1463
|
application/vnd.powerbuilder6 pbd
|
@@ -1573,6 +1581,7 @@ application/vnd.sun.xml.math sxm
|
|
1573
1581
|
application/vnd.sun.xml.writer sxw
|
1574
1582
|
application/vnd.sun.xml.writer.global sxg
|
1575
1583
|
application/vnd.sun.xml.writer.template stw
|
1584
|
+
application/vnd.superfile.super
|
1576
1585
|
application/vnd.sus-calendar sus susp
|
1577
1586
|
application/vnd.svd svd
|
1578
1587
|
application/vnd.swiftview-ics
|
@@ -2195,6 +2204,7 @@ image/tiff tiff tif
|
|
2195
2204
|
image/tiff-fx
|
2196
2205
|
image/vnd.adobe.photoshop psd
|
2197
2206
|
image/vnd.airzip.accelerator.azv
|
2207
|
+
image/vnd.blockfact.facti
|
2198
2208
|
image/vnd.clip
|
2199
2209
|
image/vnd.cns.inf2
|
2200
2210
|
image/vnd.dece.graphic uvg uvi uvvg uvvi
|
data/data/mime.docs.column
CHANGED
@@ -2182,6 +2182,15 @@
|
|
2182
2182
|
-
|
2183
2183
|
-
|
2184
2184
|
-
|
2185
|
+
-
|
2186
|
+
-
|
2187
|
+
-
|
2188
|
+
-
|
2189
|
+
-
|
2190
|
+
-
|
2191
|
+
-
|
2192
|
+
-
|
2193
|
+
-
|
2185
2194
|
Fixes a bug with IE6 and progressive JPEGs
|
2186
2195
|
-
|
2187
2196
|
-
|
@@ -2236,6 +2245,7 @@ Fixes a bug with IE6 and progressive JPEGs
|
|
2236
2245
|
-
|
2237
2246
|
-
|
2238
2247
|
-
|
2248
|
+
-
|
2239
2249
|
see-also:image/x-xcf
|
2240
2250
|
-
|
2241
2251
|
-
|
data/data/mime.encoding.column
CHANGED
@@ -652,6 +652,12 @@ base64
|
|
652
652
|
base64
|
653
653
|
base64
|
654
654
|
base64
|
655
|
+
base64
|
656
|
+
base64
|
657
|
+
base64
|
658
|
+
base64
|
659
|
+
base64
|
660
|
+
base64
|
655
661
|
7bit
|
656
662
|
base64
|
657
663
|
base64
|
@@ -931,6 +937,7 @@ base64
|
|
931
937
|
base64
|
932
938
|
base64
|
933
939
|
base64
|
940
|
+
base64
|
934
941
|
7bit
|
935
942
|
base64
|
936
943
|
base64
|
@@ -1469,6 +1476,7 @@ base64
|
|
1469
1476
|
base64
|
1470
1477
|
base64
|
1471
1478
|
base64
|
1479
|
+
base64
|
1472
1480
|
8bit
|
1473
1481
|
base64
|
1474
1482
|
base64
|
@@ -1633,6 +1641,7 @@ base64
|
|
1633
1641
|
base64
|
1634
1642
|
base64
|
1635
1643
|
base64
|
1644
|
+
base64
|
1636
1645
|
8bit
|
1637
1646
|
base64
|
1638
1647
|
base64
|
@@ -2270,6 +2279,7 @@ base64
|
|
2270
2279
|
base64
|
2271
2280
|
base64
|
2272
2281
|
base64
|
2282
|
+
base64
|
2273
2283
|
7bit
|
2274
2284
|
7bit
|
2275
2285
|
base64
|
data/data/mime.flags.column
CHANGED
@@ -541,6 +541,7 @@
|
|
541
541
|
0 1 0 0
|
542
542
|
0 1 0 0
|
543
543
|
0 1 0 0
|
544
|
+
0 1 0 0
|
544
545
|
0 1 0 1
|
545
546
|
0 1 0 0
|
546
547
|
0 1 0 0
|
@@ -653,6 +654,11 @@
|
|
653
654
|
0 1 0 0
|
654
655
|
0 1 0 0
|
655
656
|
0 1 0 0
|
657
|
+
0 1 0 0
|
658
|
+
0 1 0 0
|
659
|
+
0 1 0 0
|
660
|
+
0 1 0 0
|
661
|
+
0 1 0 0
|
656
662
|
0 0 0 0
|
657
663
|
0 1 0 0
|
658
664
|
0 1 0 0
|
@@ -794,6 +800,7 @@
|
|
794
800
|
0 1 0 0
|
795
801
|
0 1 0 0
|
796
802
|
0 1 0 0
|
803
|
+
0 1 0 0
|
797
804
|
0 0 0 0
|
798
805
|
0 0 0 0
|
799
806
|
0 1 0 0
|
@@ -1497,6 +1504,7 @@
|
|
1497
1504
|
0 1 0 0
|
1498
1505
|
0 1 0 0
|
1499
1506
|
0 1 0 0
|
1507
|
+
0 1 0 0
|
1500
1508
|
0 0 0 0
|
1501
1509
|
0 0 0 0
|
1502
1510
|
0 0 0 0
|
@@ -1579,6 +1587,7 @@
|
|
1579
1587
|
0 1 0 0
|
1580
1588
|
0 1 0 0
|
1581
1589
|
0 1 0 0
|
1590
|
+
0 1 0 0
|
1582
1591
|
0 0 0 0
|
1583
1592
|
0 1 0 0
|
1584
1593
|
0 1 0 0
|
@@ -2198,6 +2207,7 @@
|
|
2198
2207
|
0 1 0 0
|
2199
2208
|
0 1 0 0
|
2200
2209
|
0 1 0 0
|
2210
|
+
0 1 0 0
|
2201
2211
|
1 0 0 0
|
2202
2212
|
0 1 0 0
|
2203
2213
|
0 1 0 0
|
data/data/mime.friendly.column
CHANGED
@@ -533,6 +533,7 @@ en^Speech Synthesis Markup Language
|
|
533
533
|
-
|
534
534
|
en^Text Encoding and Interchange
|
535
535
|
-
|
536
|
+
-
|
536
537
|
en^Sharing Transaction Fraud Data
|
537
538
|
-
|
538
539
|
-
|
@@ -644,6 +645,11 @@ en^3rd Generation Partnership Project - Pic Var
|
|
644
645
|
-
|
645
646
|
-
|
646
647
|
-
|
648
|
+
-
|
649
|
+
-
|
650
|
+
-
|
651
|
+
-
|
652
|
+
-
|
647
653
|
en^3rd Generation Partnership Project - Transaction Capabilities Application Part
|
648
654
|
-
|
649
655
|
en^3M Post It Notes
|
@@ -744,6 +750,7 @@ en^BusinessObjects
|
|
744
750
|
-
|
745
751
|
-
|
746
752
|
-
|
753
|
+
-
|
747
754
|
en^CambridgeSoft Chem Draw
|
748
755
|
-
|
749
756
|
en^Karaoke on Chipnuts Chipsets
|
@@ -1451,6 +1458,7 @@ en^Proprietary P&G Standard Reporting System
|
|
1451
1458
|
en^Pcsel eFIF File
|
1452
1459
|
en^Qualcomm's Plaza Mobile Internet
|
1453
1460
|
-
|
1461
|
+
-
|
1454
1462
|
en^PocketLearn Viewers
|
1455
1463
|
en^PowerBuilder
|
1456
1464
|
-
|
@@ -1573,6 +1581,7 @@ en^OpenOffice - Math (Formula)
|
|
1573
1581
|
en^OpenOffice - Writer (Text - HTML)
|
1574
1582
|
en^OpenOffice - Writer (Text - HTML)
|
1575
1583
|
en^OpenOffice - Writer Template (Text - HTML)
|
1584
|
+
-
|
1576
1585
|
en^ScheduleUs
|
1577
1586
|
en^SourceView Document
|
1578
1587
|
-
|
@@ -2197,6 +2206,7 @@ en^Photoshop Document
|
|
2197
2206
|
-
|
2198
2207
|
-
|
2199
2208
|
-
|
2209
|
+
-
|
2200
2210
|
en^DECE Graphic
|
2201
2211
|
-
|
2202
2212
|
en^DjVu
|
data/data/mime.pext.column
CHANGED
@@ -544,6 +544,7 @@ application/smil+xml
|
|
544
544
|
-
|
545
545
|
-
|
546
546
|
-
|
547
|
+
-
|
547
548
|
application/x-toolbook
|
548
549
|
-
|
549
550
|
-
|
@@ -707,6 +708,11 @@ application/vnd.3gpp.mcvideo-info+xml
|
|
707
708
|
-
|
708
709
|
-
|
709
710
|
-
|
711
|
+
-
|
712
|
+
-
|
713
|
+
-
|
714
|
+
-
|
715
|
+
-
|
710
716
|
application/vnd.aristanetworks.swi
|
711
717
|
-
|
712
718
|
-
|
@@ -963,6 +969,7 @@ application/vnd.aristanetworks.swi
|
|
963
969
|
-
|
964
970
|
-
|
965
971
|
-
|
972
|
+
-
|
966
973
|
application/geo+json
|
967
974
|
-
|
968
975
|
-
|
@@ -1688,6 +1695,8 @@ application/vnd.oasis.opendocument.base
|
|
1688
1695
|
-
|
1689
1696
|
-
|
1690
1697
|
-
|
1698
|
+
-
|
1699
|
+
-
|
1691
1700
|
video/vnd.youtube.yt
|
1692
1701
|
-
|
1693
1702
|
-
|
@@ -2198,6 +2207,7 @@ image/x-targa
|
|
2198
2207
|
-
|
2199
2208
|
-
|
2200
2209
|
-
|
2210
|
+
-
|
2201
2211
|
image/x-vnd.dgn
|
2202
2212
|
-
|
2203
2213
|
-
|
data/data/mime.xrefs.column
CHANGED
@@ -90,7 +90,7 @@ rfc^rfc4708|template^application/cellml+xml
|
|
90
90
|
draft^draft-yasskin-http-origin-signed-responses-07
|
91
91
|
person^Samuel_M._Smith
|
92
92
|
rfc^rfc6230|template^application/cfw
|
93
|
-
person^Michael_B_Jones
|
93
|
+
person^Michael_B_Jones^W3C_Verifiable_Credentials_WG|template^application/cid
|
94
94
|
rfc^rfc9528|template^application/cid-edhoc+cbor-seq
|
95
95
|
person^OGC^Scott_Simmons|template^application/city+json
|
96
96
|
person^OGC^Scott_Simmons|template^application/city+json-seq
|
@@ -533,6 +533,7 @@ person^Chet_Ensign^OASIS|template^application/taxii+json
|
|
533
533
|
person^Matthias_Kovatsch^W3C|template^application/td+json
|
534
534
|
rfc^rfc6129|template^application/tei+xml
|
535
535
|
person^ETSI^Miguel_Angel_Reina_Ortega|template^application/TETRA_ISI
|
536
|
+
person^Simon_Josefsson|template^application/texinfo
|
536
537
|
rfc^rfc5941|template^application/thraud+xml
|
537
538
|
rfc^rfc3161|template^application/timestamp-query
|
538
539
|
rfc^rfc3161|template^application/timestamp-reply
|
@@ -543,7 +544,7 @@ person^Sebastian_Kaebisch^W3C|template^application/tm+json
|
|
543
544
|
rfc^rfc8226|template^application/tnauthlist
|
544
545
|
person^Ned_M._Smith^TCG_DICE|template^application/toc+cbor
|
545
546
|
rfc^rfc9701|template^application/token-introspection+jwt
|
546
|
-
person^Ben_van_Hartingsveldt|template^application/toml|uri^https://github.com/toml-lang/toml/issues/870
|
547
|
+
note^2|person^Ben_van_Hartingsveldt|template^application/toml|uri^https://github.com/toml-lang/toml/issues/870
|
547
548
|
-
|
548
549
|
rfc^rfc8840|template^application/trickle-ice-sdpfrag
|
549
550
|
person^W3C^W3C_RDF_WG|template^application/trig
|
@@ -626,11 +627,16 @@ person^John_M_Meredith|template^application/vnd.3gpp.pic-bw-small
|
|
626
627
|
person^John_M_Meredith|template^application/vnd.3gpp.pic-bw-var
|
627
628
|
person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.pinapp-info+xml
|
628
629
|
person^Yang_Yong^_3GPP|template^application/vnd.3gpp.s1ap
|
630
|
+
person^_3GPP|template^application/vnd.3gpp.seal-app-comm-requirements-info+xml
|
631
|
+
person^_3GPP|template^application/vnd.3gpp.seal-data-delivery-info+cbor
|
629
632
|
person^Sapan_Shah|template^application/vnd.3gpp.seal-group-doc+xml
|
630
633
|
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-info+xml
|
634
|
+
person^_3GPP|template^application/vnd.3gpp.seal-location-info+cbor
|
631
635
|
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-location-info+xml
|
632
636
|
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-mbms-usage-info+xml
|
637
|
+
person^_3GPP|template^application/vnd.3gpp.seal-mbs-usage-info+xml
|
633
638
|
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-network-QoS-management-info+xml
|
639
|
+
person^_3GPP|template^application/vnd.3gpp.seal-network-resource-info+cbor
|
634
640
|
person^Sapan_Shah|template^application/vnd.3gpp.seal-ue-config-info+xml
|
635
641
|
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-unicast-info+xml
|
636
642
|
person^Sapan_Shah|template^application/vnd.3gpp.seal-user-profile-info+xml
|
@@ -742,6 +748,7 @@ person^Joerg_Falkenberg|template^application/vnd.cab-jscript
|
|
742
748
|
person^Shin_Muto|template^application/vnd.canon-cpdl
|
743
749
|
person^Shin_Muto|template^application/vnd.canon-lips
|
744
750
|
person^Yüksel_Aydemir|template^application/vnd.capasystems-pg+json
|
751
|
+
person^Tristan_Swadell|template^application/vnd.cel
|
745
752
|
person^Peter_Astrand|template^application/vnd.cendio.thinlinc.clientconf
|
746
753
|
person^Shuji_Fujii|template^application/vnd.century-systems.tcp_stream
|
747
754
|
person^Glenn_Howes|template^application/vnd.chemdraw+xml
|
@@ -1450,6 +1457,7 @@ person^April_Gandert|template^application/vnd.pg.osasli
|
|
1450
1457
|
person^Lucas_Maneos|template^application/vnd.piaccess.application-licence
|
1451
1458
|
person^Giuseppe_Naccarato|template^application/vnd.picsel
|
1452
1459
|
person^Rhys_Lewis|template^application/vnd.pmi.widget
|
1460
|
+
person^Sascha_Brawer|template^application/vnd.pmtiles
|
1453
1461
|
person^OMA_Push_to_Talk_over_Cellular_POC_WG^Sean_Kelley|template^application/vnd.poc.group-advertisement+xml
|
1454
1462
|
person^Jorge_Pando|template^application/vnd.pocketlearn
|
1455
1463
|
person^David_Guy|template^application/vnd.powerbuilder6
|
@@ -1573,6 +1581,7 @@ person^Marc_Hadley|template^application/vnd.sun.wadl+xml
|
|
1573
1581
|
-
|
1574
1582
|
-
|
1575
1583
|
-
|
1584
|
+
person^Shane_Valdez|template^application/vnd.superfile.super
|
1576
1585
|
person^Jonathan_Niedfeldt|template^application/vnd.sus-calendar
|
1577
1586
|
person^Scott_Becker|template^application/vnd.svd
|
1578
1587
|
person^Glenn_Widener|template^application/vnd.swiftview-ics
|
@@ -2195,6 +2204,7 @@ rfc^rfc3302|template^image/tiff
|
|
2195
2204
|
rfc^rfc3950|template^image/tiff-fx
|
2196
2205
|
person^Kim_Scarborough|template^image/vnd.adobe.photoshop
|
2197
2206
|
person^Gary_Clueit|template^image/vnd.airzip.accelerator.azv
|
2207
|
+
person^Egbert_von_Frankenberg|template^image/vnd.blockfact.facti
|
2198
2208
|
person^Ryo_Inaba|template^image/vnd.clip
|
2199
2209
|
person^Ann_McLaughlin|template^image/vnd.cns.inf2
|
2200
2210
|
person^Michael_A_Dolan|template^image/vnd.dece.graphic
|
data/lib/mime/types/data.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mime-types-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2025.0506
|
4
|
+
version: 3.2025.0506
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austin Ziegler
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: hoe
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
requirements:
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.4.0
|
47
47
|
- - "<"
|
48
48
|
- !ruby/object:Gem::Version
|
49
49
|
version: '4'
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
requirements:
|
54
54
|
- - ">="
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 3.
|
56
|
+
version: 3.4.0
|
57
57
|
- - "<"
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '4'
|
@@ -142,7 +142,6 @@ files:
|
|
142
142
|
- data/mime.flags.column
|
143
143
|
- data/mime.friendly.column
|
144
144
|
- data/mime.pext.column
|
145
|
-
- data/mime.spri.column
|
146
145
|
- data/mime.use_instead.column
|
147
146
|
- data/mime.xrefs.column
|
148
147
|
- lib/mime-types-data.rb
|
@@ -172,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
172
171
|
- !ruby/object:Gem::Version
|
173
172
|
version: '0'
|
174
173
|
requirements: []
|
175
|
-
rubygems_version: 3.6.
|
174
|
+
rubygems_version: 3.6.8
|
176
175
|
specification_version: 4
|
177
176
|
summary: mime-types-data provides a registry for information about MIME media type
|
178
177
|
definitions
|
data/data/mime.spri.column
DELETED
Binary file
|