mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
Merge pull request #155265 from edio/master
This commit is contained in:
commit
1fa523c1ee
@ -1,11 +1,13 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'asciidoctor'
|
gem 'asciidoctor'
|
||||||
gem 'asciidoctor-diagram'
|
|
||||||
gem 'asciidoctor-pdf'
|
|
||||||
gem 'asciidoctor-epub3'
|
|
||||||
gem 'asciidoctor-mathematical'
|
|
||||||
gem 'asciidoctor-bibtex'
|
gem 'asciidoctor-bibtex'
|
||||||
|
gem 'asciidoctor-diagram'
|
||||||
|
gem 'asciidoctor-epub3'
|
||||||
|
gem 'asciidoctor-html5s'
|
||||||
|
gem 'asciidoctor-mathematical'
|
||||||
|
gem 'asciidoctor-pdf'
|
||||||
gem 'asciidoctor-revealjs'
|
gem 'asciidoctor-revealjs'
|
||||||
|
gem 'asciidoctor-rouge'
|
||||||
gem 'coderay'
|
gem 'coderay'
|
||||||
gem 'pygments.rb'
|
gem 'pygments.rb'
|
||||||
gem 'rouge'
|
gem 'rouge'
|
||||||
|
@ -23,6 +23,9 @@ GEM
|
|||||||
asciidoctor (>= 1.5.6, < 3.0.0)
|
asciidoctor (>= 1.5.6, < 3.0.0)
|
||||||
gepub (~> 1.0.0)
|
gepub (~> 1.0.0)
|
||||||
mime-types (~> 3.0)
|
mime-types (~> 3.0)
|
||||||
|
asciidoctor-html5s (0.5.1)
|
||||||
|
asciidoctor (>= 1.5.7, < 3.0)
|
||||||
|
thread_safe (~> 0.3.4)
|
||||||
asciidoctor-mathematical (0.3.5)
|
asciidoctor-mathematical (0.3.5)
|
||||||
asciidoctor (~> 2.0)
|
asciidoctor (~> 2.0)
|
||||||
asciimath (~> 2.0)
|
asciimath (~> 2.0)
|
||||||
@ -41,6 +44,9 @@ GEM
|
|||||||
asciidoctor (>= 2.0.0, < 3.0.0)
|
asciidoctor (>= 2.0.0, < 3.0.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
thread_safe (~> 0.3.5)
|
thread_safe (~> 0.3.5)
|
||||||
|
asciidoctor-rouge (0.4.0)
|
||||||
|
asciidoctor (>= 1.5.6, < 2.1)
|
||||||
|
rouge (>= 2.2, < 4)
|
||||||
asciimath (2.0.3)
|
asciimath (2.0.3)
|
||||||
bibtex-ruby (5.1.6)
|
bibtex-ruby (5.1.6)
|
||||||
latex-decode (~> 0.0)
|
latex-decode (~> 0.0)
|
||||||
@ -120,9 +126,11 @@ DEPENDENCIES
|
|||||||
asciidoctor-bibtex
|
asciidoctor-bibtex
|
||||||
asciidoctor-diagram
|
asciidoctor-diagram
|
||||||
asciidoctor-epub3
|
asciidoctor-epub3
|
||||||
|
asciidoctor-html5s
|
||||||
asciidoctor-mathematical
|
asciidoctor-mathematical
|
||||||
asciidoctor-pdf
|
asciidoctor-pdf
|
||||||
asciidoctor-revealjs
|
asciidoctor-revealjs
|
||||||
|
asciidoctor-rouge
|
||||||
coderay
|
coderay
|
||||||
pygments.rb
|
pygments.rb
|
||||||
rouge
|
rouge
|
||||||
|
@ -93,6 +93,17 @@
|
|||||||
};
|
};
|
||||||
version = "1.5.1";
|
version = "1.5.1";
|
||||||
};
|
};
|
||||||
|
asciidoctor-html5s = {
|
||||||
|
dependencies = ["asciidoctor" "thread_safe"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1zfbfcqyrsk8bnd526ang3b4j3m5pbns7x3fdxarrm8vv1qplss1";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "0.5.1";
|
||||||
|
};
|
||||||
asciidoctor-mathematical = {
|
asciidoctor-mathematical = {
|
||||||
dependencies = ["asciidoctor" "asciimath" "mathematical"];
|
dependencies = ["asciidoctor" "asciimath" "mathematical"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
@ -126,6 +137,17 @@
|
|||||||
};
|
};
|
||||||
version = "4.1.0";
|
version = "4.1.0";
|
||||||
};
|
};
|
||||||
|
asciidoctor-rouge = {
|
||||||
|
dependencies = ["asciidoctor" "rouge"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "197sbzs9km58pgfqdnnglhqr7anhb0m330cv1vxfc3s2qz106zjz";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "0.4.0";
|
||||||
|
};
|
||||||
asciimath = {
|
asciimath = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user