Merge pull request #253332 from EdenEast/asciidoctor-reducer

asciidoctor-with-extensions: init asciidoctor-reducer at 1.0.5
This commit is contained in:
Doron Behar 2023-09-05 15:41:43 +00:00 committed by GitHub
commit d65a23c7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"];