Path to this page:
./
databases/ruby-moneta,
Unified interface to key/value stores
Branch: CURRENT,
Version: 1.4.2,
Package name: ruby27-moneta-1.4.2,
Maintainer: pkgsrc-usersMoneta provides a standard interface for interacting with various kinds of
key/value stores. Moneta supports the well-known NoSQL and document based
stores.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 129.5 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-moneta-1.4.2
- (2021-05-22) Updated to version: ruby26-moneta-1.4.2
- (2021-01-10) Updated to version: ruby26-moneta-1.4.1
- (2020-09-13) Updated to version: ruby26-moneta-1.4.0
- (2020-05-02) Updated to version: ruby26-moneta-1.3.0
- (2020-01-16) Updated to version: ruby26-moneta-1.2.1
CVS history: (Expand)
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-05-22 16:58:04 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-moneta: update to 1.4.2
1.4.2 (2021-05-11)
* Pool - fix busy-loop issue (#197)
|
2021-01-10 15:27:25 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-moneta: update to 1.4.1
1.4.1 (2020-10-27)
* Adapters::Mongo - deprecate :db option, document :database option (#194)
* Adapters::Mongo - add retries to increment operation
|
2020-09-13 17:07:38 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-moneta: update to 1.4.0
Update ruby-moneta to 1.4.0.
1.4.0 (2020-08-23)
* Adapters::Mongo - drop support for moped gem (#182)
* Adapters::Redis - use #exists? where available (#189)
* Some reorganisation of code into more separate files (#177)
|
2020-05-02 15:16:53 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-moneta: update to 1.3.0
UPdate ruby-moneta to 1.3.0.
1.3.0
* Transformer - add :each_key support (#170)
* Server - add :each_key support, use non-blocking IO (#165)
* Builder - dup options before passing to adapter/proxy (#174)
* Adapter::Couch - add HTTP basic auth support
* Support MRI 2.7.0 (#172)
* Minimum required MRI version is now 2.3.0 (#172)
|
2020-01-16 16:09:40 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
databases/ruby-moneta: update to 1.2.1
1.2.1
* Transformer - fix :escape transformer deserialize implementation (#168)
|
2019-10-23 18:12:05 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-moneta: update to 1.2.0
1.2.0
* Adapters::Sequel - fix for compatibility with new version of JDBC SQLite
* Adapters::Couch - refactor of error handling, #clear, #merge!, #slice, rev caching
* Fallback - add fallback proxy (#162)
* Pool - rewrite to enable limiting of size, gradual shrinking
* Enumerable - add proxy providing Enumerable API (using #each_key)
* Adapters::Couch, Adapters::RestClient - add Faraday :adapter option
* Adapters::Couch - add :full_commit and :batch options to some operations
* Adapters::LRUHash - rewrite to take advantage of ordered hashes
* Adapters::ActiveRecord - recover from deadlock during increment
|