mime-types-data 3.2025.0701 → 3.2025.0708

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: 845ce0f675d9918a50af1470f7a6757771cb78990b191c19e05ff4d84563cc07
4
- data.tar.gz: ff8c341acf9eb92f5922054528498cbf9d584acf1adaf995e8baedecfe012a22
3
+ metadata.gz: 3222a7cdb4b4c9fb5676e1834544d3b96d35c019bd26aae5306e034cb0628120
4
+ data.tar.gz: '0996eb0bd095a9a7bed2084e449200c3666f2cc184958cf530281b968523f3ae'
5
5
  SHA512:
6
- metadata.gz: 718b4066441267f51db117d1582e194df183da7b574d3b2d07d782a059a52611e9624faaf49e1c5507760c3a797f0a7c6184ba53f3aaabcd9597e375a661984c
7
- data.tar.gz: ee9103d1097886acee6ec0f2636934016fbc8f3619cc693fc7fd5027d23eed70b0719e654de7e109f7a8654abec3f1a71293b071eb1ac3d493800036840fc8c8
6
+ metadata.gz: c8d2bc87262d04c2e7189434eefc4936d1544aa6063316c1bd74788542f830f2c459bfa2dcdb947fb2de764ed478339ca0b8797bae529a68068300040d004689
7
+ data.tar.gz: aef0ec9e3b87933c184da7641fe3c6fcb7953b60680eac3d38a4eda80181e01ea2d7257a4c749b89222e2fc67200a1390bd1f260690c3380ef7273d24fadaa60
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  <!-- automatic-release -->
4
4
 
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
+
5
12
  ## 3.2025.0701 / 2025-07-01
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.0701"
6
+ VERSION = "3.2025.0708"
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.0701
4
+ version: 3.2025.0708
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler