mime-types-data 3.2025.0520 → 3.2025.0527

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.
@@ -536,6 +536,7 @@ application/ST2110-41
536
536
  application/STEP
537
537
  application/stix+json
538
538
  application/stratum
539
+ application/suit-envelope+cose
539
540
  application/swid+cbor
540
541
  application/swid+xml
541
542
  application/tamp-apex-update
@@ -2442,6 +2442,7 @@
2442
2442
  -
2443
2443
  -
2444
2444
  -
2445
+ -
2445
2446
  Fixes a bug with IE6 and progressive JPEGs
2446
2447
  -
2447
2448
  -
@@ -682,6 +682,7 @@ base64
682
682
  base64
683
683
  base64
684
684
  base64
685
+ base64
685
686
  7bit
686
687
  base64
687
688
  base64
@@ -562,6 +562,7 @@
562
562
  0 1 0 0
563
563
  0 1 0 0
564
564
  0 1 0 0
565
+ 0 1 0 0
565
566
  0 1 0 1
566
567
  0 1 0 0
567
568
  0 1 0 0
@@ -551,6 +551,7 @@ en^Speech Synthesis Markup Language
551
551
  -
552
552
  -
553
553
  -
554
+ -
554
555
  en^Text Encoding and Interchange
555
556
  -
556
557
  -
@@ -2999,3 +2999,4 @@
2999
2999
  -
3000
3000
  -
3001
3001
  -
3002
+ -
Binary file
@@ -565,6 +565,7 @@ application/smil+xml
565
565
  -
566
566
  -
567
567
  -
568
+ -
568
569
  application/x-toolbook
569
570
  -
570
571
  -
@@ -536,6 +536,7 @@ person^SMPTE^SMPTE_Director_of_Standards_Development|template^application/ST2110
536
536
  -
537
537
  person^Chet_Ensign^OASIS|template^application/stix+json
538
538
  note^1|person^Ben_van_Hartingsveldt|template^application/stratum
539
+ draft^RFC-ietf-suit-manifest-33|template^application/suit-envelope+cose
539
540
  rfc^rfc9393|template^application/swid+cbor
540
541
  person^David_Waltermire^ISO-IEC_JTC_1^Ron_Brill|template^application/swid+xml
541
542
  rfc^rfc5934|template^application/tamp-apex-update
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = "3.2025.0520"
6
+ VERSION = "3.2025.0527"
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.0520
4
+ version: 3.2025.0527
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler