latest jekyll requires pygments.rb
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/5356d690 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/5356d690 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/5356d690 Branch: refs/heads/master Commit: 5356d690e14a510e3a361a4e99c8d2ee1183b8d3 Parents: d5fd0ef Author: Antoine Toulme <[email protected]> Authored: Sat Apr 30 22:03:23 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Sat Apr 30 22:03:23 2016 -0700 ---------------------------------------------------------------------- buildr.gemspec | 1 + doc/_config.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/5356d690/buildr.gemspec ---------------------------------------------------------------------- diff --git a/buildr.gemspec b/buildr.gemspec index 40f9ab8..4b8b8f7 100644 --- a/buildr.gemspec +++ b/buildr.gemspec @@ -80,6 +80,7 @@ for those one-off tasks, with a language that's a joy to use. spec.add_development_dependency 'jekyll', '3.1.3' spec.add_development_dependency 'RedCloth', '4.2.9' spec.add_development_dependency 'jekylltask', '1.1.0' + spec.add_development_dependency 'pygments.rb', '0.6.3' spec.add_development_dependency 'rdoc', '4.2.2' end http://git-wip-us.apache.org/repos/asf/buildr/blob/5356d690/doc/_config.yml ---------------------------------------------------------------------- diff --git a/doc/_config.yml b/doc/_config.yml index b136b57..eb96207 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -1 +1 @@ -pygments: true +highlighter: pygments
