mime-types-data 3.2025.0220 → 3.2025.0304

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
@@ -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
  -
@@ -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
@@ -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
@@ -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
  -
@@ -2611,3 +2611,4 @@
2611
2611
  -
2612
2612
  -
2613
2613
  -
2614
+ -
@@ -153,6 +153,7 @@ application/cals-1840
153
153
  -
154
154
  -
155
155
  -
156
+ -
156
157
  text/javascript
157
158
  -
158
159
  -
@@ -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
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
@@ -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.0304"
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.0304
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-04 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.5
178
175
  specification_version: 4
179
176
  summary: mime-types-data provides a registry for information about MIME media type
180
177
  definitions