32661732b5
Update ruby-zeitwerk to 2.3.0. 2.3.0 (3 March 2020) * Adds support for collapsing directories. For example, if booking/actions/create.rb is meant to define Booking::Create because the subdirectory actions is there only for organizational purposes, you can tell Zeitwerk with collapse: loader.collapse("booking/actions") The method also accepts glob patterns to support standardized project structures: loader.collapse("*/actions") Please check the documentation for more details. * Eager loading is idempotent, but now you can eager load again after reloading.
14 lines
337 B
Makefile
14 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/03/23 16:06:45 taca Exp $
|
|
|
|
DISTNAME= zeitwerk-2.3.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"
|