c5501140fb
2.0.0 * Support and test on Ruby 1.9.3 and later. * Switch to minitest. * Rename `Trail#index` to `Trail#cached`. * Replace find with block api with find_all. 2.1.0 * Extract duplicated stat and entries functions Also avoid creating excess Pathname objects we don't need to. 2.1.1 * Reduce Pathname usage for performance. 2.1.2 * entries and stat path argument is already a String * Precompute reverse alias map * Use hash default proc for cache fetching 2.1.3 * Add Rubinius to Build Matrix with Allowed Failure
12 lines
297 B
Makefile
12 lines
297 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/09/02 15:04:49 taca Exp $
|
|
|
|
DISTNAME= hike-2.1.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sstephenson/hike
|
|
COMMENT= Find files in a set of paths
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|