New Upstream Release - ruby-mini-mime

Ready changes

Summary

Merged new upstream version: 1.1.2 (was: 1.1.1).

Resulting package

Built on 2023-01-12T01:19 (took 7m20s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases ruby-mini-mime

Diff

diff --git a/CHANGELOG b/CHANGELOG
index d4647b2..6910ae9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+11-10-2021
+  - Version 1.1.2
+  - update mime types from upstream
+
 23-08-2021
   - Version 1.1.1
   - update mime types from upstream
diff --git a/debian/changelog b/debian/changelog
index 916e6d8..a7020b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-mini-mime (1.1.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 12 Jan 2023 01:12:40 -0000
+
 ruby-mini-mime (1.1.1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/lib/db/content_type_mime.db b/lib/db/content_type_mime.db
index 85fce0c..3a31bb4 100644
--- a/lib/db/content_type_mime.db
+++ b/lib/db/content_type_mime.db
@@ -812,6 +812,7 @@ si          text/vnd.wap.si
 sl          text/vnd.wap.sl                                                           quoted-printable
 wml         text/vnd.wap.wml                                                          quoted-printable
 wmls        text/vnd.wap.wmlscript                                                    quoted-printable
+vtt         text/vtt                                                                  quoted-printable
 asm         text/x-asm                                                                quoted-printable
 c           text/x-c                                                                  quoted-printable
 coffee      text/x-coffescript                                                        8bit            
diff --git a/lib/db/ext_mime.db b/lib/db/ext_mime.db
index bd05a77..92d6dca 100644
--- a/lib/db/ext_mime.db
+++ b/lib/db/ext_mime.db
@@ -1055,6 +1055,7 @@ vsf         application/vnd.vsf
 vss         application/vnd.visio                                                     base64          
 vst         application/vnd.visio                                                     base64          
 vsw         application/vnd.visio                                                     base64          
+vtt         text/vtt                                                                  quoted-printable
 vtu         model/vnd.vtu                                                             base64          
 vxml        application/voicexml+xml                                                  base64          
 w3d         application/x-director                                                    base64          
diff --git a/lib/mini_mime/version.rb b/lib/mini_mime/version.rb
index 1be3683..a0fa463 100644
--- a/lib/mini_mime/version.rb
+++ b/lib/mini_mime/version.rb
@@ -1,4 +1,4 @@
 # frozen_string_literal: true
 module MiniMime
-  VERSION = "1.1.1"
+  VERSION = "1.1.2"
 end

More details

Full run details