mime-types-data 3.2025.0220 → 3.2025.0318
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 +54 -43
- data/CONTRIBUTING.md +3 -3
- 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.use_instead.column +2 -0
- data/data/mime.xrefs.column +2 -0
- data/lib/mime/types/data.rb +1 -1
- metadata +3 -6
@@ -133,6 +133,7 @@ application/dialog-info+xml
|
|
133
133
|
application/dicom dcm
|
134
134
|
application/dicom+json
|
135
135
|
application/dicom+xml
|
136
|
+
application/did
|
136
137
|
application/DII
|
137
138
|
application/DIT
|
138
139
|
application/dns
|
@@ -2191,6 +2192,7 @@ image/tiff tiff tif
|
|
2191
2192
|
image/tiff-fx
|
2192
2193
|
image/vnd.adobe.photoshop psd
|
2193
2194
|
image/vnd.airzip.accelerator.azv
|
2195
|
+
image/vnd.clip
|
2194
2196
|
image/vnd.cns.inf2
|
2195
2197
|
image/vnd.dece.graphic uvg uvi uvvg uvvi
|
2196
2198
|
image/vnd.dgn dgn
|
data/data/mime.docs.column
CHANGED
@@ -2178,6 +2178,7 @@
|
|
2178
2178
|
-
|
2179
2179
|
-
|
2180
2180
|
-
|
2181
|
+
-
|
2181
2182
|
Fixes a bug with IE6 and progressive JPEGs
|
2182
2183
|
-
|
2183
2184
|
-
|
@@ -2231,6 +2232,7 @@ Fixes a bug with IE6 and progressive JPEGs
|
|
2231
2232
|
-
|
2232
2233
|
-
|
2233
2234
|
-
|
2235
|
+
-
|
2234
2236
|
see-also:image/x-xcf
|
2235
2237
|
-
|
2236
2238
|
-
|
data/data/mime.encoding.column
CHANGED
data/data/mime.flags.column
CHANGED
data/data/mime.friendly.column
CHANGED
@@ -143,6 +143,7 @@ en^Web Distributed Authoring and Versioning
|
|
143
143
|
-
|
144
144
|
-
|
145
145
|
-
|
146
|
+
-
|
146
147
|
en^Data Structure for the Security Suitability of Cryptographic Algorithms
|
147
148
|
en^Data Structure for the Security Suitability of Cryptographic Algorithms
|
148
149
|
-
|
@@ -2192,6 +2193,7 @@ en^Tagged Image File Format
|
|
2192
2193
|
en^Photoshop Document
|
2193
2194
|
-
|
2194
2195
|
-
|
2196
|
+
-
|
2195
2197
|
en^DECE Graphic
|
2196
2198
|
-
|
2197
2199
|
en^DjVu
|
data/data/mime.pext.column
CHANGED
data/data/mime.xrefs.column
CHANGED
@@ -133,6 +133,7 @@ rfc^rfc4235|template^application/dialog-info+xml
|
|
133
133
|
rfc^rfc3240|template^application/dicom
|
134
134
|
person^DICOM_Standard_Committee^David_Clunie|template^application/dicom+json
|
135
135
|
person^DICOM_Standard_Committee^David_Clunie|template^application/dicom+xml
|
136
|
+
person^W3C_DID_WG|template^application/did
|
136
137
|
person^ASAM^Thomas_Thomsen|template^application/DII
|
137
138
|
person^ASAM^Thomas_Thomsen|template^application/DIT
|
138
139
|
rfc^rfc4027|template^application/dns
|
@@ -2191,6 +2192,7 @@ rfc^rfc3302|template^image/tiff
|
|
2191
2192
|
rfc^rfc3950|template^image/tiff-fx
|
2192
2193
|
person^Kim_Scarborough|template^image/vnd.adobe.photoshop
|
2193
2194
|
person^Gary_Clueit|template^image/vnd.airzip.accelerator.azv
|
2195
|
+
person^Ryo_Inaba|template^image/vnd.clip
|
2194
2196
|
person^Ann_McLaughlin|template^image/vnd.cns.inf2
|
2195
2197
|
person^Michael_A_Dolan|template^image/vnd.dece.graphic
|
2196
2198
|
-
|
data/lib/mime/types/data.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.0318
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austin Ziegler
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: hoe
|
@@ -156,7 +155,6 @@ metadata:
|
|
156
155
|
source_code_uri: https://github.com/mime-types/mime-types-data/
|
157
156
|
changelog_uri: https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md
|
158
157
|
rubygems_mfa_required: 'true'
|
159
|
-
post_install_message:
|
160
158
|
rdoc_options:
|
161
159
|
- "--main"
|
162
160
|
- README.md
|
@@ -173,8 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
173
171
|
- !ruby/object:Gem::Version
|
174
172
|
version: '0'
|
175
173
|
requirements: []
|
176
|
-
rubygems_version: 3.
|
177
|
-
signing_key:
|
174
|
+
rubygems_version: 3.6.6
|
178
175
|
specification_version: 4
|
179
176
|
summary: mime-types-data provides a registry for information about MIME media type
|
180
177
|
definitions
|