mimetype 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a766288d1059e0b7a6de53cdda501c8e2afa96601c895f02805961f3d2ff61f0
4
- data.tar.gz: 500f0842c51641d64f05236f0d7189e3298a597f1782123a3fd24ab999bb519f
3
+ metadata.gz: e6ed312b9b4b95657d1ef3f823732bafd47024c04c22008c3dc4cec42f7fcb89
4
+ data.tar.gz: d12c5167922ce3b1fef1268b82685ec1ffa293f8c2588ebde54d938d92a47a95
5
5
  SHA512:
6
- metadata.gz: 9f49c1bf8b9063337cf8982e56339f13ff7a6152518042e799b8f14e0de7a079b5526c53c4009e25ec2e7b6ceb681a8cbf33dadd464f41bd61012dfe78e6cff7
7
- data.tar.gz: b65a4262f13e59f5620236d50902b38dcbce686f7ee9d46b86dc5c6bf137546b96f80ad305102c065eb3aa8c70ee64adb56d26d0715962532cb2087f5d2613df
6
+ metadata.gz: acb4eff9419898e17e28664c4d1c7eca07c85967087b16ee95a079937462176c47e8668e13fdbffab38dc556314711bed031f136340489dd63df40561d7c62ad
7
+ data.tar.gz: f05f3051eebc97bffac87873e945c83858e018ff746b4e9bb46687f94aaa541df4758d479395fd1da1e6adbd4199b95389a887717cbcd43bcb309b0849de3860
@@ -189,14 +189,14 @@
189
189
  ".js"
190
190
  ]
191
191
  },
192
- "application/json": {
192
+ "text/json": {
193
193
  "extension": ".json",
194
- "content_type": "application/json",
194
+ "content_type": "text/json",
195
195
  "content_types": [
196
- "application/json",
196
+ "text/json",
197
197
  "application/x-json",
198
- "text/x-json",
199
- "text/json"
198
+ "application/json",
199
+ "text/x-json"
200
200
  ],
201
201
  "extensions": [
202
202
  ".json"
@@ -2235,18 +2235,18 @@
2235
2235
  ".xspf"
2236
2236
  ]
2237
2237
  },
2238
- "application/yaml": {
2238
+ "text/yaml": {
2239
2239
  "extension": ".yml",
2240
- "content_type": "application/yaml",
2240
+ "content_type": "text/yaml",
2241
2241
  "content_types": [
2242
- "application/yaml",
2242
+ "text/yaml",
2243
2243
  "application/x-yaml",
2244
- "text/x-yaml",
2245
- "text/yaml"
2244
+ "application/yaml",
2245
+ "text/x-yaml"
2246
2246
  ],
2247
2247
  "extensions": [
2248
- ".yaml",
2249
- ".yml"
2248
+ ".yml",
2249
+ ".yaml"
2250
2250
  ]
2251
2251
  },
2252
2252
  "application/zip": {
Binary file
@@ -3,5 +3,5 @@
3
3
  # Encoding: utf-8
4
4
 
5
5
  module MimeType
6
- VERSION = "1.1.0"
6
+ VERSION = "1.2.0"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mimetype
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordon Bedwell