mime-types-data 3.2025.0624 → 3.2025.0701
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 +7 -0
- data/data/mime-types.json +1 -1
- data/data/mime.xrefs.column +2 -2
- data/lib/mime/types/data.rb +1 -1
- metadata +1 -1
data/data/mime.xrefs.column
CHANGED
@@ -464,7 +464,7 @@ rfc^rfc8181|template^application/rpki-publication
|
|
464
464
|
rfc^rfc9582|template^application/rpki-roa
|
465
465
|
rfc^rfc9691|template^application/rpki-signed-tal
|
466
466
|
rfc^rfc6492|template^application/rpki-updown
|
467
|
-
|
467
|
+
rfc^rfc7865^rfc9806|template^application/rs-metadata+xml
|
468
468
|
-
|
469
469
|
-
|
470
470
|
person^Paul_Lindner|template^application/rtf
|
@@ -2451,7 +2451,7 @@ person^Ilya_Ferber|template^image/naplps
|
|
2451
2451
|
-
|
2452
2452
|
person^Pierre-Anthony_Lemieux
|
2453
2453
|
-
|
2454
|
-
person^PNG_WG^W3C|template^image/png
|
2454
|
+
person^PNG_WG^W3C|template^image/png|uri^https://www.w3.org/TR/PNG/
|
2455
2455
|
person^Ben_Simon|template^image/prs.btif
|
2456
2456
|
person^Juern_Laun|template^image/prs.pti
|
2457
2457
|
person^Michael_Sweet|template^image/pwg-raster
|
data/lib/mime/types/data.rb
CHANGED