mime-types-data 3.2025.0909 → 3.2025.0916

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dccff0c0b8694b46762b45a233e498904bc2320f906deab09f5d95c1c01bd88b
4
- data.tar.gz: 429b252dc6379469e50078e25306624433faebe5ce84be0fd943b80a269459e2
3
+ metadata.gz: 92793a4297f0564f05f1a29a52c30919a8b9ecf52b81c6ad95adb83922db7638
4
+ data.tar.gz: a6034cbafc34c52d24152b5cdfd20c24351ad9aa295cec42c373df188baa08a1
5
5
  SHA512:
6
- metadata.gz: b77ba5d8e082d35a384461027b92f1c1634528d053517e8045ddc2ffa8eeb9bd42d3c2c6b13ca69a4c17049f3edb26806718e628243c1bef5603b9f3b0307d86
7
- data.tar.gz: b16a374fcac059e19f0d72d02a3d826d81879485bac5d3415815fd268a103e47592a99acc2e5f178b68f6e6265c825166f3096405c5cc2cdeaef77becd8885f0
6
+ metadata.gz: c7dd683575ad7cbf043bc0adadef4d32568ee824e61c44ed4505ca0557d041cfe7e797ef82f6492725a4cd116088236dbb2ef1e461cfadf1c0100c8b21f84494
7
+ data.tar.gz: 94dd26bc33dfd276441abc0509e0e79dc7d8bcc32f832b1d105eeb54a05024763e1b36a638b307cde9f3c6dd6b5a70aa71226d6b360295367797f505faa39e86
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  <!-- automatic-release -->
4
4
 
5
+ ## 3.2025.0916 / 2025-09-16
6
+
7
+ - Updated registry entries from the IANA [media registry][registry] and
8
+ [provisional media registry][provisional], the [Apache httpd media registry][httpd],
9
+ and the [Apache Tika media registry][tika] as of the release date.
10
+
11
+
5
12
  ## 3.2025.0909 / 2025-09-09
6
13
 
7
14
  - Updated registry entries from the IANA [media registry][registry] and
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = "3.2025.0909"
6
+ VERSION = "3.2025.0916"
7
7
 
8
8
  # The path that will be used for loading the MIME::Types data. The
9
9
  # default location is __FILE__/../../../../data, which is where the data
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mime-types-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2025.0909
4
+ version: 3.2025.0916
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler