mini_mime 1.1.4 → 1.1.5

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: 3106a12fa7abf2937ee5a081fe4ea70ba5b4fa7f63aa5ee9cf084c487bc92a64
4
- data.tar.gz: dbf9c1dddd1fbc5b189e008aec2bdea0b89e87247f1a018638b79ed518ea3b96
3
+ metadata.gz: 2ba74b6b26e15d4b3c4415cd261469a5ef423a56a12e836b94b92a488ea275ef
4
+ data.tar.gz: 8a85a122d5e0d8e43513eef375b899a2501c51988acca191a2f299aeef7b2065
5
5
  SHA512:
6
- metadata.gz: bff186a11b2a3b60b14770eb3b40847463da24d9f971f5a52a865a742f8922697e48558404f5890ab25296c635386ce9cbf2b5c60c2931d1f4dcb7b9cec476c9
7
- data.tar.gz: e344e520299cba8a3635c84af1dc1fde1831aeba4613b4b19f32fef0994cff0f7b9c7b04dc4d5724fa95fc6b052d6bc180e54010fbecbfcdac9cd1935bdb50ed
6
+ metadata.gz: d591fdc7a13ef2e1d8b05195b73dab9352263cad29fe60487c7d418e8fe135b021ebee2b485f79b031eb53df92b2dda97bc0db208b57363a430089323c5cd61f
7
+ data.tar.gz: 1d9971f665cfdf6cfc73d80183ee7ccfdbb27261177de17b70ad839203b6f898d8ff322159e3c36525c6d1ebef2d24500aced4f42f75ebbd3e7f955e7fcb853a
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 08-08-2023
2
+ - Version 1.1.5
3
+ - Update mime types from upstream
4
+
1
5
  08-08-2023
2
6
  - Version 1.1.4
3
7
  - Version 1.1.3 had issues on Windows which does not support pread, added a polyfill
@@ -224,6 +224,7 @@ xbd application/vnd.fujixerox.docuworks.binder
224
224
  fzs application/vnd.fuzzysheet base64
225
225
  txd application/vnd.genomatix.tuxedo base64
226
226
  ggb application/vnd.geogebra.file base64
227
+ ggs application/vnd.geogebra.slides base64
227
228
  ggt application/vnd.geogebra.tool base64
228
229
  gex application/vnd.geometry-explorer base64
229
230
  gxt application/vnd.geonext base64
data/lib/db/ext_mime.db CHANGED
@@ -121,6 +121,7 @@ chrt application/vnd.kde.kchart
121
121
  cif chemical/x-cif base64
122
122
  cii application/vnd.anser-web-certificate-issue-initiation base64
123
123
  cil application/vnd.ms-artgalry base64
124
+ cjs text/javascript quoted-printable
124
125
  cla application/vnd.claymore base64
125
126
  class application/octet-stream base64
126
127
  clkk application/vnd.crick.clicker.keyboard base64
@@ -312,6 +313,7 @@ gdl model/vnd.gdl
312
313
  geo application/vnd.dynageo base64
313
314
  gex application/vnd.geometry-explorer base64
314
315
  ggb application/vnd.geogebra.file base64
316
+ ggs application/vnd.geogebra.slides base64
315
317
  ggt application/vnd.geogebra.tool base64
316
318
  ghf application/vnd.groove-help base64
317
319
  gif image/gif base64
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module MiniMime
3
- VERSION = "1.1.4"
3
+ VERSION = "1.1.5"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_mime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Saffron