mime-types-data 3.2024.0604 → 3.2024.1001
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/Code-of-Conduct.md +99 -46
- data/Contributing.md +40 -81
- data/History.md +34 -0
- data/Licence.md +1 -1
- data/Manifest.txt +3 -0
- data/SECURITY.md +7 -0
- data/data/content_type_mime.db +4 -3
- data/data/ext_mime.db +4 -3
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +25 -5
- data/data/mime.docs.column +20 -0
- data/data/mime.encoding.column +20 -0
- data/data/mime.flags.column +23 -3
- data/data/mime.friendly.column +20 -0
- data/data/mime.pext.column +20 -0
- data/data/mime.use_instead.column +23 -3
- data/data/mime.xrefs.column +48 -28
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +165 -16
- data/types/audio.yaml +14 -4
- data/types/example.yaml +1 -0
- data/types/haptics.yaml +28 -0
- data/types/image.yaml +8 -0
- data/types/message.yaml +6 -0
- data/types/model.yaml +4 -0
- data/types/multipart.yaml +8 -0
- data/types/text.yaml +24 -0
- data/types/video.yaml +6 -4
- metadata +7 -3
data/types/audio.yaml
CHANGED
|
@@ -41,6 +41,8 @@
|
|
|
41
41
|
- !ruby/object:MIME::Type
|
|
42
42
|
content-type: audio/aac
|
|
43
43
|
encoding: base64
|
|
44
|
+
extensions:
|
|
45
|
+
- aac
|
|
44
46
|
xrefs:
|
|
45
47
|
person:
|
|
46
48
|
- ISO-IEC_JTC_1
|
|
@@ -423,6 +425,8 @@
|
|
|
423
425
|
- !ruby/object:MIME::Type
|
|
424
426
|
content-type: audio/flac
|
|
425
427
|
encoding: base64
|
|
428
|
+
extensions:
|
|
429
|
+
- flac
|
|
426
430
|
xrefs:
|
|
427
431
|
draft:
|
|
428
432
|
- RFC-ietf-cellar-flac-14
|
|
@@ -671,6 +675,8 @@
|
|
|
671
675
|
- !ruby/object:MIME::Type
|
|
672
676
|
content-type: audio/matroska
|
|
673
677
|
encoding: base64
|
|
678
|
+
extensions:
|
|
679
|
+
- mka
|
|
674
680
|
xrefs:
|
|
675
681
|
draft:
|
|
676
682
|
- RFC-ietf-cellar-matroska-21
|
|
@@ -986,8 +992,8 @@
|
|
|
986
992
|
content-type: audio/scip
|
|
987
993
|
encoding: base64
|
|
988
994
|
xrefs:
|
|
989
|
-
|
|
990
|
-
-
|
|
995
|
+
rfc:
|
|
996
|
+
- rfc9607
|
|
991
997
|
template:
|
|
992
998
|
- audio/scip
|
|
993
999
|
registered: true
|
|
@@ -1630,6 +1636,8 @@
|
|
|
1630
1636
|
encoding: base64
|
|
1631
1637
|
extensions:
|
|
1632
1638
|
- aac
|
|
1639
|
+
obsolete: true
|
|
1640
|
+
use-instead: audio/aac
|
|
1633
1641
|
registered: false
|
|
1634
1642
|
- !ruby/object:MIME::Type
|
|
1635
1643
|
content-type: audio/x-aiff
|
|
@@ -1652,18 +1660,20 @@
|
|
|
1652
1660
|
encoding: base64
|
|
1653
1661
|
extensions:
|
|
1654
1662
|
- flac
|
|
1663
|
+
obsolete: true
|
|
1664
|
+
use-instead: audio/flac
|
|
1655
1665
|
registered: false
|
|
1656
1666
|
- !ruby/object:MIME::Type
|
|
1657
1667
|
content-type: audio/x-m4a
|
|
1658
1668
|
encoding: base64
|
|
1659
|
-
extensions:
|
|
1660
|
-
- m4a
|
|
1661
1669
|
registered: false
|
|
1662
1670
|
- !ruby/object:MIME::Type
|
|
1663
1671
|
content-type: audio/x-matroska
|
|
1664
1672
|
encoding: base64
|
|
1665
1673
|
extensions:
|
|
1666
1674
|
- mka
|
|
1675
|
+
obsolete: true
|
|
1676
|
+
use-instead: audio/matroska
|
|
1667
1677
|
registered: false
|
|
1668
1678
|
- !ruby/object:MIME::Type
|
|
1669
1679
|
content-type: audio/x-midi
|
data/types/example.yaml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
--- []
|
data/types/haptics.yaml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
- !ruby/object:MIME::Type
|
|
3
|
+
content-type: haptics/hjif
|
|
4
|
+
encoding: base64
|
|
5
|
+
xrefs:
|
|
6
|
+
draft:
|
|
7
|
+
- RFC-ietf-mediaman-haptics-05
|
|
8
|
+
template:
|
|
9
|
+
- haptics/hjif
|
|
10
|
+
registered: true
|
|
11
|
+
- !ruby/object:MIME::Type
|
|
12
|
+
content-type: haptics/hmpg
|
|
13
|
+
encoding: base64
|
|
14
|
+
xrefs:
|
|
15
|
+
draft:
|
|
16
|
+
- RFC-ietf-mediaman-haptics-05
|
|
17
|
+
template:
|
|
18
|
+
- haptics/hmpg
|
|
19
|
+
registered: true
|
|
20
|
+
- !ruby/object:MIME::Type
|
|
21
|
+
content-type: haptics/ivs
|
|
22
|
+
encoding: base64
|
|
23
|
+
xrefs:
|
|
24
|
+
draft:
|
|
25
|
+
- RFC-ietf-mediaman-haptics-05
|
|
26
|
+
template:
|
|
27
|
+
- haptics/ivs
|
|
28
|
+
registered: true
|
data/types/image.yaml
CHANGED
|
@@ -154,6 +154,8 @@
|
|
|
154
154
|
rfc:
|
|
155
155
|
- rfc2045
|
|
156
156
|
- rfc2046
|
|
157
|
+
template:
|
|
158
|
+
- image/gif
|
|
157
159
|
registered: true
|
|
158
160
|
- !ruby/object:MIME::Type
|
|
159
161
|
content-type: image/heic
|
|
@@ -237,6 +239,8 @@
|
|
|
237
239
|
xrefs:
|
|
238
240
|
rfc:
|
|
239
241
|
- rfc1314
|
|
242
|
+
template:
|
|
243
|
+
- image/ief
|
|
240
244
|
registered: true
|
|
241
245
|
- !ruby/object:MIME::Type
|
|
242
246
|
content-type: image/j2c
|
|
@@ -293,6 +297,8 @@
|
|
|
293
297
|
rfc:
|
|
294
298
|
- rfc2045
|
|
295
299
|
- rfc2046
|
|
300
|
+
template:
|
|
301
|
+
- image/jpeg
|
|
296
302
|
registered: true
|
|
297
303
|
- !ruby/object:MIME::Type
|
|
298
304
|
content-type: image/jph
|
|
@@ -343,6 +349,8 @@
|
|
|
343
349
|
- !ruby/object:MIME::Type
|
|
344
350
|
content-type: image/jxl
|
|
345
351
|
encoding: base64
|
|
352
|
+
extensions:
|
|
353
|
+
- jxl
|
|
346
354
|
xrefs:
|
|
347
355
|
person:
|
|
348
356
|
- ISO-IEC_JTC_1
|
data/types/message.yaml
CHANGED
|
@@ -51,6 +51,8 @@
|
|
|
51
51
|
rfc:
|
|
52
52
|
- rfc2045
|
|
53
53
|
- rfc2046
|
|
54
|
+
template:
|
|
55
|
+
- message/external-body
|
|
54
56
|
registered: true
|
|
55
57
|
- !ruby/object:MIME::Type
|
|
56
58
|
content-type: message/feedback-report
|
|
@@ -163,6 +165,8 @@
|
|
|
163
165
|
rfc:
|
|
164
166
|
- rfc2045
|
|
165
167
|
- rfc2046
|
|
168
|
+
template:
|
|
169
|
+
- message/partial
|
|
166
170
|
registered: true
|
|
167
171
|
- !ruby/object:MIME::Type
|
|
168
172
|
content-type: message/rfc822
|
|
@@ -176,6 +180,8 @@
|
|
|
176
180
|
rfc:
|
|
177
181
|
- rfc2045
|
|
178
182
|
- rfc2046
|
|
183
|
+
template:
|
|
184
|
+
- message/rfc822
|
|
179
185
|
registered: true
|
|
180
186
|
- !ruby/object:MIME::Type
|
|
181
187
|
content-type: message/s-http
|
data/types/model.yaml
CHANGED
|
@@ -85,6 +85,8 @@
|
|
|
85
85
|
xrefs:
|
|
86
86
|
rfc:
|
|
87
87
|
- rfc2077
|
|
88
|
+
template:
|
|
89
|
+
- model/mesh
|
|
88
90
|
registered: true
|
|
89
91
|
- !ruby/object:MIME::Type
|
|
90
92
|
content-type: model/mtl
|
|
@@ -401,6 +403,8 @@
|
|
|
401
403
|
xrefs:
|
|
402
404
|
rfc:
|
|
403
405
|
- rfc2077
|
|
406
|
+
template:
|
|
407
|
+
- model/vrml
|
|
404
408
|
registered: true
|
|
405
409
|
- !ruby/object:MIME::Type
|
|
406
410
|
content-type: model/x3d+binary
|
data/types/multipart.yaml
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
rfc:
|
|
7
7
|
- rfc2045
|
|
8
8
|
- rfc2046
|
|
9
|
+
template:
|
|
10
|
+
- multipart/alternative
|
|
9
11
|
registered: true
|
|
10
12
|
- !ruby/object:MIME::Type
|
|
11
13
|
content-type: multipart/appledouble
|
|
@@ -32,6 +34,8 @@
|
|
|
32
34
|
rfc:
|
|
33
35
|
- rfc2045
|
|
34
36
|
- rfc2046
|
|
37
|
+
template:
|
|
38
|
+
- multipart/digest
|
|
35
39
|
registered: true
|
|
36
40
|
- !ruby/object:MIME::Type
|
|
37
41
|
content-type: multipart/encrypted
|
|
@@ -76,6 +80,8 @@
|
|
|
76
80
|
rfc:
|
|
77
81
|
- rfc2045
|
|
78
82
|
- rfc2046
|
|
83
|
+
template:
|
|
84
|
+
- multipart/mixed
|
|
79
85
|
registered: true
|
|
80
86
|
- !ruby/object:MIME::Type
|
|
81
87
|
content-type: multipart/multilingual
|
|
@@ -93,6 +99,8 @@
|
|
|
93
99
|
rfc:
|
|
94
100
|
- rfc2045
|
|
95
101
|
- rfc2046
|
|
102
|
+
template:
|
|
103
|
+
- multipart/parallel
|
|
96
104
|
registered: true
|
|
97
105
|
- !ruby/object:MIME::Type
|
|
98
106
|
content-type: multipart/related
|
data/types/text.yaml
CHANGED
|
@@ -163,6 +163,8 @@
|
|
|
163
163
|
xrefs:
|
|
164
164
|
rfc:
|
|
165
165
|
- rfc1896
|
|
166
|
+
template:
|
|
167
|
+
- text/enriched
|
|
166
168
|
registered: true
|
|
167
169
|
- !ruby/object:MIME::Type
|
|
168
170
|
content-type: text/example
|
|
@@ -403,6 +405,8 @@
|
|
|
403
405
|
- rfc2046
|
|
404
406
|
- rfc3676
|
|
405
407
|
- rfc5147
|
|
408
|
+
template:
|
|
409
|
+
- text/plain
|
|
406
410
|
registered: true
|
|
407
411
|
- !ruby/object:MIME::Type
|
|
408
412
|
content-type: text/provenance-notation
|
|
@@ -494,6 +498,8 @@
|
|
|
494
498
|
rfc:
|
|
495
499
|
- rfc2045
|
|
496
500
|
- rfc2046
|
|
501
|
+
template:
|
|
502
|
+
- text/richtext
|
|
497
503
|
registered: true
|
|
498
504
|
- !ruby/object:MIME::Type
|
|
499
505
|
content-type: text/rtf
|
|
@@ -1022,6 +1028,15 @@
|
|
|
1022
1028
|
template:
|
|
1023
1029
|
- text/vnd.trolltech.linguist
|
|
1024
1030
|
registered: true
|
|
1031
|
+
- !ruby/object:MIME::Type
|
|
1032
|
+
content-type: text/vnd.vcf
|
|
1033
|
+
encoding: quoted-printable
|
|
1034
|
+
xrefs:
|
|
1035
|
+
person:
|
|
1036
|
+
- Anand_Jahagirdar
|
|
1037
|
+
template:
|
|
1038
|
+
- text/vnd.vcf
|
|
1039
|
+
registered: true
|
|
1025
1040
|
- !ruby/object:MIME::Type
|
|
1026
1041
|
content-type: text/vnd.wap.si
|
|
1027
1042
|
encoding: quoted-printable
|
|
@@ -1070,6 +1085,15 @@
|
|
|
1070
1085
|
template:
|
|
1071
1086
|
- text/vnd.wap.wmlscript
|
|
1072
1087
|
registered: true
|
|
1088
|
+
- !ruby/object:MIME::Type
|
|
1089
|
+
content-type: text/vnd.zoo.kcl
|
|
1090
|
+
encoding: quoted-printable
|
|
1091
|
+
xrefs:
|
|
1092
|
+
person:
|
|
1093
|
+
- Jessie_Frazelle
|
|
1094
|
+
template:
|
|
1095
|
+
- text/vnd.zoo.kcl
|
|
1096
|
+
registered: true
|
|
1073
1097
|
- !ruby/object:MIME::Type
|
|
1074
1098
|
content-type: text/vtt
|
|
1075
1099
|
encoding: quoted-printable
|
data/types/video.yaml
CHANGED
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
content-type: video/evc
|
|
116
116
|
encoding: base64
|
|
117
117
|
xrefs:
|
|
118
|
-
|
|
119
|
-
-
|
|
118
|
+
rfc:
|
|
119
|
+
- rfc9584
|
|
120
120
|
template:
|
|
121
121
|
- video/evc
|
|
122
122
|
registered: true
|
|
@@ -412,6 +412,8 @@
|
|
|
412
412
|
rfc:
|
|
413
413
|
- rfc2045
|
|
414
414
|
- rfc2046
|
|
415
|
+
template:
|
|
416
|
+
- video/mpeg
|
|
415
417
|
registered: true
|
|
416
418
|
- !ruby/object:MIME::Type
|
|
417
419
|
content-type: video/mpeg4-generic
|
|
@@ -538,8 +540,8 @@
|
|
|
538
540
|
content-type: video/scip
|
|
539
541
|
encoding: base64
|
|
540
542
|
xrefs:
|
|
541
|
-
|
|
542
|
-
-
|
|
543
|
+
rfc:
|
|
544
|
+
- rfc9607
|
|
543
545
|
template:
|
|
544
546
|
- video/scip
|
|
545
547
|
registered: true
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mime-types-data
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2024.
|
|
4
|
+
version: 3.2024.1001
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Austin Ziegler
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hoe
|
|
@@ -184,6 +184,7 @@ extra_rdoc_files:
|
|
|
184
184
|
- Licence.md
|
|
185
185
|
- Manifest.txt
|
|
186
186
|
- README.md
|
|
187
|
+
- SECURITY.md
|
|
187
188
|
files:
|
|
188
189
|
- Code-of-Conduct.md
|
|
189
190
|
- Contributing.md
|
|
@@ -192,6 +193,7 @@ files:
|
|
|
192
193
|
- Manifest.txt
|
|
193
194
|
- README.md
|
|
194
195
|
- Rakefile
|
|
196
|
+
- SECURITY.md
|
|
195
197
|
- data/content_type_mime.db
|
|
196
198
|
- data/ext_mime.db
|
|
197
199
|
- data/mime-types.json
|
|
@@ -210,7 +212,9 @@ files:
|
|
|
210
212
|
- types/chemical.yaml
|
|
211
213
|
- types/conference.yaml
|
|
212
214
|
- types/drawing.yaml
|
|
215
|
+
- types/example.yaml
|
|
213
216
|
- types/font.yaml
|
|
217
|
+
- types/haptics.yaml
|
|
214
218
|
- types/image.yaml
|
|
215
219
|
- types/message.yaml
|
|
216
220
|
- types/model.yaml
|
|
@@ -240,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
240
244
|
- !ruby/object:Gem::Version
|
|
241
245
|
version: '0'
|
|
242
246
|
requirements: []
|
|
243
|
-
rubygems_version: 3.5.
|
|
247
|
+
rubygems_version: 3.5.16
|
|
244
248
|
signing_key:
|
|
245
249
|
specification_version: 4
|
|
246
250
|
summary: mime-types-data provides a registry for information about MIME media type
|