mime-types-data 3.2025.0729 → 3.2025.0805
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.content_type.column +2 -0
- data/data/mime.docs.column +2 -0
- data/data/mime.encoding.column +2 -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 +1 -1
@@ -1528,6 +1528,7 @@ application/vnd.powerbuilder7
|
|
1528
1528
|
application/vnd.powerbuilder7-s
|
1529
1529
|
application/vnd.powerbuilder75
|
1530
1530
|
application/vnd.powerbuilder75-s
|
1531
|
+
application/vnd.pp.systemverify+xml
|
1531
1532
|
application/vnd.preminet
|
1532
1533
|
application/vnd.previewsystems.box box
|
1533
1534
|
application/vnd.proteus.magazine mgz
|
@@ -1608,6 +1609,7 @@ application/vnd.shx
|
|
1608
1609
|
application/vnd.sigrok.session
|
1609
1610
|
application/vnd.SimTech-MindMapper twd twds
|
1610
1611
|
application/vnd.siren+json
|
1612
|
+
application/vnd.sirtx.vmv0
|
1611
1613
|
application/vnd.sketchometry
|
1612
1614
|
application/vnd.smaf mmf
|
1613
1615
|
application/vnd.smart.notebook
|
data/data/mime.docs.column
CHANGED
data/data/mime.encoding.column
CHANGED
data/data/mime.flags.column
CHANGED
data/data/mime.friendly.column
CHANGED
@@ -1529,6 +1529,7 @@ en^PowerBuilder
|
|
1529
1529
|
-
|
1530
1530
|
-
|
1531
1531
|
-
|
1532
|
+
-
|
1532
1533
|
en^Preview Systems ZipLock/VBox
|
1533
1534
|
en^EFI Proteus
|
1534
1535
|
-
|
@@ -1609,6 +1610,7 @@ en^Shana Informed Filler
|
|
1609
1610
|
en^SimTech MindMapper
|
1610
1611
|
-
|
1611
1612
|
-
|
1613
|
+
-
|
1612
1614
|
en^SMAF File
|
1613
1615
|
-
|
1614
1616
|
en^SMART Technologies Apps
|
data/data/mime.pext.column
CHANGED
data/data/mime.spri.column
CHANGED
Binary file
|
data/data/mime.xrefs.column
CHANGED
@@ -402,7 +402,7 @@ rfc^rfc2585|template^application/pkix-cert
|
|
402
402
|
rfc^rfc2585|template^application/pkix-crl
|
403
403
|
draft^draft-hallambaker-mesh-udf-05
|
404
404
|
rfc^rfc6066|template^application/pkix-pkipath
|
405
|
-
|
405
|
+
rfc^rfc9811|template^application/pkixcmp
|
406
406
|
rfc^rfc4267|template^application/pls+xml
|
407
407
|
rfc^rfc4354|template^application/poc-settings+xml
|
408
408
|
rfc^rfc2045^rfc2046|template^application/postscript
|
@@ -1528,6 +1528,7 @@ person^Reed_Shilts|template^application/vnd.powerbuilder7
|
|
1528
1528
|
person^Reed_Shilts|template^application/vnd.powerbuilder7-s
|
1529
1529
|
person^Reed_Shilts|template^application/vnd.powerbuilder75
|
1530
1530
|
person^Reed_Shilts|template^application/vnd.powerbuilder75-s
|
1531
|
+
person^Graham_Leggett|template^application/vnd.pp.systemverify+xml
|
1531
1532
|
person^Juoko_Tenhunen|template^application/vnd.preminet
|
1532
1533
|
person^Roman_Smolgovsky|template^application/vnd.previewsystems.box
|
1533
1534
|
person^Pete_Hoch|template^application/vnd.proteus.magazine
|
@@ -1608,6 +1609,7 @@ person^Mi_Tar|template^application/vnd.shx
|
|
1608
1609
|
person^Uwe_Hermann|template^application/vnd.sigrok.session
|
1609
1610
|
person^Patrick_Koh|template^application/vnd.SimTech-MindMapper
|
1610
1611
|
person^Kevin_Swiber|template^application/vnd.siren+json
|
1612
|
+
person^Philipp_Schafft|template^application/vnd.sirtx.vmv0
|
1611
1613
|
person^Center_for_Mobile_Learning_with_Digital_Technology|template^application/vnd.sketchometry
|
1612
1614
|
person^Hiroaki_Takahashi|template^application/vnd.smaf
|
1613
1615
|
person^Jonathan_Neitz|template^application/vnd.smart.notebook
|
data/lib/mime/types/data.rb
CHANGED