mime-types-data 3.2025.0506.pre1 → 3.2025.0506.pre3

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.
@@ -90,6 +90,7 @@ application/cellml+xml
90
90
  application/cert-chain+cbor
91
91
  application/CESR
92
92
  application/cfw
93
+ application/cid
93
94
  application/cid-edhoc+cbor-seq
94
95
  application/city+json
95
96
  application/city+json-seq
@@ -1638,6 +1639,7 @@ application/vnd.visionary vis
1638
1639
  application/vnd.vividence.scriptfile
1639
1640
  application/vnd.vocalshaper.vsp4
1640
1641
  application/vnd.vsf vsf
1642
+ application/vnd.wantverse
1641
1643
  application/vnd.wap.sic sic
1642
1644
  application/vnd.wap.slc slc
1643
1645
  application/vnd.wap.wbxml wbxml
@@ -2180,6 +2180,8 @@
2180
2180
  -
2181
2181
  -
2182
2182
  -
2183
+ -
2184
+ -
2183
2185
  Fixes a bug with IE6 and progressive JPEGs
2184
2186
  -
2185
2187
  -
@@ -227,6 +227,7 @@ base64
227
227
  base64
228
228
  base64
229
229
  base64
230
+ base64
230
231
  8bit
231
232
  base64
232
233
  base64
@@ -1660,6 +1661,7 @@ base64
1660
1661
  base64
1661
1662
  base64
1662
1663
  base64
1664
+ base64
1663
1665
  8bit
1664
1666
  8bit
1665
1667
  base64
@@ -90,6 +90,7 @@
90
90
  0 1 0 1
91
91
  0 1 0 1
92
92
  0 1 0 0
93
+ 0 1 0 1
93
94
  0 1 0 0
94
95
  0 1 0 1
95
96
  0 1 0 0
@@ -1686,6 +1687,7 @@
1686
1687
  0 1 0 0
1687
1688
  0 1 0 0
1688
1689
  0 1 0 0
1690
+ 0 1 0 0
1689
1691
  1 1 0 0
1690
1692
  0 1 0 0
1691
1693
  0 1 0 0
@@ -115,6 +115,7 @@ en^Cloud Data Management Interface (CDMI) - Queue
115
115
  -
116
116
  -
117
117
  -
118
+ -
118
119
  en^CU-SeeMe
119
120
  -
120
121
  -
@@ -1640,6 +1641,7 @@ en^Visionary
1640
1641
  en^Viewport+
1641
1642
  -
1642
1643
  -
1644
+ -
1643
1645
  en^WAP Binary XML (WBXML)
1644
1646
  en^Compiled Wireless Markup Language (WMLC)
1645
1647
  en^WMLScript
@@ -2615,3 +2615,5 @@
2615
2615
  -
2616
2616
  -
2617
2617
  -
2618
+ -
2619
+ -
Binary file
@@ -154,6 +154,7 @@ application/cals-1840
154
154
  -
155
155
  -
156
156
  -
157
+ -
157
158
  text/javascript
158
159
  -
159
160
  -
@@ -1686,6 +1687,7 @@ application/vnd.oasis.opendocument.base
1686
1687
  -
1687
1688
  -
1688
1689
  -
1690
+ -
1689
1691
  video/vnd.youtube.yt
1690
1692
  -
1691
1693
  -
@@ -90,6 +90,7 @@ rfc^rfc4708|template^application/cellml+xml
90
90
  draft^draft-yasskin-http-origin-signed-responses-07
91
91
  person^Samuel_M._Smith
92
92
  rfc^rfc6230|template^application/cfw
93
+ person^Michael_B_Jones
93
94
  rfc^rfc9528|template^application/cid-edhoc+cbor-seq
94
95
  person^OGC^Scott_Simmons|template^application/city+json
95
96
  person^OGC^Scott_Simmons|template^application/city+json-seq
@@ -1638,6 +1639,7 @@ person^Gayatri_Aravindakumar|template^application/vnd.visionary
1638
1639
  person^Mark_Risher|template^application/vnd.vividence.scriptfile
1639
1640
  person^Wu_Chang|template^application/vnd.vocalshaper.vsp4
1640
1641
  person^Delton_Rowe|template^application/vnd.vsf
1642
+ person^John_J_Kolb_V|template^application/vnd.wantverse
1641
1643
  person^WAP-Forum|template^application/vnd.wap.sic
1642
1644
  person^WAP-Forum|template^application/vnd.wap.slc
1643
1645
  person^Peter_Stark|template^application/vnd.wap.wbxml
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = "3.2025.0506.pre1"
6
+ VERSION = "3.2025.0506.pre3"
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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mime-types-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2025.0506.pre1
4
+ version: 3.2025.0506.pre3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-04 00:00:00.000000000 Z
10
+ date: 2025-04-09 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: hoe
@@ -43,7 +43,7 @@ dependencies:
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.4.0
46
+ version: 3.7.0.pre2
47
47
  - - "<"
48
48
  - !ruby/object:Gem::Version
49
49
  version: '4'
@@ -53,7 +53,7 @@ dependencies:
53
53
  requirements:
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
- version: 3.4.0
56
+ version: 3.7.0.pre2
57
57
  - - "<"
58
58
  - !ruby/object:Gem::Version
59
59
  version: '4'
@@ -139,7 +139,6 @@ files:
139
139
  - data/mime.content_type.column
140
140
  - data/mime.docs.column
141
141
  - data/mime.encoding.column
142
- - data/mime.extpri.column
143
142
  - data/mime.flags.column
144
143
  - data/mime.friendly.column
145
144
  - data/mime.pext.column