Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-hike
From: Takahiro Kambe
Date: 2017-09-02 17:04:49
Message id: 20170902150450.04198FA97@cvs.NetBSD.org
Log Message:
Update ruby-hike to 2.1.3.
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
Files: