lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Add asciidoctor-reducer to the extension list of asciidoctor.

EdenEast e9ce489b 5451e059

+16
+1
pkgs/tools/typesetting/asciidoctor-with-extensions/Gemfile
··· 7 7 gem 'asciidoctor-mathematical' 8 8 gem 'asciidoctor-multipage' 9 9 gem 'asciidoctor-pdf' 10 + gem 'asciidoctor-reducer' 10 11 gem 'asciidoctor-revealjs' 11 12 gem 'coderay' 12 13 gem 'pygments.rb'
+3
pkgs/tools/typesetting/asciidoctor-with-extensions/Gemfile.lock
··· 42 42 prawn-table (~> 0.2.0) 43 43 prawn-templates (~> 0.1.0) 44 44 treetop (~> 1.6.0) 45 + asciidoctor-reducer (1.0.5) 46 + asciidoctor (~> 2.0) 45 47 asciidoctor-revealjs (5.0.1) 46 48 asciidoctor (>= 2.0.0, < 3.0.0) 47 49 asciimath (2.0.5) ··· 127 129 asciidoctor-mathematical 128 130 asciidoctor-multipage 129 131 asciidoctor-pdf 132 + asciidoctor-reducer 130 133 asciidoctor-revealjs 131 134 coderay 132 135 pygments.rb
+1
pkgs/tools/typesetting/asciidoctor-with-extensions/default.nix
··· 17 17 "asciidoctor-epub3" 18 18 "asciidoctor-multipage" 19 19 "asciidoctor-pdf" 20 + "asciidoctor-reducer" 20 21 "asciidoctor-revealjs" 21 22 ]; 22 23
+11
pkgs/tools/typesetting/asciidoctor-with-extensions/gemset.nix
··· 137 137 }; 138 138 version = "2.3.9"; 139 139 }; 140 + asciidoctor-reducer = { 141 + dependencies = ["asciidoctor"]; 142 + groups = ["default"]; 143 + platforms = []; 144 + source = { 145 + remotes = ["https://rubygems.org"]; 146 + sha256 = "1708fi4bxjpkdszm6a4naa0qcsl0vqnhcklryn2sysl24zaz07h5"; 147 + type = "gem"; 148 + }; 149 + version = "1.0.5"; 150 + }; 140 151 asciidoctor-revealjs = { 141 152 dependencies = ["asciidoctor"]; 142 153 groups = ["default"];