mime-types 1.21 → 1.22
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/.travis.yml +2 -1
- data/Contributing.rdoc +3 -2
- data/History.rdoc +10 -0
- data/README.rdoc +1 -1
- data/lib/mime/types.rb +1 -1
- data/lib/mime/types/application +12 -3
- data/lib/mime/types/audio +5 -5
- data/lib/mime/types/image.nonstandard +1 -0
- data/lib/mime/types/text +3 -2
- data/lib/mime/types/video +2 -2
- metadata +3 -3
- metadata.gz.sig +1 -1
data.tar.gz.sig
CHANGED
Binary file
|
data/.travis.yml
CHANGED
data/Contributing.rdoc
CHANGED
@@ -6,8 +6,8 @@ request, or code contributions.
|
|
6
6
|
Code contributions to MIME::Types are especially <del>welcome</del>encouraged.
|
7
7
|
Because MIME::Types is a complex codebase, there are a few guidelines:
|
8
8
|
|
9
|
-
* Changes <strong>will not</strong> be accepted
|
10
|
-
|
9
|
+
* Changes (aside from new MIME types) <strong>will not</strong> be accepted
|
10
|
+
without tests. The test suite is written with MiniTest.
|
11
11
|
* Match my coding style.
|
12
12
|
* Use a thoughtfully-named topic branch that contains your change. Rebase your
|
13
13
|
commits into logical chunks as necessary.
|
@@ -65,3 +65,4 @@ Thanks to everyone else who has contributed to MIME::Types:
|
|
65
65
|
* Hans de Graaff
|
66
66
|
* Henrik Hodne
|
67
67
|
* Martin d'Allens
|
68
|
+
* cgat
|
data/History.rdoc
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
== 1.22 / 2013-03-30
|
2
|
+
|
3
|
+
* New MIME Types:
|
4
|
+
* Added support for 3FR (Hasselblad raw images) files. MIME-Type was obtained
|
5
|
+
by looking at exif data with exiftool. Thanks to cgat for these changes.
|
6
|
+
https://github.com/halostatue/mime-types/pull/27
|
7
|
+
* Updated MIME Types:
|
8
|
+
* Pulled the latest updates from the IANA MIME-Type registry.
|
9
|
+
* Added support for Ruby 2.0 with Travis CI.
|
10
|
+
|
1
11
|
== 1.21 / 2013-02-09
|
2
12
|
|
3
13
|
* New MIME Types:
|
data/README.rdoc
CHANGED
@@ -8,7 +8,7 @@ rdoc :: http://mime-types.rubyforge.org/
|
|
8
8
|
== Description
|
9
9
|
|
10
10
|
This library allows for the identification of a file's likely MIME content
|
11
|
-
type. This is release 1.
|
11
|
+
type. This is release 1.22 with new MIME types. The identification of MIME
|
12
12
|
content type is based on a file's filename extensions.
|
13
13
|
|
14
14
|
MIME types are used in MIME-compliant communications, as in e-mail or
|
data/lib/mime/types.rb
CHANGED
data/lib/mime/types/application
CHANGED
@@ -12,6 +12,7 @@ application/auth-policy+xml :8bit 'IANA,RFC4745
|
|
12
12
|
application/batch-SMTP 'IANA,RFC2442
|
13
13
|
application/beep+xml 'IANA,RFC3080
|
14
14
|
application/calendar+xml 'IANA,RFC6321
|
15
|
+
application/call-completion 'IANA,{RFC-ietf-bliss-call-completion-19=http://tools.ietf.org/html/draft-ietf-bliss-call-completion}
|
15
16
|
application/cals-1840 'IANA,RFC1895
|
16
17
|
application/ccmp+xml 'IANA,RFC6503
|
17
18
|
application/ccxml+xml 'IANA,RFC4267
|
@@ -30,6 +31,7 @@ application/cpl+xml 'IANA,RFC3880
|
|
30
31
|
application/csta+xml 'IANA,[Ecma International Helpdesk]
|
31
32
|
application/CSTAdata+xml 'IANA,[Ecma International Helpdesk]
|
32
33
|
application/cybercash 'IANA,[Eastlake]
|
34
|
+
application/dash+xml 'IANA,[Stockhammer]
|
33
35
|
application/davmount+xml 'IANA,RFC4709
|
34
36
|
application/dca-rft 'IANA,[Campbell]
|
35
37
|
application/dec-dx 'IANA,[Campbell]
|
@@ -45,7 +47,7 @@ application/EDI-Consent 'IANA,RFC1767
|
|
45
47
|
application/EDI-X12 'IANA,RFC1767
|
46
48
|
application/EDIFACT 'IANA,RFC1767
|
47
49
|
application/emma+xml 'IANA,[W3C]
|
48
|
-
application/encaprtp 'IANA,
|
50
|
+
application/encaprtp 'IANA,RFC6849
|
49
51
|
application/epp+xml 'IANA,RFC5730
|
50
52
|
application/eshop 'IANA,[Katz]
|
51
53
|
application/example 'IANA,RFC4735
|
@@ -55,7 +57,7 @@ application/fastsoap 'IANA,[ITU-T ASN.1 Rapporteur]
|
|
55
57
|
application/fdt+xml 'IANA,RFC6726
|
56
58
|
application/fits 'IANA,RFC4047
|
57
59
|
application/font-tdpfr @pfr 'IANA,RFC3073
|
58
|
-
application/font-woff @woff :base64 'IANA,[W3C]
|
60
|
+
application/font-woff @woff :base64 'IANA,[W3C]
|
59
61
|
application/framework-attributes+xml 'IANA,RFC6230
|
60
62
|
application/gzip 'IANA,RFC6713
|
61
63
|
application/H224 'IANA,RFC4573
|
@@ -121,6 +123,8 @@ application/mp4 @mp4,mpg4 'IANA,RFC4337,RFC6381
|
|
121
123
|
application/mpeg4-generic 'IANA,RFC3640
|
122
124
|
application/mpeg4-iod 'IANA,RFC4337
|
123
125
|
application/mpeg4-iod-xmt 'IANA,RFC4337
|
126
|
+
application/mrb-consumer+xml 'IANA,{RFC-ietf-mediactrl-mrb-19=http://tools.ietf.org/html/draft-ietf-mediactrl-mrb}
|
127
|
+
application/mrb-publish+xml 'IANA,{RFC-ietf-mediactrl-mrb-19=http://tools.ietf.org/html/draft-ietf-mediactrl-mrb}
|
124
128
|
application/msc-ivr+xml 'IANA,RFC6231
|
125
129
|
application/msc-mixer+xml 'IANA,RFC6505
|
126
130
|
application/msword @doc,dot,wrd :base64 'IANA,[Lindner]
|
@@ -138,6 +142,7 @@ application/oda @oda 'IANA,RFC2045,RFC2046
|
|
138
142
|
application/oebps-package+xml 'IANA,RFC4839
|
139
143
|
application/ogg @ogx 'IANA,RFC5334
|
140
144
|
application/oxps 'IANA,[Ecma International Helpdesk]
|
145
|
+
application/p2p-overlay+xml 'IANA,{RFC-ietf-p2psip-base-26=http://tools.ietf.org/html/draft-ietf-p2psip-base}
|
141
146
|
application/parityfec 'IANA,RFC5109
|
142
147
|
application/patch-ops-error+xml 'IANA,RFC5261
|
143
148
|
application/pdf @pdf :base64 'IANA,RFC3778
|
@@ -181,7 +186,7 @@ application/rpki-manifest 'IANA,RFC6481
|
|
181
186
|
application/rpki-roa 'IANA,RFC6481
|
182
187
|
application/rpki-updown 'IANA,RFC6492
|
183
188
|
application/rtf @rtf 'IANA,[Lindner]
|
184
|
-
application/rtploopback 'IANA,
|
189
|
+
application/rtploopback 'IANA,RFC6849
|
185
190
|
application/rtx 'IANA,RFC4588
|
186
191
|
application/samlassertion+xml 'IANA,[OASIS Security Services Technical Committee (SSTC)]
|
187
192
|
application/samlmetadata+xml 'IANA,[OASIS Security Services Technical Committee (SSTC)]
|
@@ -212,6 +217,7 @@ application/soap+xml 'IANA,RFC3902
|
|
212
217
|
application/sparql-query 'IANA,[W3C]
|
213
218
|
application/sparql-results+xml 'IANA,[W3C]
|
214
219
|
application/spirits-event+xml 'IANA,RFC3910
|
220
|
+
application/sql 'IANA,{RFC-shafranovich-mime-sql-06=http://tools.ietf.org/html/draft-shafranovich-mime-sql}
|
215
221
|
application/srgs 'IANA,RFC4267
|
216
222
|
application/srgs+xml 'IANA,RFC4267
|
217
223
|
application/sru+xml 'IANA,RFC6207
|
@@ -234,6 +240,7 @@ application/timestamp-reply 'IANA,RFC3161
|
|
234
240
|
application/timestamped-data 'IANA,RFC5955
|
235
241
|
application/tve-trigger 'IANA,[Welsh]
|
236
242
|
application/ulpfec 'IANA,RFC5109
|
243
|
+
application/urc-ressheet+xml 'IANA,[Zimmermann]
|
237
244
|
application/vcard+xml 'IANA,RFC6351
|
238
245
|
application/vemmi 'IANA,RFC2122
|
239
246
|
application/vnd.3gpp.bsf+xml 'IANA,[Meredith]
|
@@ -319,6 +326,7 @@ application/vnd.dece.ttml+xml 'IANA,[Dolan]
|
|
319
326
|
application/vnd.dece.unspecified 'IANA,[Dolan]
|
320
327
|
application/vnd.dece.zip 'IANA,[Dolan]
|
321
328
|
application/vnd.denovo.fcselayout-link 'IANA,[Dixon]
|
329
|
+
application/vnd.desmume.movie 'IANA,[Andersson]
|
322
330
|
application/vnd.dir-bi.plate-dl-nosuffix 'IANA,[Yamanaka]
|
323
331
|
application/vnd.dm.delegation+xml 'IANA,[Ferrazzini]
|
324
332
|
application/vnd.dna 'IANA,[Searcy]
|
@@ -937,6 +945,7 @@ application/vnd.wt.stf 'IANA,[Wohler]
|
|
937
945
|
application/vnd.wv.csp+wbxml @wv 'IANA,[Salmi]
|
938
946
|
application/vnd.wv.csp+xml :8bit 'IANA,[Ingimundarson]
|
939
947
|
application/vnd.wv.ssp+xml :8bit 'IANA,[Ingimundarson]
|
948
|
+
application/vnd.xacml+json 'IANA,[Brossard]
|
940
949
|
application/vnd.xara 'IANA,[Matthewman]
|
941
950
|
application/vnd.xfdl 'IANA,[Manning]
|
942
951
|
application/vnd.xfdl.webform 'IANA,[Mansell]
|
data/lib/mime/types/audio
CHANGED
@@ -24,7 +24,7 @@ audio/dsr-es202212 'IANA,RFC4060
|
|
24
24
|
audio/DV 'IANA,RFC6469
|
25
25
|
audio/DVI4 'IANA,RFC4856
|
26
26
|
audio/eac3 'IANA,RFC4598
|
27
|
-
audio/encaprtp 'IANA,
|
27
|
+
audio/encaprtp 'IANA,RFC6849
|
28
28
|
audio/EVRC @evc 'IANA,RFC4788
|
29
29
|
audio/EVRC-QCP 'IANA,RFC3625
|
30
30
|
audio/EVRC0 'IANA,RFC4788
|
@@ -32,9 +32,9 @@ audio/EVRC1 'IANA,RFC4788
|
|
32
32
|
audio/EVRCB 'IANA,RFC5188
|
33
33
|
audio/EVRCB0 'IANA,RFC5188
|
34
34
|
audio/EVRCB1 'IANA,RFC4788
|
35
|
-
audio/EVRCNW 'IANA,
|
36
|
-
audio/EVRCNW0 'IANA,
|
37
|
-
audio/EVRCNW1 'IANA,
|
35
|
+
audio/EVRCNW 'IANA,RFC6884
|
36
|
+
audio/EVRCNW0 'IANA,RFC6884
|
37
|
+
audio/EVRCNW1 'IANA,RFC6884
|
38
38
|
audio/EVRCWB 'IANA,RFC5188
|
39
39
|
audio/EVRCWB0 'IANA,RFC5188
|
40
40
|
audio/EVRCWB1 'IANA,RFC5188
|
@@ -82,7 +82,7 @@ audio/raptorfec 'IANA,RFC6682
|
|
82
82
|
audio/RED 'IANA,RFC3555
|
83
83
|
audio/rtp-enc-aescm128 'IANA,[3GPP]
|
84
84
|
audio/rtp-midi 'IANA,RFC6295
|
85
|
-
audio/rtploopback 'IANA,
|
85
|
+
audio/rtploopback 'IANA,RFC6849
|
86
86
|
audio/rtx 'IANA,RFC4588
|
87
87
|
audio/SMV @smv 'IANA,RFC3558
|
88
88
|
audio/SMV-QCP 'IANA,RFC3625
|
data/lib/mime/types/text
CHANGED
@@ -3,7 +3,7 @@ text/calendar 'IANA,RFC5545
|
|
3
3
|
text/css @css :8bit 'IANA,RFC2318
|
4
4
|
text/csv @csv :8bit 'IANA,RFC4180
|
5
5
|
text/dns 'IANA,RFC4027
|
6
|
-
text/encaprtp 'IANA,
|
6
|
+
text/encaprtp 'IANA,RFC6849
|
7
7
|
text/enriched 'IANA,RFC1896
|
8
8
|
text/example 'IANA,RFC4735
|
9
9
|
text/fwdred 'IANA,RFC6354
|
@@ -14,6 +14,7 @@ text/mizar 'IANA,[Jesse Alama=Jesse_Alama]
|
|
14
14
|
text/n3 'IANA,[Prud'hommeaux=Prudhommeaux],[W3C]
|
15
15
|
text/parityfec 'IANA,RFC5109
|
16
16
|
text/plain @txt,asc,c,cc,h,hh,cpp,hpp,dat,hlp 'IANA,RFC2046,RFC3676,RFC5147
|
17
|
+
text/provenance-notation 'IANA,[Herman],[W3C]
|
17
18
|
text/prs.fallenstein.rst @rst 'IANA,[Fallenstein]
|
18
19
|
text/prs.lines.tag 'IANA,[Lines]
|
19
20
|
text/raptorfec 'IANA,RFC6682
|
@@ -22,7 +23,7 @@ text/rfc822-headers 'IANA,RFC6522
|
|
22
23
|
text/richtext @rtx :8bit 'IANA,RFC2045,RFC2046
|
23
24
|
text/rtf @rtf :8bit 'IANA,[Lindner]
|
24
25
|
text/rtp-enc-aescm128 'IANA,[3GPP]
|
25
|
-
text/rtploopback 'IANA,
|
26
|
+
text/rtploopback 'IANA,RFC6849
|
26
27
|
text/rtx 'IANA,RFC4588
|
27
28
|
text/sgml @sgml,sgm 'IANA,RFC1874
|
28
29
|
text/t140 'IANA,RFC4103
|
data/lib/mime/types/video
CHANGED
@@ -6,7 +6,7 @@ video/BMPEG 'IANA,RFC3555
|
|
6
6
|
video/BT656 'IANA,RFC3555
|
7
7
|
video/CelB 'IANA,RFC3555
|
8
8
|
video/DV 'IANA,RFC6469
|
9
|
-
video/encaprtp 'IANA,
|
9
|
+
video/encaprtp 'IANA,RFC6849
|
10
10
|
video/example 'IANA,RFC4735
|
11
11
|
video/H261 'IANA,RFC4587
|
12
12
|
video/H263 'IANA,RFC3555
|
@@ -34,7 +34,7 @@ video/quicktime @qt,mov :base64 'IANA,RFC6381,[Lindner]
|
|
34
34
|
video/raptorfec 'IANA,RFC6682
|
35
35
|
video/raw 'IANA,RFC4175
|
36
36
|
video/rtp-enc-aescm128 'IANA,[3GPP]
|
37
|
-
video/rtploopback 'IANA,
|
37
|
+
video/rtploopback 'IANA,RFC6849
|
38
38
|
video/rtx 'IANA,RFC4588
|
39
39
|
video/SMPTE292M 'IANA,RFC3497
|
40
40
|
video/ulpfec 'IANA,RFC5109
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mime-types
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.22'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -50,7 +50,7 @@ cert_chain:
|
|
50
50
|
-----END CERTIFICATE-----
|
51
51
|
|
52
52
|
'
|
53
|
-
date: 2013-
|
53
|
+
date: 2013-03-30 00:00:00.000000000 Z
|
54
54
|
dependencies:
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rubyforge
|
@@ -247,7 +247,7 @@ dependencies:
|
|
247
247
|
description: ! 'This library allows for the identification of a file''s likely MIME
|
248
248
|
content
|
249
249
|
|
250
|
-
type. This is release 1.
|
250
|
+
type. This is release 1.22 with new MIME types. The identification of MIME
|
251
251
|
|
252
252
|
content type is based on a file''s filename extensions.
|
253
253
|
|
metadata.gz.sig
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
���"�o�|U��^d�>KD�ލ�������{��m�W������j��D�
|