Path to this page:
Subject: CVS commit: pkgsrc/databases/ruby-moneta
From: Takahiro Kambe
Date: 2022-06-06 15:28:06
Message id: 20220606132806.1D96BFB19@cvs.NetBSD.org
Log Message:
databases/ruby-moneta: update to 1.5.1
1.5.0 (2022/04/06)
* Adapters - internally, most (all?) adapters now inherit from a base
Adapter class
* Adapters - adapter configuration is now accessed via a config method on
* each adapter - see the code for examples. This shouldn't affect
* users unless they were directly modifying adapters' attributes.
* Redis - fix deprecation warnings for Redis 4.6+ multi/pipelined handling
(#215)
* Mongo - slight improvement to error handling
1.5.1 (2022/04/13)
* Adapters::File - fix an implicit hash issue in Ruby 3 (#222)
Files: