forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www/ruby-jekyll-watch: update to 2.0.0
2.0.0 2016/12/02 Development Fixes * Update versions for Travis (#43) * Define path with dir (#48) * Remove version lock for dependency listen (#50) * Inherit Jekyll's rubocop config for consistency (#51) * Update jekyll-watch (#53) * Drop support for old Ruby and old Jekyll (#55) Minor Enhancements * Output regenerated file paths to terminal (#57) Major Enhancements * Remove unnecessary method (#56)
- Loading branch information
taca
committed
Mar 13, 2018
1 parent
09a9161
commit 8b2e581
Showing
3 changed files
with
9 additions
and
9 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,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.8 2017/09/19 16:36:07 taca Exp $ | ||
# $NetBSD: Makefile,v 1.9 2018/03/13 17:14:44 taca Exp $ | ||
|
||
DISTNAME= jekyll-watch-1.5.0 | ||
PKGREVISION= 1 | ||
DISTNAME= jekyll-watch-2.0.0 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
|
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,7 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2015/03/13 16:47:46 taca Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2018/03/13 17:14:44 taca Exp $ | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/lib/jekyll-watch.rb | ||
${GEM_LIBDIR}/lib/jekyll-watch/version.rb | ||
${GEM_LIBDIR}/lib/jekyll/commands/watch.rb | ||
${GEM_LIBDIR}/lib/jekyll/watcher.rb | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec |
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.5 2016/10/17 14:23:22 taca Exp $ | ||
$NetBSD: distinfo,v 1.6 2018/03/13 17:14:44 taca Exp $ | ||
|
||
SHA1 (jekyll-watch-1.5.0.gem) = 2ca6c415ffbc2d802fc2fe811ba0a54e6fba87f2 | ||
RMD160 (jekyll-watch-1.5.0.gem) = cfba154b78c5a8111611b1984442d3cc99d41166 | ||
SHA512 (jekyll-watch-1.5.0.gem) = 8eda8def17883354aa5ecf89f68e8553e664f228dc4b82b0e888c66c6c247592817b8462907d9e69200532a2211d032e3669e5760a3e816f1dd118eea70ca834 | ||
Size (jekyll-watch-1.5.0.gem) = 6144 bytes | ||
SHA1 (jekyll-watch-2.0.0.gem) = ffd75b6a91c1996934dae7beb3b8aa93c28adfca | ||
RMD160 (jekyll-watch-2.0.0.gem) = 20c13b6ce6da8fe27bf3cca649bdcdc3068b94fa | ||
SHA512 (jekyll-watch-2.0.0.gem) = b4057980e41253bf6a91633da5cd23afb34c83d9d01c95cd495ea8a1d389c8e09a464388198c1ba72bd35ed3470a37587787d7bbb3f48f9e60ca9718a9b2b938 | ||
Size (jekyll-watch-2.0.0.gem) = 6144 bytes |