Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-zeitwerk
From: Takahiro Kambe
Date: 2024-02-06 16:05:38
Message id: 20240206150538.7F31AFA42@cvs.NetBSD.org
Log Message:
devel/ruby-zeitwerk: update to 2.6.13
2.6.13 (2024-02-06)
* There is a new experimental null inflector that simply returns its input
unchanged:
loader.inflector = Zeitwerk::NullInflector.new
Projects using this inflector are expected to define their constants in
files and directories with names exactly matching them:
User.rb -> User
HTMLParser.rb -> HTMLParser
Admin/Role.rb -> Admin::Role
Please see its documentation for further details.
* Documentation improvements.
Files: