diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-03-12 00:51:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-12 00:51:06 +0300 |
| commit | 5b5fd46c3aab6140aa25f5140673656aa12be0c5 (patch) | |
| tree | 190697cc40258d29450a3fab8fc8611ac768b18d /asciidoctor-epub3.gemspec | |
| parent | c3d43bed6913c5b55f5bb24cb55bca323115b12e (diff) | |
resolves #9 add basic audio and video support (#323)
Diffstat (limited to 'asciidoctor-epub3.gemspec')
| -rw-r--r-- | asciidoctor-epub3.gemspec | 1 |
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 |
