pkgsrc/devel/ruby-zeitwerk/Makefile
taca 96cda5337d devel/ruby-zeitwerk: update to 2.4.0
Update ruby-zeitwerk to 2.4.0.


2.4.0 (15 July 2020)

* Zeitwerk::Loader#push_dir supports an optional namespace keyword argument.
  Pass a class or module object if you want the given root directory to be
  associated with it instead of Object.  Said class or module object cannot
  be reloadable.

* The default inflector is even more performant.
2020-09-14 13:12:27 +00:00

14 lines
337 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/09/14 13:12:27 taca Exp $
DISTNAME= zeitwerk-2.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/fxn/zeitwerk
COMMENT= Efficient and thread-safe constant autoloader
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"