Skip to content

Commit

Permalink
www/ruby-jekyll-watch: update to 2.2.1
Browse files Browse the repository at this point in the history
Update ruby-jekyll-watch to 2.2.1.

pkgsrc change: add "USE_LANGUAGES=	# none".


2.2.1 / 2019-03-22

Bug Fixes

* Fix encoding discrepancy in excluded Windows paths (#76)
* Ignore directories rather than all similar paths (#65)

Development Fixes

* Test against Ruby 2.6
* Relax version constraint on bundler to allow using 1.x or 2.x
* dependencies: rubocop-jekyll 0.5
* style: target Ruby 2.4


2.1.2 / 2018-10-17

Development Fixes

* Initialize AppVeyor CI to test plugin on Windows (#77)

Bug Fixes

* Fix watcher failure due to incorrect file name encoding (#78)

2.1.1 / 2018-10-10

Bug Fixes

* Replace non-existent local variable (#73)

2.1.0 / 2018-10-09

Bug Fixes

* Normalize watched-path encoding (#69)

Development Fixes

* Test against Ruby 2.5 (#62)
* Drop support for Ruby 2.2 (EOL)
* Style: lint with rubocop-jekyll
  • Loading branch information
taca committed Jun 7, 2020
1 parent 147a6bb commit 34b4ead
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions www/ruby-jekyll-watch/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2019/11/04 22:10:14 rillig Exp $
# $NetBSD: Makefile,v 1.11 2020/06/07 15:40:14 taca Exp $

DISTNAME= jekyll-watch-2.0.0
DISTNAME= jekyll-watch-2.2.1
CATEGORIES= www

MAINTAINER= [email protected]
Expand All @@ -10,6 +10,8 @@ LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-listen>=3.0<4:../../sysutils/ruby-listen

USE_LANGUAGES= # none

OVERRIDE_GEMSPEC+= listen>=3.0

.include "../../lang/ruby/gem.mk"
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-jekyll-watch/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2018/03/13 17:14:44 taca Exp $
$NetBSD: distinfo,v 1.7 2020/06/07 15:40:14 taca Exp $

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
SHA1 (jekyll-watch-2.2.1.gem) = 3c68852e7e26d27c502ba1ecd1dc0571c62f3628
RMD160 (jekyll-watch-2.2.1.gem) = edb78ce08bfdd165cb202013e32683eff25202a7
SHA512 (jekyll-watch-2.2.1.gem) = 9f64ee866d844fadbe6ee854e3b893c049abba0a58cc9d0c483fb320557ff557d834ac5b026288f38a8648b1c465253b1e7f9a9d84483c65f889918cd474e811
Size (jekyll-watch-2.2.1.gem) = 6144 bytes

0 comments on commit 34b4ead

Please sign in to comment.