mime-types-data 3.2025.0304 → 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 +50 -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 +2 -1
- 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: '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,10 @@
|
|
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
|
+
|
5
9
|
## 3.2025.0304 / 2025-03-04
|
6
10
|
|
7
11
|
- Updated the Apache and IANA media registry entries as of release date
|
@@ -270,7 +274,7 @@
|
|
270
274
|
|
271
275
|
## 3.2018.0812 / 2018-08-12
|
272
276
|
|
273
|
-
- Added `.xsd` extension to `text/xml`. [
|
277
|
+
- Added `.xsd` extension to `text/xml`. [pull-10][pull-10]
|
274
278
|
|
275
279
|
- Added `.js` and `.mjs` extensions to `text/ecmascript` and `text/javascript`.
|
276
280
|
[#11][pull-11]
|
@@ -391,8 +395,10 @@
|
|
391
395
|
|
392
396
|
## 2.6 / 2015-05-25
|
393
397
|
|
394
|
-
- Steven Michael Thomas
|
395
|
-
|
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].
|
396
402
|
- Updated the IANA media registry entries as of release date:
|
397
403
|
- Updated metadata for application/jose, application/jose+json,
|
398
404
|
application/jwk+json, application/jwk-set+json, application/jwt to reflect
|
@@ -423,11 +429,11 @@
|
|
423
429
|
(RFC7396), application/smil, application/vnd.arastra.swi,
|
424
430
|
application/vnd.geocube+xml, application/vnd.gmx, application/xhtml+xml,
|
425
431
|
text/directory.
|
426
|
-
- Andy Brody ([@ab](https://github.com/ab)) fixed a pair of embarrassing typos
|
427
|
-
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,
|
428
434
|
[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`,
|
435
|
+
- Aggelos Avgerinos ([@eavgerinos](https://github.com/eavgerinos)) added the
|
436
|
+
unregistered MIME type image/x-ms-bmp with the extension `bmp`,
|
431
437
|
[ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
|
432
438
|
|
433
439
|
## 2.4.2 / 2014-10-15
|
@@ -623,43 +629,44 @@
|
|
623
629
|
video/x-mng, video/x-ms-vob, video/x-smv
|
624
630
|
- Merged the non-standard VMS platform text/plain with the standard text/plain.
|
625
631
|
|
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
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
|
662
639
|
[mini_mime]: https://github.com/discourse/mini_mime/issues/41
|
663
|
-
[
|
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
|
664
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
|
665
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/
|