mime-types-data 3.2026.0127 → 3.2026.0203
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 +4 -4
|
@@ -744,6 +744,7 @@ application/vnd.afpc.modca-pagesegment
|
|
|
744
744
|
application/vnd.age
|
|
745
745
|
application/vnd.ah-barcode
|
|
746
746
|
application/vnd.ahead.space ahead
|
|
747
|
+
application/vnd.aia
|
|
747
748
|
application/vnd.airzip.filesecure.azf azf
|
|
748
749
|
application/vnd.airzip.filesecure.azs azs
|
|
749
750
|
application/vnd.amadeus+json
|
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
|
@@ -506,7 +506,7 @@ rfc^rfc5055|template^application/scvp-vp-response
|
|
|
506
506
|
draft^draft-ietf-spice-sd-cwt-06
|
|
507
507
|
rfc^rfc9901|template^application/sd-jwt
|
|
508
508
|
rfc^rfc9901|template^application/sd-jwt+json
|
|
509
|
-
|
|
509
|
+
rfc^rfc9880|template^application/sdf+json
|
|
510
510
|
rfc^rfc8866|template^application/sdp
|
|
511
511
|
rfc^rfc8417|template^application/secevent+jwt
|
|
512
512
|
rfc^rfc8428|template^application/senml+cbor
|
|
@@ -744,6 +744,7 @@ person^Jörg_Palmer|template^application/vnd.afpc.modca-pagesegment
|
|
|
744
744
|
person^Filippo_Valsorda|template^application/vnd.age
|
|
745
745
|
person^Katsuhiko_Ichinose|template^application/vnd.ah-barcode
|
|
746
746
|
person^Tor_Kristensen|template^application/vnd.ahead.space
|
|
747
|
+
person^Alan_Johnson|template^application/vnd.aia
|
|
747
748
|
person^Daniel_Mould^Gary_Clueit|template^application/vnd.airzip.filesecure.azf
|
|
748
749
|
person^Daniel_Mould^Gary_Clueit|template^application/vnd.airzip.filesecure.azs
|
|
749
750
|
person^Patrick_Brosse|template^application/vnd.amadeus+json
|
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.2026.
|
|
4
|
+
version: 3.2026.0203
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Austin Ziegler
|
|
@@ -105,10 +105,10 @@ dependencies:
|
|
|
105
105
|
- - "~>"
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
107
|
version: '1.0'
|
|
108
|
-
description: mime-types-data provides a registry for information about MIME media
|
|
108
|
+
description: 'mime-types-data provides a registry for information about MIME media
|
|
109
109
|
type definitions. It can be used with the Ruby mime-types library or other software
|
|
110
110
|
to determine defined filename extensions for MIME types, or to use filename extensions
|
|
111
|
-
to look up the likely MIME type definitions.
|
|
111
|
+
to look up the likely MIME type definitions. ==== To Install: '
|
|
112
112
|
email:
|
|
113
113
|
- halostatue@gmail.com
|
|
114
114
|
executables: []
|
|
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
173
173
|
- !ruby/object:Gem::Version
|
|
174
174
|
version: '0'
|
|
175
175
|
requirements: []
|
|
176
|
-
rubygems_version: 4.0.
|
|
176
|
+
rubygems_version: 4.0.5
|
|
177
177
|
specification_version: 4
|
|
178
178
|
summary: mime-types-data provides a registry for information about MIME media type
|
|
179
179
|
definitions
|