mime-types-data 3.2024.0305 → 3.2024.0903
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Code-of-Conduct.md +99 -46
- data/Contributing.md +40 -81
- data/History.md +213 -180
- data/Licence.md +1 -1
- data/Manifest.txt +3 -0
- data/Rakefile +0 -1
- 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 +37 -5
- data/data/mime.docs.column +32 -0
- data/data/mime.encoding.column +32 -0
- data/data/mime.flags.column +35 -3
- data/data/mime.friendly.column +32 -0
- data/data/mime.pext.column +32 -0
- data/data/mime.use_instead.column +35 -3
- data/data/mime.xrefs.column +67 -35
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +285 -23
- data/types/audio.yaml +17 -4
- data/types/example.yaml +1 -0
- data/types/haptics.yaml +28 -0
- data/types/image.yaml +11 -1
- 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 -17
data/Licence.md
CHANGED
data/Manifest.txt
CHANGED
@@ -5,6 +5,7 @@ Licence.md
|
|
5
5
|
Manifest.txt
|
6
6
|
README.md
|
7
7
|
Rakefile
|
8
|
+
SECURITY.md
|
8
9
|
data/content_type_mime.db
|
9
10
|
data/ext_mime.db
|
10
11
|
data/mime-types.json
|
@@ -23,7 +24,9 @@ types/audio.yaml
|
|
23
24
|
types/chemical.yaml
|
24
25
|
types/conference.yaml
|
25
26
|
types/drawing.yaml
|
27
|
+
types/example.yaml
|
26
28
|
types/font.yaml
|
29
|
+
types/haptics.yaml
|
27
30
|
types/image.yaml
|
28
31
|
types/message.yaml
|
29
32
|
types/model.yaml
|
data/Rakefile
CHANGED
@@ -28,7 +28,6 @@ Hoe.spec "mime-types-data" do
|
|
28
28
|
extra_dev_deps << ["hoe-rubygems", "~> 1.0"]
|
29
29
|
extra_dev_deps << ["mime-types", ">= 3.4.0", "< 4"]
|
30
30
|
extra_dev_deps << ["nokogiri", "~> 1.6"]
|
31
|
-
extra_dev_deps << ["psych", "~> 3.0"]
|
32
31
|
extra_dev_deps << ["rake", ">= 10.0", "< 14"]
|
33
32
|
extra_dev_deps << ["standard", "~> 1.0"]
|
34
33
|
end
|
data/SECURITY.md
ADDED
data/data/content_type_mime.db
CHANGED
@@ -645,8 +645,11 @@ awb audio/AMR-WB
|
|
645
645
|
evc audio/EVRC base64
|
646
646
|
l16 audio/L16 base64
|
647
647
|
smv audio/SMV base64
|
648
|
+
aac audio/aac base64
|
648
649
|
adp audio/adpcm base64
|
649
650
|
au audio/basic base64
|
651
|
+
flac audio/flac base64
|
652
|
+
mka audio/matroska base64
|
650
653
|
kar audio/midi base64
|
651
654
|
mp4 audio/mp4 base64
|
652
655
|
mpga audio/mpeg base64
|
@@ -671,11 +674,8 @@ rip audio/vnd.rip
|
|
671
674
|
smp3 audio/vnd.sealedmedia.softseal.mpeg base64
|
672
675
|
wav audio/wav base64
|
673
676
|
weba audio/webm base64
|
674
|
-
aac audio/x-aac base64
|
675
677
|
aif audio/x-aiff base64
|
676
678
|
caf audio/x-caf base64
|
677
|
-
flac audio/x-flac base64
|
678
|
-
mka audio/x-matroska base64
|
679
679
|
m3u audio/x-mpegurl base64
|
680
680
|
wax audio/x-ms-wax base64
|
681
681
|
wma audio/x-ms-wma base64
|
@@ -707,6 +707,7 @@ jp2 image/jp2
|
|
707
707
|
jpeg image/jpeg base64
|
708
708
|
jpm image/jpm base64
|
709
709
|
jpx image/jpx base64
|
710
|
+
jxl image/jxl base64
|
710
711
|
ktx image/ktx base64
|
711
712
|
png image/png base64
|
712
713
|
btif image/prs.btif base64
|
data/data/ext_mime.db
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
@dir application/x-director base64
|
11
11
|
@dxr application/x-director base64
|
12
12
|
aab application/x-authorware-bin base64
|
13
|
-
aac audio/
|
13
|
+
aac audio/aac base64
|
14
14
|
aam application/x-authorware-map base64
|
15
15
|
aas application/x-authorware-seg base64
|
16
16
|
abw application/x-abiword base64
|
@@ -281,7 +281,7 @@ fh5 image/x-freehand
|
|
281
281
|
fh7 image/x-freehand base64
|
282
282
|
fhc image/x-freehand base64
|
283
283
|
fig application/x-xfig base64
|
284
|
-
flac audio/
|
284
|
+
flac audio/flac base64
|
285
285
|
fli video/x-fli base64
|
286
286
|
flo application/vnd.micrografx.flo base64
|
287
287
|
flv video/x-flv base64
|
@@ -428,6 +428,7 @@ jpx image/jpx
|
|
428
428
|
js text/javascript quoted-printable
|
429
429
|
json application/json 8bit
|
430
430
|
jsonml application/jsonml+json base64
|
431
|
+
jxl image/jxl base64
|
431
432
|
k25 image/x-kodak-k25 base64
|
432
433
|
kar audio/midi base64
|
433
434
|
karbon application/vnd.kde.karbon base64
|
@@ -527,7 +528,7 @@ mjpeg video/x-motion-jpeg
|
|
527
528
|
mjpg video/x-motion-jpeg base64
|
528
529
|
mjs text/javascript quoted-printable
|
529
530
|
mk3d video/x-matroska base64
|
530
|
-
mka audio/
|
531
|
+
mka audio/matroska base64
|
531
532
|
mkd text/markdown quoted-printable
|
532
533
|
mks video/x-matroska base64
|
533
534
|
mkv video/x-matroska base64
|