diff options
author | taca <taca@pkgsrc.org> | 2015-12-13 16:51:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-13 16:51:29 +0000 |
commit | 6c2cd7ae52349b0a242338da9c5e4445727f1d80 (patch) | |
tree | 42894ebaa06b4de9770df76ea0c3f641b750b9ce /www/ruby-jekyll-gist/PLIST | |
parent | 1856ae708224343934536ffd030e402028522225 (diff) | |
download | pkgsrc-6c2cd7ae52349b0a242338da9c5e4445727f1d80.tar.gz |
Update ruby-jekyll-gist to 1.4.0.
## 1.4.0 / 2015-12-01
* Allow `noscript` fallback to be disabled (#29)
* Use Octokit to fetch Gist content when passed `JEKYLL_GITHUB_TOKEN`
in env(#28)
## 1.3.5 / 2015-10-23
* Fix encoding error for `noscript` code (#23)
* Test against Jekyll 3, 2, and the github-pages gem (#19)
Diffstat (limited to 'www/ruby-jekyll-gist/PLIST')
-rw-r--r-- | www/ruby-jekyll-gist/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby-jekyll-gist/PLIST b/www/ruby-jekyll-gist/PLIST index 3b005c0a540..649271cd3cb 100644 --- a/www/ruby-jekyll-gist/PLIST +++ b/www/ruby-jekyll-gist/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/06/11 16:52:26 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/12/13 16:51:29 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec @@ -14,6 +14,8 @@ ${GEM_LIBDIR}/lib/jekyll-gist/gist_tag.rb ${GEM_LIBDIR}/lib/jekyll-gist/version.rb ${GEM_LIBDIR}/script/bootstrap ${GEM_LIBDIR}/script/cibuild +${GEM_LIBDIR}/spec/fixtures/multiple-files.json +${GEM_LIBDIR}/spec/fixtures/single-file.json ${GEM_LIBDIR}/spec/gist_tag_spec.rb ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec |