1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 18:21:41 +03:00

doc: Add rouge to the converter gems

This commit is contained in:
Samuel Dionne-Riel 2020-04-06 19:34:11 -04:00
parent 50ab717ccb
commit 072562d770
4 changed files with 16 additions and 1 deletions

2
doc/_support/converter/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
vendor
.bundle

View File

@ -3,4 +3,5 @@
source "https://rubygems.org"
gem "asciidoctor"
gem "rouge"
#gem "tilt"

View File

@ -2,12 +2,14 @@ GEM
remote: https://rubygems.org/
specs:
asciidoctor (2.0.10)
rouge (3.17.0)
PLATFORMS
ruby
DEPENDENCIES
asciidoctor
rouge
BUNDLED WITH
1.17.2
1.17.3

View File

@ -9,4 +9,14 @@
};
version = "2.0.10";
};
rouge = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0xl7k5paf66p57sphm4nfa4k86yf93lhdzzr0cv0l4divq12g2pr";
type = "gem";
};
version = "3.17.0";
};
}