summaryrefslogtreecommitdiff
path: root/asciidoctor-epub3.gemspec
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-03-12 00:51:06 +0300
committerGitHub <noreply@github.com>2020-03-12 00:51:06 +0300
commit5b5fd46c3aab6140aa25f5140673656aa12be0c5 (patch)
tree190697cc40258d29450a3fab8fc8611ac768b18d /asciidoctor-epub3.gemspec
parentc3d43bed6913c5b55f5bb24cb55bca323115b12e (diff)
resolves #9 add basic audio and video support (#323)
Diffstat (limited to 'asciidoctor-epub3.gemspec')
-rw-r--r--asciidoctor-epub3.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec
index 957c426..f56dd37 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -41,4 +41,5 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M
s.add_runtime_dependency 'asciidoctor', '>= 1.5.6', '< 3.0.0'
s.add_runtime_dependency 'gepub', '~> 1.0.0'
+ s.add_runtime_dependency 'mime-types', '~> 3.0'
end