mime-types-data 3.2025.0826 → 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 +4 -4
- data/CHANGELOG.md +21 -0
- data/data/mime-types.json +1 -1
- data/data/mime.xrefs.column +1 -1
- data/lib/mime/types/data.rb +1 -1
- metadata +2 -2
data/data/mime.xrefs.column
CHANGED
@@ -2914,7 +2914,7 @@ rfc^rfc9328|template^video/H266
|
|
2914
2914
|
person^David_Singer^ISO-IEC_JTC_1|template^video/iso.segment
|
2915
2915
|
rfc^rfc3555|template^video/JPEG
|
2916
2916
|
rfc^rfc5371^rfc5372|template^video/jpeg2000
|
2917
|
-
|
2917
|
+
rfc^rfc9828|template^video/jpeg2000-scl
|
2918
2918
|
-
|
2919
2919
|
rfc^rfc9134|template^video/jxsv
|
2920
2920
|
person^Lottie_Animation_Community|template^video/lottie+json
|
data/lib/mime/types/data.rb
CHANGED
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.
|
4
|
+
version: 3.2025.0916
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austin Ziegler
|
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
171
|
- !ruby/object:Gem::Version
|
172
172
|
version: '0'
|
173
173
|
requirements: []
|
174
|
-
rubygems_version: 3.7.
|
174
|
+
rubygems_version: 3.7.2
|
175
175
|
specification_version: 4
|
176
176
|
summary: mime-types-data provides a registry for information about MIME media type
|
177
177
|
definitions
|