asciidoctor-with-extensions: init asciidoctor-reducer at 1.0.5
Add asciidoctor-reducer to the extension list of asciidoctor.
This commit is contained in:
parent
5451e0594a
commit
e9ce489b46
4 changed files with 16 additions and 0 deletions
|
@ -7,6 +7,7 @@ gem 'asciidoctor-html5s'
|
|||
gem 'asciidoctor-mathematical'
|
||||
gem 'asciidoctor-multipage'
|
||||
gem 'asciidoctor-pdf'
|
||||
gem 'asciidoctor-reducer'
|
||||
gem 'asciidoctor-revealjs'
|
||||
gem 'coderay'
|
||||
gem 'pygments.rb'
|
||||
|
|
|
@ -42,6 +42,8 @@ GEM
|
|||
prawn-table (~> 0.2.0)
|
||||
prawn-templates (~> 0.1.0)
|
||||
treetop (~> 1.6.0)
|
||||
asciidoctor-reducer (1.0.5)
|
||||
asciidoctor (~> 2.0)
|
||||
asciidoctor-revealjs (5.0.1)
|
||||
asciidoctor (>= 2.0.0, < 3.0.0)
|
||||
asciimath (2.0.5)
|
||||
|
@ -127,6 +129,7 @@ DEPENDENCIES
|
|||
asciidoctor-mathematical
|
||||
asciidoctor-multipage
|
||||
asciidoctor-pdf
|
||||
asciidoctor-reducer
|
||||
asciidoctor-revealjs
|
||||
coderay
|
||||
pygments.rb
|
||||
|
|
|
@ -17,6 +17,7 @@ bundlerApp rec {
|
|||
"asciidoctor-epub3"
|
||||
"asciidoctor-multipage"
|
||||
"asciidoctor-pdf"
|
||||
"asciidoctor-reducer"
|
||||
"asciidoctor-revealjs"
|
||||
];
|
||||
|
||||
|
|
|
@ -137,6 +137,17 @@
|
|||
};
|
||||
version = "2.3.9";
|
||||
};
|
||||
asciidoctor-reducer = {
|
||||
dependencies = ["asciidoctor"];
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "1708fi4bxjpkdszm6a4naa0qcsl0vqnhcklryn2sysl24zaz07h5";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.0.5";
|
||||
};
|
||||
asciidoctor-revealjs = {
|
||||
dependencies = ["asciidoctor"];
|
||||
groups = ["default"];
|
||||
|
|
Loading…
Reference in a new issue