diff options
| author | Pepijn Van Eeckhoudt <pepijn@vaneeckhoudt.net> | 2014-05-17 21:54:56 +0200 |
|---|---|---|
| committer | Pepijn Van Eeckhoudt <pepijn@vaneeckhoudt.net> | 2015-10-18 20:01:47 +0200 |
| commit | 6ed3edfa7775ae724bc4f910bb2454248ea95f9f (patch) | |
| tree | 174aefd4f26ef7bcae70e7b928e54f4fb42d13ba /asciidoctor.gemspec | |
| parent | e9f908f4c6c344fa0cc07c7d0793b42546dca0e6 (diff) | |
Add asciimath to mathml converter to support asciimath in docbook converter
Diffstat (limited to 'asciidoctor.gemspec')
| -rw-r--r-- | asciidoctor.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec index 576f2bb3..be5a8922 100644 --- a/asciidoctor.gemspec +++ b/asciidoctor.gemspec @@ -30,9 +30,11 @@ A fast, open source text processor and publishing toolchain, written in Ruby, fo #s.extra_rdoc_files = %w(CHANGELOG.adoc LICENSE.adoc README.adoc) s.extra_rdoc_files = %w(LICENSE.adoc) + # asciimath is needed for testing AsciiMath in DocBook backend # erubis is needed for testing use of alternative eRuby impls # tilt, slim and haml are needed for testing custom templates # coderay is needed for testing syntax highlighting + s.add_development_dependency 'asciimath', '~> 1.0.1' s.add_development_dependency 'coderay', '~> 1.1.0' s.add_development_dependency 'cucumber', '~> 1.3.1' s.add_development_dependency 'erubis', '~> 2.7.0' |
