mime-types-data 3.2025.0909 → 3.2025.0924
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 +20 -0
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +5 -0
- data/data/mime.docs.column +5 -0
- data/data/mime.encoding.column +5 -0
- data/data/mime.flags.column +5 -0
- data/data/mime.friendly.column +5 -0
- data/data/mime.pext.column +5 -0
- data/data/mime.spri.column +0 -0
- data/data/mime.use_instead.column +5 -0
- data/data/mime.xrefs.column +6 -1
- data/lib/mime/types/data.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8b738383fd2a3382cdb32bfc3380ebdbf847d370e8605a2f32e828178b8bbb9
|
4
|
+
data.tar.gz: c4ba90519e1638fcc61d9ecccbbc2fd65817cee5b2b3223e973962cb131b2e46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d5c59d6a4c31251b862492e1ea94dd6e3abe13c5f249eccb1b3b567efe49478c0f41299a0dac8ecce0c83ac955098bdce78aa1697eb74d3313049037dc8e35a
|
7
|
+
data.tar.gz: dd1e20ce1f78b2048e0a8f94d95d13629b538af000291c508c466e2acee04fc234a2ef1667b15c224acfd547ae18eb5f448546dd14dbb5ba5ad7f550da9341ed
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,26 @@
|
|
2
2
|
|
3
3
|
<!-- automatic-release -->
|
4
4
|
|
5
|
+
## 3.2025.0924 / 2025-09-24
|
6
|
+
|
7
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
8
|
+
[provisional media registry][provisional] and the
|
9
|
+
[Apache Tika media registry][tika] as of the release date.
|
10
|
+
|
11
|
+
|
12
|
+
## NEXT / YYYY-MM—DD
|
13
|
+
|
14
|
+
- Removed the [Apache httpd media registry][httpd] from automatic updates.
|
15
|
+
It is currently failing and no longer provides useful data compared to
|
16
|
+
other sources.
|
17
|
+
|
18
|
+
## 3.2025.0916 / 2025-09-16
|
19
|
+
|
20
|
+
- Updated registry entries from the IANA [media registry][registry] and
|
21
|
+
[provisional media registry][provisional], the [Apache httpd media registry][httpd],
|
22
|
+
and the [Apache Tika media registry][tika] as of the release date.
|
23
|
+
|
24
|
+
|
5
25
|
## 3.2025.0909 / 2025-09-09
|
6
26
|
|
7
27
|
- Updated registry entries from the IANA [media registry][registry] and
|