Skip to content

Commit

Permalink
Update mime types from upstream and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 8, 2023
1 parent 165e7f0 commit ad29352
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
08-08-2023
- Version 1.1.5
- Update mime types from upstream

08-08-2023
- Version 1.1.4
- Version 1.1.3 had issues on Windows which does not support pread, added a polyfill
Expand Down
1 change: 1 addition & 0 deletions lib/db/content_type_mime.db
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ xbd application/vnd.fujixerox.docuworks.binder
fzs application/vnd.fuzzysheet base64
txd application/vnd.genomatix.tuxedo base64
ggb application/vnd.geogebra.file base64
ggs application/vnd.geogebra.slides base64
ggt application/vnd.geogebra.tool base64
gex application/vnd.geometry-explorer base64
gxt application/vnd.geonext base64
Expand Down
2 changes: 2 additions & 0 deletions lib/db/ext_mime.db
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ chrt application/vnd.kde.kchart
cif chemical/x-cif base64
cii application/vnd.anser-web-certificate-issue-initiation base64
cil application/vnd.ms-artgalry base64
cjs text/javascript quoted-printable
cla application/vnd.claymore base64
class application/octet-stream base64
clkk application/vnd.crick.clicker.keyboard base64
Expand Down Expand Up @@ -312,6 +313,7 @@ gdl model/vnd.gdl
geo application/vnd.dynageo base64
gex application/vnd.geometry-explorer base64
ggb application/vnd.geogebra.file base64
ggs application/vnd.geogebra.slides base64
ggt application/vnd.geogebra.tool base64
ghf application/vnd.groove-help base64
gif image/gif base64
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_mime/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module MiniMime
VERSION = "1.1.4"
VERSION = "1.1.5"
end

0 comments on commit ad29352

Please sign in to comment.