mime-types-data 3.2025.0826 → 3.2025.0902

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: 552b9c337c505bedc6765b902c8231326acf02d2836cedff69cea2894fd27edb
4
- data.tar.gz: 116a8117f929f13a150d509ca80dacdfa3e68b871f4eb8097b2604c8416d703d
3
+ metadata.gz: bfc7c9006c93986e5c3bb6256581e5b282a7e0f4cd730f496b0db88e2173a4e7
4
+ data.tar.gz: 65bd63bdfab4d6e84a604fd2debab476afe41a865937748cea2d1826103595d6
5
5
  SHA512:
6
- metadata.gz: 83e87c7a574d701268984a672361c520745f2a9f6ef589c89e6608ce0b92c7e169558dec5a862e4da78dd212dbc798948291f65c0ddfd15f811779f51313b762
7
- data.tar.gz: 6ecd503ff474fd27d1eae3956f3996cac8bcc99ef082e83808d7a8dfa5607034414ab5e58a4fd3b7663f7c05d4003332715b7c2d53a06b2650020b4b11a9ba55
6
+ metadata.gz: d080a33a25db263fe612fac184b08d7fc63574bda9fa20c76df2b059915f4523efbb87e828a75643d39679ae72e4b196db89359665714b7741d8c74a79b71a5d
7
+ data.tar.gz: a6b72c5f22a7c74ad4c7e0900709cf2ff3136843b60994b1fbfd229f4f6bc37f062878557f873b8a6586c9a87eb988dfa1cb7d8a81eb91c532fe7f3beb6387bc
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  <!-- automatic-release -->
4
4
 
5
+ ## 3.2025.0902 / 2025-09-02
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.0826 / 2025-08-26
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.0826"
6
+ VERSION = "3.2025.0902"
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.0826
4
+ version: 3.2025.0902
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler