mime-types-data 3.2025.0617 → 3.2025.0624

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.
@@ -1536,6 +1536,7 @@ application/vnd.publishare-delta-tree qps
1536
1536
  application/vnd.pvi.ptid1 pti ptid
1537
1537
  application/vnd.pwg-multiplexed
1538
1538
  application/vnd.pwg-xhtml-print+xml
1539
+ application/vnd.pyon+json
1539
1540
  application/vnd.qualcomm.brew-app-res
1540
1541
  application/vnd.quarantainenet
1541
1542
  application/vnd.Quark.QuarkXPress qxd qxt qwd qwt qxl qxb
@@ -2449,6 +2449,7 @@
2449
2449
  -
2450
2450
  -
2451
2451
  -
2452
+ -
2452
2453
  Fixes a bug with IE6 and progressive JPEGs
2453
2454
  -
2454
2455
  -
@@ -1538,6 +1538,7 @@ base64
1538
1538
  base64
1539
1539
  base64
1540
1540
  base64
1541
+ base64
1541
1542
  8bit
1542
1543
  base64
1543
1544
  base64
@@ -1566,6 +1566,7 @@
1566
1566
  0 1 0 0
1567
1567
  0 1 0 0
1568
1568
  0 1 0 0
1569
+ 0 1 0 0
1569
1570
  0 0 0 0
1570
1571
  0 0 0 0
1571
1572
  0 0 0 0
@@ -1538,6 +1538,7 @@ en^Princeton Video Image
1538
1538
  -
1539
1539
  -
1540
1540
  -
1541
+ -
1541
1542
  en^QuarkXPress
1542
1543
  -
1543
1544
  -
@@ -3007,3 +3007,4 @@
3007
3007
  -
3008
3008
  -
3009
3009
  -
3010
+ -
Binary file
@@ -1760,6 +1760,7 @@ application/vnd.oasis.opendocument.base
1760
1760
  -
1761
1761
  -
1762
1762
  -
1763
+ -
1763
1764
  video/vnd.youtube.yt
1764
1765
  -
1765
1766
  -
@@ -10,7 +10,7 @@ person^ASAM^Thomas_Thomsen|template^application/A2L
10
10
  rfc^rfc9200|template^application/ace+cbor
11
11
  rfc^rfc9431|template^application/ace+json
12
12
  rfc^rfc9594|template^application/ace-groupcomm+cbor
13
- draft^RFC-ietf-ace-revoked-token-notification-09|template^application/ace-trl+cbor
13
+ rfc^rfc9770|template^application/ace-trl+cbor
14
14
  person^Ehud_Shapiro|template^application/activemessage
15
15
  person^Benjamin_Goering^W3C|template^application/activity+json
16
16
  rfc^rfc9237|template^application/aif+cbor
@@ -1536,6 +1536,7 @@ person^Oren_Ben-Kiki|template^application/vnd.publishare-delta-tree
1536
1536
  person^Charles_P._Lamb|template^application/vnd.pvi.ptid1
1537
1537
  rfc^rfc3391|template^application/vnd.pwg-multiplexed
1538
1538
  person^Don_Wright|template^application/vnd.pwg-xhtml-print+xml
1539
+ person^Eduardo_Rodrigues|template^application/vnd.pyon+json
1539
1540
  person^Glenn_Forrester|template^application/vnd.qualcomm.brew-app-res
1540
1541
  person^Casper_Joost_Eyckelhof|template^application/vnd.quarantainenet
1541
1542
  person^Hannes_Scheidler|template^application/vnd.Quark.QuarkXPress
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = "3.2025.0617"
6
+ VERSION = "3.2025.0624"
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.0617
4
+ version: 3.2025.0624
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler
@@ -105,11 +105,10 @@ dependencies:
105
105
  - - "~>"
106
106
  - !ruby/object:Gem::Version
107
107
  version: '1.0'
108
- description: |-
109
- mime-types-data provides a registry for information about MIME media type
110
- definitions. It can be used with the Ruby mime-types library or other software
111
- to determine defined filename extensions for MIME types, or to use filename
112
- extensions to look up the likely MIME type definitions.
108
+ description: mime-types-data provides a registry for information about MIME media
109
+ type definitions. It can be used with the Ruby mime-types library or other software
110
+ to determine defined filename extensions for MIME types, or to use filename extensions
111
+ to look up the likely MIME type definitions.
113
112
  email:
114
113
  - halostatue@gmail.com
115
114
  executables: []