Skip to content

Commit

Permalink
Update ruby-jekyll-gist to 1.4.0.
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
taca committed Dec 13, 2015
1 parent 7007d63 commit 5966d98
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 4 additions & 2 deletions www/ruby-jekyll-gist/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# $NetBSD: Makefile,v 1.3 2015/09/13 15:33:16 taca Exp $
# $NetBSD: Makefile,v 1.4 2015/12/13 16:51:29 taca Exp $

DISTNAME= jekyll-gist-1.3.4
DISTNAME= jekyll-gist-1.4.0
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jekyll/jekyll-gist/
COMMENT= Liquid tag for displaying GitHub Gists in Jekyll sites
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-octokit>=4.2<5:../../devel/ruby-octokit

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 3 additions & 1 deletion www/ruby-jekyll-gist/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-jekyll-gist/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2015/11/04 02:47:34 agc Exp $
$NetBSD: distinfo,v 1.5 2015/12/13 16:51:29 taca Exp $

SHA1 (jekyll-gist-1.3.4.gem) = 95493fcf25c88f7c7f057ff79d2c2d317230a8ef
RMD160 (jekyll-gist-1.3.4.gem) = c532f8e1795cc37584de465d5e8827f01f768222
SHA512 (jekyll-gist-1.3.4.gem) = 86b45d6ed7c35b4a16da658fe7ac096c34529e2194f80e6b1e4207b91c61694d9d354d3c08541c518f7bf9ff2ab91ac93af11a368e0d5811066a8aedb2092569
Size (jekyll-gist-1.3.4.gem) = 9216 bytes
SHA1 (jekyll-gist-1.4.0.gem) = e60f3fd4f91a78a369d6bf731a08587057868c7c
RMD160 (jekyll-gist-1.4.0.gem) = 22ac2f50ff89df91d89861ebf4e4fc2d6303864b
SHA512 (jekyll-gist-1.4.0.gem) = df3917942a59509e9fb494587a882e5303a1fd86c680db21c15f6177e577bd5ba0017be3b6b7d08166712b4fcf3c163ce18fb1810d89e48f96a8be3e831135b9
Size (jekyll-gist-1.4.0.gem) = 11264 bytes

0 comments on commit 5966d98

Please sign in to comment.