asciidoctor-with-extensions: init asciidoctor-reducer at 1.0.5

Add asciidoctor-reducer to the extension list of asciidoctor.
This commit is contained in:
EdenEast 2023-09-04 18:45:37 -04:00
parent 5451e0594a
commit e9ce489b46
No known key found for this signature in database
GPG key ID: 477909CC176DB692
4 changed files with 16 additions and 0 deletions

View file

@ -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'

View file

@ -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

View file

@ -17,6 +17,7 @@ bundlerApp rec {
"asciidoctor-epub3"
"asciidoctor-multipage"
"asciidoctor-pdf"
"asciidoctor-reducer"
"asciidoctor-revealjs"
];

View file

@ -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"];