mime-types-data 3.2025.0304 → 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.
@@ -2192,6 +2192,7 @@ image/tiff tiff tif
2192
2192
  image/tiff-fx
2193
2193
  image/vnd.adobe.photoshop psd
2194
2194
  image/vnd.airzip.accelerator.azv
2195
+ image/vnd.clip
2195
2196
  image/vnd.cns.inf2
2196
2197
  image/vnd.dece.graphic uvg uvi uvvg uvvi
2197
2198
  image/vnd.dgn dgn
@@ -2232,6 +2232,7 @@ Fixes a bug with IE6 and progressive JPEGs
2232
2232
  -
2233
2233
  -
2234
2234
  -
2235
+ -
2235
2236
  see-also:image/x-xcf
2236
2237
  -
2237
2238
  -
@@ -2266,6 +2266,7 @@ base64
2266
2266
  base64
2267
2267
  base64
2268
2268
  base64
2269
+ base64
2269
2270
  7bit
2270
2271
  7bit
2271
2272
  base64
@@ -2194,6 +2194,7 @@
2194
2194
  0 1 0 0
2195
2195
  0 1 0 0
2196
2196
  0 1 0 0
2197
+ 0 1 0 0
2197
2198
  1 0 0 0
2198
2199
  0 1 0 0
2199
2200
  0 1 0 0
@@ -2193,6 +2193,7 @@ en^Tagged Image File Format
2193
2193
  en^Photoshop Document
2194
2194
  -
2195
2195
  -
2196
+ -
2196
2197
  en^DECE Graphic
2197
2198
  -
2198
2199
  en^DjVu
@@ -2612,3 +2612,4 @@
2612
2612
  -
2613
2613
  -
2614
2614
  -
2615
+ -
@@ -2194,6 +2194,7 @@ image/x-targa
2194
2194
  -
2195
2195
  -
2196
2196
  -
2197
+ -
2197
2198
  image/x-vnd.dgn
2198
2199
  -
2199
2200
  -
@@ -133,7 +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
136
+ person^W3C_DID_WG|template^application/did
137
137
  person^ASAM^Thomas_Thomsen|template^application/DII
138
138
  person^ASAM^Thomas_Thomsen|template^application/DIT
139
139
  rfc^rfc4027|template^application/dns
@@ -2192,6 +2192,7 @@ rfc^rfc3302|template^image/tiff
2192
2192
  rfc^rfc3950|template^image/tiff-fx
2193
2193
  person^Kim_Scarborough|template^image/vnd.adobe.photoshop
2194
2194
  person^Gary_Clueit|template^image/vnd.airzip.accelerator.azv
2195
+ person^Ryo_Inaba|template^image/vnd.clip
2195
2196
  person^Ann_McLaughlin|template^image/vnd.cns.inf2
2196
2197
  person^Michael_A_Dolan|template^image/vnd.dece.graphic
2197
2198
  -
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = "3.2025.0304"
6
+ VERSION = "3.2025.0318"
7
7
 
8
8
  # The path that will be used for loading the MIME::Types data. The
9
9
  # default location is __FILE__/../../../../data, which is where the data
metadata CHANGED
@@ -1,13 +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.0304
4
+ version: 3.2025.0318
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-04 00:00:00.000000000 Z
10
+ date: 2025-03-19 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: hoe
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  - !ruby/object:Gem::Version
172
172
  version: '0'
173
173
  requirements: []
174
- rubygems_version: 3.6.5
174
+ rubygems_version: 3.6.6
175
175
  specification_version: 4
176
176
  summary: mime-types-data provides a registry for information about MIME media type
177
177
  definitions