Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mime types from upstream and bump #55

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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