mime-types-data 3.2025.0617 → 3.2025.0624
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 +1 -0
- data/data/mime.docs.column +1 -0
- data/data/mime.encoding.column +1 -0
- data/data/mime.flags.column +1 -0
- data/data/mime.friendly.column +1 -0
- data/data/mime.pext.column +1 -0
- data/data/mime.spri.column +0 -0
- data/data/mime.use_instead.column +1 -0
- data/data/mime.xrefs.column +2 -1
- data/lib/mime/types/data.rb +1 -1
- metadata +5 -6
@@ -1536,6 +1536,7 @@ application/vnd.publishare-delta-tree qps
|
|
1536
1536
|
application/vnd.pvi.ptid1 pti ptid
|
1537
1537
|
application/vnd.pwg-multiplexed
|
1538
1538
|
application/vnd.pwg-xhtml-print+xml
|
1539
|
+
application/vnd.pyon+json
|
1539
1540
|
application/vnd.qualcomm.brew-app-res
|
1540
1541
|
application/vnd.quarantainenet
|
1541
1542
|
application/vnd.Quark.QuarkXPress qxd qxt qwd qwt qxl qxb
|
data/data/mime.docs.column
CHANGED
data/data/mime.encoding.column
CHANGED
data/data/mime.flags.column
CHANGED
data/data/mime.friendly.column
CHANGED
data/data/mime.pext.column
CHANGED
data/data/mime.spri.column
CHANGED
Binary file
|
data/data/mime.xrefs.column
CHANGED
@@ -10,7 +10,7 @@ person^ASAM^Thomas_Thomsen|template^application/A2L
|
|
10
10
|
rfc^rfc9200|template^application/ace+cbor
|
11
11
|
rfc^rfc9431|template^application/ace+json
|
12
12
|
rfc^rfc9594|template^application/ace-groupcomm+cbor
|
13
|
-
|
13
|
+
rfc^rfc9770|template^application/ace-trl+cbor
|
14
14
|
person^Ehud_Shapiro|template^application/activemessage
|
15
15
|
person^Benjamin_Goering^W3C|template^application/activity+json
|
16
16
|
rfc^rfc9237|template^application/aif+cbor
|
@@ -1536,6 +1536,7 @@ person^Oren_Ben-Kiki|template^application/vnd.publishare-delta-tree
|
|
1536
1536
|
person^Charles_P._Lamb|template^application/vnd.pvi.ptid1
|
1537
1537
|
rfc^rfc3391|template^application/vnd.pwg-multiplexed
|
1538
1538
|
person^Don_Wright|template^application/vnd.pwg-xhtml-print+xml
|
1539
|
+
person^Eduardo_Rodrigues|template^application/vnd.pyon+json
|
1539
1540
|
person^Glenn_Forrester|template^application/vnd.qualcomm.brew-app-res
|
1540
1541
|
person^Casper_Joost_Eyckelhof|template^application/vnd.quarantainenet
|
1541
1542
|
person^Hannes_Scheidler|template^application/vnd.Quark.QuarkXPress
|
data/lib/mime/types/data.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mime-types-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2025.
|
4
|
+
version: 3.2025.0624
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austin Ziegler
|
@@ -105,11 +105,10 @@ dependencies:
|
|
105
105
|
- - "~>"
|
106
106
|
- !ruby/object:Gem::Version
|
107
107
|
version: '1.0'
|
108
|
-
description:
|
109
|
-
|
110
|
-
|
111
|
-
to
|
112
|
-
extensions to look up the likely MIME type definitions.
|
108
|
+
description: mime-types-data provides a registry for information about MIME media
|
109
|
+
type definitions. It can be used with the Ruby mime-types library or other software
|
110
|
+
to determine defined filename extensions for MIME types, or to use filename extensions
|
111
|
+
to look up the likely MIME type definitions.
|
113
112
|
email:
|
114
113
|
- halostatue@gmail.com
|
115
114
|
executables: []
|