Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-rspec-core
From: Takahiro Kambe
Date: 2022-02-12 14:30:14
Message id: 20220212133014.EDED1FB24@cvs.NetBSD.org
Log Message:
devel/ruby-rspec-core: update to 3.11.0
3.11.0 (2022-02-09)
Enhancements:
* Improve pluralisation of words ending with s (like process). (Joshua
Pinter, #2779)
* Add ordering by file modification time (most recent first). (Matheus
Richard, #2778)
* Add to_s to reserved names for #let and #subject. (Nick Flückiger, #2886)
* Introduce RSpec.current_scope to expose the current scope in which RSpec
is executing. e.g. :before_example_hook, :example etc. (@odinhb, #2895)
* Add named bold colours as options for custom colours. (#2913, #2914)
* Warn when (but not prevent) a SystemExit occurs. (Jared Beck, #2926)
Files: