Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-tins
From: Takahiro Kambe
Date: 2024-10-21 15:56:55
Message id: 20241021135655.A5D8DFC7E@cvs.NetBSD.org
Log Message:
devel/ruby-tins: update to 1.37.0
1.37.0 (2024-10-19)
* Add support for module prepended blocks in Tins::Concern:
- Added prepend_features method to Tins concern
- Updated ConcernTest to test prepend feature
- Raise StandardError for duplicate block definitions for included and
prepended blocks
* Added class_methods method to Tins concern:
- Added class_methods method to lib/tins/concern.rb
o Creates or retrieves ClassMethods module for defining class-level
methods
- Updated tests in tests/concern_test.rb
o Added test for new baz1 and baz2 methods
o Tested availability of bar, baz1, and baz2 methods on A
Files: