mime-types-data 3.2025.0701 → 3.2025.0715

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.
@@ -2674,6 +2674,7 @@ multipart/x-ustar
2674
2674
  multipart/x-www-form-urlencoded
2675
2675
  multipart/x-zip
2676
2676
  text/1d-interleaved-parityfec
2677
+ text/asciidoc
2677
2678
  text/asp asp
2678
2679
  text/aspdotnet aspx
2679
2680
  text/cache-manifest appcache manifest
@@ -3008,3 +3008,4 @@ see-also:image/x-xcf
3008
3008
  -
3009
3009
  -
3010
3010
  -
3011
+ -
@@ -2678,6 +2678,7 @@ quoted-printable
2678
2678
  quoted-printable
2679
2679
  quoted-printable
2680
2680
  quoted-printable
2681
+ quoted-printable
2681
2682
  8bit
2682
2683
  quoted-printable
2683
2684
  quoted-printable
@@ -2674,6 +2674,7 @@
2674
2674
  1 0 0 0
2675
2675
  0 0 0 0
2676
2676
  0 1 0 0
2677
+ 0 1 0 1
2677
2678
  0 0 0 0
2678
2679
  0 0 0 0
2679
2680
  0 1 0 0
@@ -2677,6 +2677,7 @@ en^Virtual Reality Modeling Language
2677
2677
  -
2678
2678
  -
2679
2679
  -
2680
+ -
2680
2681
  en^iCalendar
2681
2682
  -
2682
2683
  -
@@ -3008,3 +3008,4 @@
3008
3008
  -
3009
3009
  -
3010
3010
  -
3011
+ -
Binary file
@@ -2678,6 +2678,7 @@ application/x-www-form-urlencoded
2678
2678
  -
2679
2679
  -
2680
2680
  -
2681
+ -
2681
2682
  text/csv
2682
2683
  -
2683
2684
  -
@@ -2674,6 +2674,7 @@ person^Robin_Berjon^W3C|template^multipart/x-mixed-replace
2674
2674
  -
2675
2675
  -
2676
2676
  rfc^rfc6015|template^text/1d-interleaved-parityfec
2677
+ person^Frédéric_Desbiens
2677
2678
  -
2678
2679
  -
2679
2680
  person^Robin_Berjon^W3C|template^text/cache-manifest
@@ -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.0715"
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.0715
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler