mime-types-data 3.2023.0218 → 3.2023.0218.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2246,7 +2246,7 @@
2246
2246
  0 1 0 0
2247
2247
  0 1 0 0
2248
2248
  0 1 0 0
2249
- 1 1 0 0
2249
+ 0 1 0 0
2250
2250
  0 1 0 0
2251
2251
  0 1 0 0
2252
2252
  0 1 0 0
@@ -2246,7 +2246,7 @@ text/javascript
2246
2246
  -
2247
2247
  -
2248
2248
  -
2249
- application/javascript
2249
+ -
2250
2250
  -
2251
2251
  -
2252
2252
  -
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = "3.2023.0218"
6
+ VERSION = "3.2023.0218.1"
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
data/types/text.yaml CHANGED
@@ -253,8 +253,6 @@
253
253
  extensions:
254
254
  - js
255
255
  - mjs
256
- obsolete: true
257
- use-instead: application/javascript
258
256
  xrefs:
259
257
  rfc:
260
258
  - rfc9239
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.2023.0218
4
+ version: 3.2023.0218.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler