Skip to content

Commit 21d123e

Browse files
committed
Update mime-types-data 3.2025.0708 / 2025-07-08
1 parent eab0049 commit 21d123e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!-- automatic-release -->
44

5+
## 3.2025.0708 / 2025-07-08
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+
512
## 3.2025.0701 / 2025-07-01
613

714
- Updated registry entries from the IANA [media registry][registry] and

lib/mime/types/data.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module MIME
44
class Types
55
module Data
6-
VERSION = "3.2025.0701"
6+
VERSION = "3.2025.0708"
77

88
# The path that will be used for loading the MIME::Types data. The
99
# default location is __FILE__/../../../../data, which is where the data

mime-types-data.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
2-
# stub: mime-types-data 3.2025.0701 ruby lib
2+
# stub: mime-types-data 3.2025.0708 ruby lib
33

44
Gem::Specification.new do |s|
55
s.name = "mime-types-data".freeze
6-
s.version = "3.2025.0701".freeze
6+
s.version = "3.2025.0708".freeze
77

88
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
99
s.metadata = { "bug_tracker_uri" => "https://github.com/mime-types/mime-types-data/issues", "changelog_uri" => "https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/mime-types/mime-types-data/", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/mime-types/mime-types-data/" } if s.respond_to? :metadata=

0 commit comments

Comments
 (0)