mime-types-data 3.2025.0603 → 3.2025.0610

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.
@@ -657,6 +657,7 @@ application/vnd.3gpp.pinapp-info+xml
657
657
  application/vnd.3gpp.s1ap
658
658
  application/vnd.3gpp.seal-app-comm-requirements-info+xml
659
659
  application/vnd.3gpp.seal-data-delivery-info+cbor
660
+ application/vnd.3gpp.seal-data-delivery-info+xml
660
661
  application/vnd.3gpp.seal-group-doc+xml
661
662
  application/vnd.3gpp.seal-info+xml
662
663
  application/vnd.3gpp.seal-location-info+cbor
@@ -2446,6 +2446,7 @@
2446
2446
  -
2447
2447
  -
2448
2448
  -
2449
+ -
2449
2450
  Fixes a bug with IE6 and progressive JPEGs
2450
2451
  -
2451
2452
  -
@@ -686,6 +686,7 @@ base64
686
686
  base64
687
687
  base64
688
688
  base64
689
+ base64
689
690
  7bit
690
691
  base64
691
692
  base64
@@ -687,6 +687,7 @@
687
687
  0 1 0 0
688
688
  0 1 0 0
689
689
  0 1 0 0
690
+ 0 1 0 0
690
691
  0 0 0 0
691
692
  0 0 0 0
692
693
  0 0 0 0
@@ -678,6 +678,7 @@ en^3rd Generation Partnership Project - Pic Var
678
678
  -
679
679
  -
680
680
  -
681
+ -
681
682
  en^3rd Generation Partnership Project - Transaction Capabilities Application Part
682
683
  -
683
684
  en^3M Post It Notes
@@ -3003,3 +3003,4 @@
3003
3003
  -
3004
3004
  -
3005
3005
  -
3006
+ -
Binary file
@@ -746,6 +746,7 @@ application/vnd.3gpp.mcvideo-info+xml
746
746
  -
747
747
  -
748
748
  -
749
+ -
749
750
  application/vnd.aristanetworks.swi
750
751
  -
751
752
  -
@@ -657,6 +657,7 @@ person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.pinapp-info+xml
657
657
  person^Yang_Yong^_3GPP|template^application/vnd.3gpp.s1ap
658
658
  person^_3GPP|template^application/vnd.3gpp.seal-app-comm-requirements-info+xml
659
659
  person^_3GPP|template^application/vnd.3gpp.seal-data-delivery-info+cbor
660
+ person^_3GPP|template^application/vnd.3gpp.seal-data-delivery-info+xml
660
661
  person^Sapan_Shah|template^application/vnd.3gpp.seal-group-doc+xml
661
662
  person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-info+xml
662
663
  person^_3GPP|template^application/vnd.3gpp.seal-location-info+cbor
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = "3.2025.0603"
6
+ VERSION = "3.2025.0610"
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.0603
4
+ version: 3.2025.0610
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler