mime-types-data 3.2025.0304 → 3.2025.0325
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 +54 -43
- data/CONTRIBUTING.md +3 -3
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +1 -0
- data/data/mime.docs.column +1 -0
- data/data/mime.encoding.column +1 -0
- data/data/mime.flags.column +1 -0
- data/data/mime.friendly.column +1 -0
- data/data/mime.pext.column +1 -0
- data/data/mime.use_instead.column +1 -0
- data/data/mime.xrefs.column +7 -6
- 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: 3c28c15451542bc1923d247ba5fd54f2e4a78bf6676b875e2e08a2bfacdb2b55
|
4
|
+
data.tar.gz: 71cf4e801b27ab6bdb0c75191a7443f559bc2bc8cb1f7fbb92f966d9daabb156
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a2e5a70032c18ba7111ccc0188ae9a6103ee6394758454d2c4e42a4a2b2d3ab88b4679d438be4ee3c05c3cd0d678ae43895e1e0d8349c6955f537db8ca7d114
|
7
|
+
data.tar.gz: f62f2c335dfcb4fafeddf6bc893d2929e7a12837c5fbaf03333cda29309c1ae3db147d8bf85f7357a1dcd2acba1d0324bcb1f6059997a90a487c1d0500dd0af1
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
<!-- automatic-release -->
|
4
4
|
|
5
|
+
## 3.2025.0325 / 2025-03-25
|
6
|
+
|
7
|
+
- Updated the Apache and IANA media registry entries as of release date
|
8
|
+
|
9
|
+
## 3.2025.0318 / 2025-03-18
|
10
|
+
|
11
|
+
- Updated the Apache and IANA media registry entries as of release date
|
12
|
+
|
5
13
|
## 3.2025.0304 / 2025-03-04
|
6
14
|
|
7
15
|
- Updated the Apache and IANA media registry entries as of release date
|
@@ -270,7 +278,7 @@
|
|
270
278
|
|
271
279
|
## 3.2018.0812 / 2018-08-12
|
272
280
|
|
273
|
-
- Added `.xsd` extension to `text/xml`. [
|
281
|
+
- Added `.xsd` extension to `text/xml`. [pull-10][pull-10]
|
274
282
|
|
275
283
|
- Added `.js` and `.mjs` extensions to `text/ecmascript` and `text/javascript`.
|
276
284
|
[#11][pull-11]
|
@@ -391,8 +399,10 @@
|
|
391
399
|
|
392
400
|
## 2.6 / 2015-05-25
|
393
401
|
|
394
|
-
- Steven Michael Thomas
|
395
|
-
|
402
|
+
- Steven Michael Thomas
|
403
|
+
([@stevenmichaelthomas](https://github.com/stevenmichaelthomas)) added `woff2`
|
404
|
+
as an extension to application/font-woff,
|
405
|
+
[ruby-mime-types#99][ruby-mime-types#99].
|
396
406
|
- Updated the IANA media registry entries as of release date:
|
397
407
|
- Updated metadata for application/jose, application/jose+json,
|
398
408
|
application/jwk+json, application/jwk-set+json, application/jwt to reflect
|
@@ -423,11 +433,11 @@
|
|
423
433
|
(RFC7396), application/smil, application/vnd.arastra.swi,
|
424
434
|
application/vnd.geocube+xml, application/vnd.gmx, application/xhtml+xml,
|
425
435
|
text/directory.
|
426
|
-
- Andy Brody ([@ab](https://github.com/ab)) fixed a pair of embarrassing typos
|
427
|
-
text/tab-separated-values,
|
436
|
+
- Andy Brody ([@ab](https://github.com/ab)) fixed a pair of embarrassing typos
|
437
|
+
in text/csv and text/tab-separated-values,
|
428
438
|
[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`,
|
439
|
+
- Aggelos Avgerinos ([@eavgerinos](https://github.com/eavgerinos)) added the
|
440
|
+
unregistered MIME type image/x-ms-bmp with the extension `bmp`,
|
431
441
|
[ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
|
432
442
|
|
433
443
|
## 2.4.2 / 2014-10-15
|
@@ -623,43 +633,44 @@
|
|
623
633
|
video/x-mng, video/x-ms-vob, video/x-smv
|
624
634
|
- Merged the non-standard VMS platform text/plain with the standard text/plain.
|
625
635
|
|
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
636
|
[code of conduct]: CODE_OF_CONDUCT.md
|
637
|
+
[issue-18]: https://github.com/mime-types/mime-types-data/issues/18
|
638
|
+
[issue-22]: https://github.com/mime-types/mime-types-data/issues/22
|
639
|
+
[issue-32]: https://github.com/mime-types/mime-types-data/issues/32
|
640
|
+
[issue-48]: https://github.com/mime-types/mime-types-data/issues/48
|
641
|
+
[issue-54]: https://github.com/mime-types/mime-types-data/issues/54
|
642
|
+
[issue-55]: https://github.com/mime-types/mime-types-data/issues/55
|
662
643
|
[mini_mime]: https://github.com/discourse/mini_mime/issues/41
|
663
|
-
[
|
644
|
+
[pull-109]: https://github.com/mime-types/mime-types-data/pull/109
|
645
|
+
[pull-10]: https://github.com/mime-types/mime-types-data/pull/10
|
646
|
+
[pull-11]: https://github.com/mime-types/mime-types-data/pull/11
|
647
|
+
[pull-12]: https://github.com/mime-types/mime-types-data/pull/12
|
648
|
+
[pull-13]: https://github.com/mime-types/mime-types-data/pull/13
|
649
|
+
[pull-20]: https://github.com/mime-types/mime-types-data/pull/20
|
650
|
+
[pull-21]: https://github.com/mime-types/mime-types-data/pull/21
|
651
|
+
[pull-23]: https://github.com/mime-types/mime-types-data/pull/23
|
652
|
+
[pull-24]: https://github.com/mime-types/mime-types-data/pull/24
|
653
|
+
[pull-28]: https://github.com/mime-types/mime-types-data/pull/28
|
654
|
+
[pull-29]: https://github.com/mime-types/mime-types-data/pull/29
|
655
|
+
[pull-30]: https://github.com/mime-types/mime-types-data/pull/30
|
656
|
+
[pull-31]: https://github.com/mime-types/mime-types-data/pull/31
|
657
|
+
[pull-33]: https://github.com/mime-types/mime-types-data/pull/33
|
658
|
+
[pull-34]: https://github.com/mime-types/mime-types-data/pull/34
|
659
|
+
[pull-35]: https://github.com/mime-types/mime-types-data/pull/35
|
660
|
+
[pull-36]: https://github.com/mime-types/mime-types-data/pull/36
|
661
|
+
[pull-40]: https://github.com/mime-types/mime-types-data/pull/40
|
662
|
+
[pull-43]: https://github.com/mime-types/mime-types-data/pull/43
|
663
|
+
[pull-45]: https://github.com/mime-types/mime-types-data/pull/45
|
664
|
+
[pull-46]: https://github.com/mime-types/mime-types-data/pull/46
|
665
|
+
[pull-47]: https://github.com/mime-types/mime-types-data/pull/47
|
666
|
+
[pull-50]: https://github.com/mime-types/mime-types-data/pull/50
|
667
|
+
[pull-52]: https://github.com/mime-types/mime-types-data/pull/52
|
668
|
+
[pull-53]: https://github.com/mime-types/mime-types-data/pull/53
|
669
|
+
[pull-77]: https://github.com/mime-types/mime-types-data/pull/77
|
670
|
+
[pull-81]: https://github.com/mime-types/mime-types-data/pull/81
|
671
|
+
[pull-96]: https://github.com/mime-types/mime-types-data/pull/96
|
672
|
+
[pull-98]: https://github.com/mime-types/mime-types-data/pull/98
|
673
|
+
[rmt]: https://github.com/mime-types/ruby-mime-types
|
664
674
|
[ruby-mime-types#163]: https://github.com/mime-types/ruby-mime-types/issues/163
|
675
|
+
[ruby-mime-types#99]: https://github.com/mime-types/ruby-mime-types/pull/99
|
665
676
|
[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/
|