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