From bea44e876b77dd10ada3a86c7af27634ca9efa40 Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta <guptautkarsh2102@gmail.com> Date: Thu, 24 Jan 2019 01:19:31 +0530 Subject: [PATCH] Update d/control --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 7627159..b528463 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jekyll-gist.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jekyll-gist Homepage: https://github.com/jekyll/jekyll-gist +Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-jekyll-gist @@ -20,3 +21,7 @@ Depends: ruby | ruby-interpreter, Description: Liquid tag for displaying GitHub Gists in Jekyll sites Jekyll::Gist is plugin provides for Liquid tag in order to displaying GitHub Gists in Jekyll sites, like: `{% gist %}`. + . + If you provide a personal access token with Gist scope, as the environmental + variable JEKYLL_GITHUB_TOKEN, Jekyll Gist will use the Gist API to speed up + site generation. -- GitLab