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.
@@ -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
@@ -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
  -
@@ -226,6 +226,7 @@ base64
226
226
  base64
227
227
  base64
228
228
  base64
229
+ base64
229
230
  8bit
230
231
  base64
231
232
  base64
@@ -2265,6 +2266,7 @@ base64
2265
2266
  base64
2266
2267
  base64
2267
2268
  base64
2269
+ base64
2268
2270
  7bit
2269
2271
  7bit
2270
2272
  base64
@@ -133,6 +133,7 @@
133
133
  0 1 0 0
134
134
  0 1 0 0
135
135
  0 1 0 0
136
+ 0 1 0 1
136
137
  0 1 0 0
137
138
  0 1 0 0
138
139
  0 1 0 0
@@ -2193,6 +2194,7 @@
2193
2194
  0 1 0 0
2194
2195
  0 1 0 0
2195
2196
  0 1 0 0
2197
+ 0 1 0 0
2196
2198
  1 0 0 0
2197
2199
  0 1 0 0
2198
2200
  0 1 0 0
@@ -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
@@ -2611,3 +2611,5 @@
2611
2611
  -
2612
2612
  -
2613
2613
  -
2614
+ -
2615
+ -
@@ -153,6 +153,7 @@ application/cals-1840
153
153
  -
154
154
  -
155
155
  -
156
+ -
156
157
  text/javascript
157
158
  -
158
159
  -
@@ -2193,6 +2194,7 @@ image/x-targa
2193
2194
  -
2194
2195
  -
2195
2196
  -
2197
+ -
2196
2198
  image/x-vnd.dgn
2197
2199
  -
2198
2200
  -
@@ -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
  -
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = "3.2025.0220"
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,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.0220
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-02-20 00:00:00.000000000 Z
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.5.22
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