diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-01-27 11:20:12 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-27 11:20:12 +0300 |
| commit | ccd90e592747a779e11864c21fd1750f9a3ea582 (patch) | |
| tree | 4d65eea62a31ddd2e1a7cfd9d5aa800666bba280 /asciidoctor-epub3.gemspec | |
| parent | 6460e96adf6a5073f13de31c9126b6bdd6823415 (diff) | |
make epubcheck-ruby a runtime dependency (PR #274)
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 d578919..0ced4b4 100644 --- a/asciidoctor-epub3.gemspec +++ b/asciidoctor-epub3.gemspec @@ -36,6 +36,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M s.add_development_dependency 'rubocop-rspec', '~> 1.37.0' s.add_runtime_dependency 'asciidoctor', '>= 1.5.3', '< 3.0.0' + s.add_runtime_dependency 'epubcheck-ruby', '~> 4.2.2.0' s.add_runtime_dependency 'gepub', '~> 1.0.0' s.add_runtime_dependency 'kindlegen', '>= 3.0.3', '<= 3.0.5' end |
