mime-types-data 3.2025.0304 → 3.2025.0402
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/CHANGELOG.md +58 -43
- data/CONTRIBUTING.md +3 -3
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +3 -0
- data/data/mime.docs.column +3 -0
- data/data/mime.encoding.column +3 -0
- data/data/mime.flags.column +3 -0
- data/data/mime.friendly.column +3 -0
- data/data/mime.pext.column +3 -0
- data/data/mime.use_instead.column +3 -0
- data/data/mime.xrefs.column +10 -7
- data/lib/mime/types/data.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b2529c1cde748485ba48ac876104d886a72cef9fb8fb8b9e97019e147be0669
|
4
|
+
data.tar.gz: deffb89559345c6cfd132c8a09d54596b99503b9f060e0c7dc17dcc7342e1900
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e3bb9d1f8cbe77a1c980d58ce42acb0091646e3ea151911f104b23b9cce7e2530c4f311e43f4df4e7c356f6e8a91651f2da2a69b05cd399cfd97eb20d1d5a23
|
7
|
+
data.tar.gz: 12fd2fbecef29202280d5e107a747e373033b963013b66da3dbbe44337576342e1c050ceec9a51dd50fc8140077b13ee7270c1beab4e9de5b1ac9b06bec63063
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,18 @@
|
|
2
2
|
|
3
3
|
<!-- automatic-release -->
|
4
4
|
|
5
|
+
## 3.2025.0402 / 2025-04-02
|
6
|
+
|
7
|
+
- Updated the Apache and IANA media registry entries as of release date
|
8
|
+
|
9
|
+
## 3.2025.0325 / 2025-03-25
|
10
|
+
|
11
|
+
- Updated the Apache and IANA media registry entries as of release date
|
12
|
+
|
13
|
+
## 3.2025.0318 / 2025-03-18
|
14
|
+
|
15
|
+
- Updated the Apache and IANA media registry entries as of release date
|
16
|
+
|
5
17
|
## 3.2025.0304 / 2025-03-04
|
6
18
|
|
7
19
|
- Updated the Apache and IANA media registry entries as of release date
|
@@ -270,7 +282,7 @@
|
|
270
282
|
|
271
283
|
## 3.2018.0812 / 2018-08-12
|
272
284
|
|
273
|
-
- Added `.xsd` extension to `text/xml`. [
|
285
|
+
- Added `.xsd` extension to `text/xml`. [pull-10][pull-10]
|
274
286
|
|
275
287
|
- Added `.js` and `.mjs` extensions to `text/ecmascript` and `text/javascript`.
|
276
288
|
[#11][pull-11]
|
@@ -391,8 +403,10 @@
|
|
391
403
|
|
392
404
|
## 2.6 / 2015-05-25
|
393
405
|
|
394
|
-
- Steven Michael Thomas
|
395
|
-
|
406
|
+
- Steven Michael Thomas
|
407
|
+
([@stevenmichaelthomas](https://github.com/stevenmichaelthomas)) added `woff2`
|
408
|
+
as an extension to application/font-woff,
|
409
|
+
[ruby-mime-types#99][ruby-mime-types#99].
|
396
410
|
- Updated the IANA media registry entries as of release date:
|
397
411
|
- Updated metadata for application/jose, application/jose+json,
|
398
412
|
application/jwk+json, application/jwk-set+json, application/jwt to reflect
|
@@ -423,11 +437,11 @@
|
|
423
437
|
(RFC7396), application/smil, application/vnd.arastra.swi,
|
424
438
|
application/vnd.geocube+xml, application/vnd.gmx, application/xhtml+xml,
|
425
439
|
text/directory.
|
426
|
-
- Andy Brody ([@ab](https://github.com/ab)) fixed a pair of embarrassing typos
|
427
|
-
text/tab-separated-values,
|
440
|
+
- Andy Brody ([@ab](https://github.com/ab)) fixed a pair of embarrassing typos
|
441
|
+
in text/csv and text/tab-separated-values,
|
428
442
|
[ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
|
429
|
-
- Aggelos Avgerinos ([@eavgerinos](https://github.com/eavgerinos)) added the
|
430
|
-
image/x-ms-bmp with the extension `bmp`,
|
443
|
+
- Aggelos Avgerinos ([@eavgerinos](https://github.com/eavgerinos)) added the
|
444
|
+
unregistered MIME type image/x-ms-bmp with the extension `bmp`,
|
431
445
|
[ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
|
432
446
|
|
433
447
|
## 2.4.2 / 2014-10-15
|
@@ -623,43 +637,44 @@
|
|
623
637
|
video/x-mng, video/x-ms-vob, video/x-smv
|
624
638
|
- Merged the non-standard VMS platform text/plain with the standard text/plain.
|
625
639
|
|
626
|
-
[#10]: https://github.com/mime-types/mime-types-data/pull/10
|
627
|
-
[#11]: https://github.com/mime-types/mime-types-data/pull/11
|
628
|
-
[#12]: https://github.com/mime-types/mime-types-data/pull/12
|
629
|
-
[#13]: https://github.com/mime-types/mime-types-data/pull/13
|
630
|
-
[#18]: https://github.com/mime-types/mime-types-data/issues/18
|
631
|
-
[#20]: https://github.com/mime-types/mime-types-data/pull/20
|
632
|
-
[#21]: https://github.com/mime-types/mime-types-data/pull/21
|
633
|
-
[#22]: https://github.com/mime-types/mime-types-data/issues/22
|
634
|
-
[#23]: https://github.com/mime-types/mime-types-data/pull/23
|
635
|
-
[#24]: https://github.com/mime-types/mime-types-data/pull/24
|
636
|
-
[#28]: https://github.com/mime-types/mime-types-data/pull/28
|
637
|
-
[#29]: https://github.com/mime-types/mime-types-data/pull/29
|
638
|
-
[#30]: https://github.com/mime-types/mime-types-data/pull/30
|
639
|
-
[#31]: https://github.com/mime-types/mime-types-data/pull/31
|
640
|
-
[#32]: https://github.com/mime-types/mime-types-data/issues/32
|
641
|
-
[#33]: https://github.com/mime-types/mime-types-data/pull/33
|
642
|
-
[#34]: https://github.com/mime-types/mime-types-data/pull/34
|
643
|
-
[#35]: https://github.com/mime-types/mime-types-data/pull/35
|
644
|
-
[#36]: https://github.com/mime-types/mime-types-data/pull/36
|
645
|
-
[#40]: https://github.com/mime-types/mime-types-data/pull/40
|
646
|
-
[#43]: https://github.com/mime-types/mime-types-data/pull/43
|
647
|
-
[#45]: https://github.com/mime-types/mime-types-data/pull/45
|
648
|
-
[#46]: https://github.com/mime-types/mime-types-data/pull/46
|
649
|
-
[#47]: https://github.com/mime-types/mime-types-data/pull/47
|
650
|
-
[#48]: https://github.com/mime-types/mime-types-data/issues/48
|
651
|
-
[#50]: https://github.com/mime-types/mime-types-data/pull/50
|
652
|
-
[#52]: https://github.com/mime-types/mime-types-data/pull/52
|
653
|
-
[#53]: https://github.com/mime-types/mime-types-data/pull/53
|
654
|
-
[#54]: https://github.com/mime-types/mime-types-data/issues/54
|
655
|
-
[#55]: https://github.com/mime-types/mime-types-data/issues/55
|
656
|
-
[#77]: https://github.com/mime-types/mime-types-data/pull/77
|
657
|
-
[#81]: https://github.com/mime-types/mime-types-data/pull/81
|
658
|
-
[#96]: https://github.com/mime-types/mime-types-data/pull/96
|
659
|
-
[#98]: https://github.com/mime-types/mime-types-data/pull/98
|
660
|
-
[rmt]: https://github.com/mime-types/ruby-mime-types
|
661
640
|
[code of conduct]: CODE_OF_CONDUCT.md
|
641
|
+
[issue-18]: https://github.com/mime-types/mime-types-data/issues/18
|
642
|
+
[issue-22]: https://github.com/mime-types/mime-types-data/issues/22
|
643
|
+
[issue-32]: https://github.com/mime-types/mime-types-data/issues/32
|
644
|
+
[issue-48]: https://github.com/mime-types/mime-types-data/issues/48
|
645
|
+
[issue-54]: https://github.com/mime-types/mime-types-data/issues/54
|
646
|
+
[issue-55]: https://github.com/mime-types/mime-types-data/issues/55
|
662
647
|
[mini_mime]: https://github.com/discourse/mini_mime/issues/41
|
663
|
-
[
|
648
|
+
[pull-109]: https://github.com/mime-types/mime-types-data/pull/109
|
649
|
+
[pull-10]: https://github.com/mime-types/mime-types-data/pull/10
|
650
|
+
[pull-11]: https://github.com/mime-types/mime-types-data/pull/11
|
651
|
+
[pull-12]: https://github.com/mime-types/mime-types-data/pull/12
|
652
|
+
[pull-13]: https://github.com/mime-types/mime-types-data/pull/13
|
653
|
+
[pull-20]: https://github.com/mime-types/mime-types-data/pull/20
|
654
|
+
[pull-21]: https://github.com/mime-types/mime-types-data/pull/21
|
655
|
+
[pull-23]: https://github.com/mime-types/mime-types-data/pull/23
|
656
|
+
[pull-24]: https://github.com/mime-types/mime-types-data/pull/24
|
657
|
+
[pull-28]: https://github.com/mime-types/mime-types-data/pull/28
|
658
|
+
[pull-29]: https://github.com/mime-types/mime-types-data/pull/29
|
659
|
+
[pull-30]: https://github.com/mime-types/mime-types-data/pull/30
|
660
|
+
[pull-31]: https://github.com/mime-types/mime-types-data/pull/31
|
661
|
+
[pull-33]: https://github.com/mime-types/mime-types-data/pull/33
|
662
|
+
[pull-34]: https://github.com/mime-types/mime-types-data/pull/34
|
663
|
+
[pull-35]: https://github.com/mime-types/mime-types-data/pull/35
|
664
|
+
[pull-36]: https://github.com/mime-types/mime-types-data/pull/36
|
665
|
+
[pull-40]: https://github.com/mime-types/mime-types-data/pull/40
|
666
|
+
[pull-43]: https://github.com/mime-types/mime-types-data/pull/43
|
667
|
+
[pull-45]: https://github.com/mime-types/mime-types-data/pull/45
|
668
|
+
[pull-46]: https://github.com/mime-types/mime-types-data/pull/46
|
669
|
+
[pull-47]: https://github.com/mime-types/mime-types-data/pull/47
|
670
|
+
[pull-50]: https://github.com/mime-types/mime-types-data/pull/50
|
671
|
+
[pull-52]: https://github.com/mime-types/mime-types-data/pull/52
|
672
|
+
[pull-53]: https://github.com/mime-types/mime-types-data/pull/53
|
673
|
+
[pull-77]: https://github.com/mime-types/mime-types-data/pull/77
|
674
|
+
[pull-81]: https://github.com/mime-types/mime-types-data/pull/81
|
675
|
+
[pull-96]: https://github.com/mime-types/mime-types-data/pull/96
|
676
|
+
[pull-98]: https://github.com/mime-types/mime-types-data/pull/98
|
677
|
+
[rmt]: https://github.com/mime-types/ruby-mime-types
|
664
678
|
[ruby-mime-types#163]: https://github.com/mime-types/ruby-mime-types/issues/163
|
679
|
+
[ruby-mime-types#99]: https://github.com/mime-types/ruby-mime-types/pull/99
|
665
680
|
[tp]: https://guides.rubygems.org/trusted-publishing/
|
data/CONTRIBUTING.md
CHANGED
@@ -112,7 +112,7 @@ in your application if you require provisional types.
|
|
112
112
|
|
113
113
|
The release process is almost completely automated, where upstream MIME types
|
114
114
|
will be updated weekly (on Tuesdays) and be presented in a reviewable pull
|
115
|
-
request. Once merged,
|
115
|
+
request. Once merged, the release will be automatically published to RubyGems.
|
116
116
|
|
117
117
|
With the addition of [trusted publishing][tp], there should no longer be a need
|
118
118
|
for manual releases outside of the update cycle. Pull requests merged between
|
@@ -139,10 +139,10 @@ performed manually.
|
|
139
139
|
7. Commit the changes and push to GitHub. The automated trusted publishing
|
140
140
|
workflow will pick up the changes.
|
141
141
|
|
142
|
-
This is based on
|
142
|
+
This list is based on issue [#18][issue-18].
|
143
143
|
|
144
|
-
[issue-18]: https://github.com/mime-types/mime-types-data/issues/18
|
145
144
|
[hoe]: https://github.com/seattlerb/hoe
|
145
|
+
[issue-18]: https://github.com/mime-types/mime-types-data/issues/18
|
146
146
|
[qcm]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
147
147
|
[release-gem]: https://github.com/rubygems/release-gem
|
148
148
|
[rmt]: https://github.com/mime-types/ruby-mime-types/
|