asciidoctor-with-extensions: add multipage
This commit is contained in:
parent
151717b818
commit
ad859da390
@ -5,6 +5,7 @@ gem 'asciidoctor-diagram'
|
|||||||
gem 'asciidoctor-epub3'
|
gem 'asciidoctor-epub3'
|
||||||
gem 'asciidoctor-html5s'
|
gem 'asciidoctor-html5s'
|
||||||
gem 'asciidoctor-mathematical'
|
gem 'asciidoctor-mathematical'
|
||||||
|
gem 'asciidoctor-multipage'
|
||||||
gem 'asciidoctor-pdf'
|
gem 'asciidoctor-pdf'
|
||||||
gem 'asciidoctor-revealjs'
|
gem 'asciidoctor-revealjs'
|
||||||
gem 'asciidoctor-rouge'
|
gem 'asciidoctor-rouge'
|
||||||
|
@ -30,6 +30,8 @@ GEM
|
|||||||
asciidoctor (~> 2.0)
|
asciidoctor (~> 2.0)
|
||||||
asciimath (~> 2.0)
|
asciimath (~> 2.0)
|
||||||
mathematical (~> 1.6.0)
|
mathematical (~> 1.6.0)
|
||||||
|
asciidoctor-multipage (0.0.15)
|
||||||
|
asciidoctor (>= 2.0.11, < 2.1)
|
||||||
asciidoctor-pdf (1.6.1)
|
asciidoctor-pdf (1.6.1)
|
||||||
asciidoctor (~> 2.0)
|
asciidoctor (~> 2.0)
|
||||||
concurrent-ruby (~> 1.1)
|
concurrent-ruby (~> 1.1)
|
||||||
@ -128,6 +130,7 @@ DEPENDENCIES
|
|||||||
asciidoctor-epub3
|
asciidoctor-epub3
|
||||||
asciidoctor-html5s
|
asciidoctor-html5s
|
||||||
asciidoctor-mathematical
|
asciidoctor-mathematical
|
||||||
|
asciidoctor-multipage
|
||||||
asciidoctor-pdf
|
asciidoctor-pdf
|
||||||
asciidoctor-revealjs
|
asciidoctor-revealjs
|
||||||
asciidoctor-rouge
|
asciidoctor-rouge
|
||||||
|
@ -10,8 +10,9 @@ bundlerApp {
|
|||||||
|
|
||||||
exes = [
|
exes = [
|
||||||
"asciidoctor"
|
"asciidoctor"
|
||||||
"asciidoctor-pdf"
|
|
||||||
"asciidoctor-epub3"
|
"asciidoctor-epub3"
|
||||||
|
"asciidoctor-multipage"
|
||||||
|
"asciidoctor-pdf"
|
||||||
"asciidoctor-revealjs"
|
"asciidoctor-revealjs"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -115,6 +115,17 @@
|
|||||||
};
|
};
|
||||||
version = "0.3.5";
|
version = "0.3.5";
|
||||||
};
|
};
|
||||||
|
asciidoctor-multipage = {
|
||||||
|
dependencies = ["asciidoctor"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1372213kxw1b9k120dmyackafzsk80h1y2n0r1hmfrri26kczgfb";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "0.0.15";
|
||||||
|
};
|
||||||
asciidoctor-pdf = {
|
asciidoctor-pdf = {
|
||||||
dependencies = ["asciidoctor" "concurrent-ruby" "prawn" "prawn-icon" "prawn-svg" "prawn-table" "prawn-templates" "safe_yaml" "treetop"];
|
dependencies = ["asciidoctor" "concurrent-ruby" "prawn" "prawn-icon" "prawn-svg" "prawn-table" "prawn-templates" "safe_yaml" "treetop"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
Loading…
Reference in New Issue
Block a user