mime-types-data 3.2025.0325 → 3.2025.0506.pre1
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 +9 -0
- data/Manifest.txt +2 -0
- data/Rakefile +7 -3
- data/data/content_type_mime.db +1 -13
- data/data/ext_mime.db +27 -27
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +2 -0
- data/data/mime.docs.column +2 -0
- data/data/mime.encoding.column +2 -0
- data/data/mime.extpri.column +2617 -0
- data/data/mime.flags.column +2 -0
- data/data/mime.friendly.column +2 -0
- data/data/mime.pext.column +2 -0
- data/data/mime.spri.column +0 -0
- data/data/mime.use_instead.column +2 -0
- data/data/mime.xrefs.column +3 -1
- data/lib/mime/types/data.rb +1 -1
- metadata +4 -2
@@ -462,6 +462,7 @@ application/scvp-cv-request scq
|
|
462
462
|
application/scvp-cv-response scs
|
463
463
|
application/scvp-vp-request spq
|
464
464
|
application/scvp-vp-response spp
|
465
|
+
application/sdf+json
|
465
466
|
application/sdp sdp
|
466
467
|
application/secevent+jwt
|
467
468
|
application/senml+cbor
|
@@ -2462,6 +2463,7 @@ text/vnd.si.uricatalogue
|
|
2462
2463
|
text/vnd.sosi
|
2463
2464
|
text/vnd.sun.j2me.app-descriptor jad
|
2464
2465
|
text/vnd.trolltech.linguist
|
2466
|
+
text/vnd.typst
|
2465
2467
|
text/vnd.vcf
|
2466
2468
|
text/vnd.wap.si si
|
2467
2469
|
text/vnd.wap.sl sl
|
data/data/mime.docs.column
CHANGED
data/data/mime.encoding.column
CHANGED
@@ -493,6 +493,7 @@ base64
|
|
493
493
|
base64
|
494
494
|
base64
|
495
495
|
base64
|
496
|
+
base64
|
496
497
|
8bit
|
497
498
|
8bit
|
498
499
|
base64
|
@@ -2472,6 +2473,7 @@ quoted-printable
|
|
2472
2473
|
quoted-printable
|
2473
2474
|
quoted-printable
|
2474
2475
|
quoted-printable
|
2476
|
+
quoted-printable
|
2475
2477
|
8bit
|
2476
2478
|
8bit
|
2477
2479
|
quoted-printable
|