forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |