mime-types-data 3.2025.0204 → 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.
@@ -100,6 +100,7 @@ application/clue_info+xml
100
100
  application/cms
101
101
  application/cmw+cbor
102
102
  application/cnrp+xml
103
+ application/coap-eap
103
104
  application/coap-group+json
104
105
  application/coap-payload
105
106
  application/commonground
@@ -132,6 +133,7 @@ application/dialog-info+xml
132
133
  application/dicom dcm
133
134
  application/dicom+json
134
135
  application/dicom+xml
136
+ application/did
135
137
  application/DII
136
138
  application/DIT
137
139
  application/dns
@@ -2177,6 +2177,8 @@
2177
2177
  -
2178
2178
  -
2179
2179
  -
2180
+ -
2181
+ -
2180
2182
  Fixes a bug with IE6 and progressive JPEGs
2181
2183
  -
2182
2184
  -
@@ -225,6 +225,8 @@ base64
225
225
  base64
226
226
  base64
227
227
  base64
228
+ base64
229
+ base64
228
230
  8bit
229
231
  base64
230
232
  base64
@@ -114,6 +114,7 @@
114
114
  0 1 0 0
115
115
  0 1 0 0
116
116
  0 1 0 0
117
+ 0 1 0 0
117
118
  0 0 0 0
118
119
  0 1 0 0
119
120
  0 1 0 0
@@ -132,6 +133,7 @@
132
133
  0 1 0 0
133
134
  0 1 0 0
134
135
  0 1 0 0
136
+ 0 1 0 1
135
137
  0 1 0 0
136
138
  0 1 0 0
137
139
  0 1 0 0
@@ -114,6 +114,7 @@ en^Cloud Data Management Interface (CDMI) - Queue
114
114
  -
115
115
  -
116
116
  -
117
+ -
117
118
  en^CU-SeeMe
118
119
  -
119
120
  -
@@ -142,6 +143,7 @@ en^Web Distributed Authoring and Versioning
142
143
  -
143
144
  -
144
145
  -
146
+ -
145
147
  en^Data Structure for the Security Suitability of Cryptographic Algorithms
146
148
  en^Data Structure for the Security Suitability of Cryptographic Algorithms
147
149
  -
@@ -2610,3 +2610,5 @@
2610
2610
  -
2611
2611
  -
2612
2612
  -
2613
+ -
2614
+ -
@@ -152,6 +152,8 @@ application/cals-1840
152
152
  -
153
153
  -
154
154
  -
155
+ -
156
+ -
155
157
  text/javascript
156
158
  -
157
159
  -
@@ -100,6 +100,7 @@ rfc^rfc8846|template^application/clue_info+xml
100
100
  rfc^rfc7193|template^application/cms
101
101
  draft^draft-ietf-rats-msg-wrap-04
102
102
  rfc^rfc3367|template^application/cnrp+xml
103
+ draft^RFC-ietf-ace-wg-coap-eap-14|template^application/coap-eap
103
104
  rfc^rfc7390|template^application/coap-group+json
104
105
  rfc^rfc8075|template^application/coap-payload
105
106
  person^David_Glazer|template^application/commonground
@@ -132,6 +133,7 @@ rfc^rfc4235|template^application/dialog-info+xml
132
133
  rfc^rfc3240|template^application/dicom
133
134
  person^DICOM_Standard_Committee^David_Clunie|template^application/dicom+json
134
135
  person^DICOM_Standard_Committee^David_Clunie|template^application/dicom+xml
136
+ person^W3C_DID_WG
135
137
  person^ASAM^Thomas_Thomsen|template^application/DII
136
138
  person^ASAM^Thomas_Thomsen|template^application/DIT
137
139
  rfc^rfc4027|template^application/dns
@@ -538,7 +540,7 @@ rfc^rfc8460|template^application/tlsrpt+json
538
540
  person^Sebastian_Kaebisch^W3C|template^application/tm+json
539
541
  rfc^rfc8226|template^application/tnauthlist
540
542
  person^Ned_M._Smith^TCG_DICE|template^application/toc+cbor
541
- draft^RFC-oauth-jwt-introspection-response-12|template^application/token-introspection+jwt
543
+ rfc^rfc9701|template^application/token-introspection+jwt
542
544
  person^Ben_van_Hartingsveldt|template^application/toml|uri^https://github.com/toml-lang/toml/issues/870
543
545
  -
544
546
  rfc^rfc8840|template^application/trickle-ice-sdpfrag
@@ -2517,7 +2519,7 @@ rfc^rfc3555|template^video/JPEG
2517
2519
  rfc^rfc5371^rfc5372|template^video/jpeg2000
2518
2520
  -
2519
2521
  rfc^rfc9134|template^video/jxsv
2520
- person^LAC
2522
+ person^Lottie_Animation_Community|template^video/lottie+json
2521
2523
  rfc^rfc9559|template^video/matroska
2522
2524
  rfc^rfc9559|template^video/matroska-3d
2523
2525
  rfc^rfc3745|template^video/mj2
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = "3.2025.0204"
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.0204
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-05 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
@@ -30,14 +29,14 @@ dependencies:
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: '1.0'
32
+ version: '2.0'
34
33
  type: :development
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: '1.0'
39
+ version: '2.0'
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: mime-types
43
42
  requirement: !ruby/object:Gem::Requirement
@@ -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