Unverified Commit e9ce489b authored by EdenEast's avatar EdenEast
Browse files

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

Add asciidoctor-reducer to the extension list of asciidoctor.
parent 5451e059
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'
+3 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ bundlerApp rec {
    "asciidoctor-epub3"
    "asciidoctor-multipage"
    "asciidoctor-pdf"
    "asciidoctor-reducer"
    "asciidoctor-revealjs"
  ];

+11 −0
Original line number Diff line number Diff line
@@ -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"];