ruby-moneta 1.6.0-1 source package in Ubuntu

Changelog

ruby-moneta (1.6.0-1) unstable; urgency=medium

  * Team upload.

  [ Jérôme Charaoui ]
  * New upstream version 1.6.0
  * Drop obsolete test-related dependencies (Closes: #1033316)
  * drop activerecord and activesupport tests
  * drop mariadb and postgresql from build-deps
  * d/control: drop ruby-interpreter from Depends
  * d/control: drop obsolete X*-Ruby-Versions
  * d/patches: drop patches/fixes merged by upstream

  [ Pirate Praveen ]
  * d/patches: disable randomly failing tests

 -- Jérôme Charaoui <email address hidden>  Wed, 03 Apr 2024 21:54:57 -0400

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-moneta_1.6.0-1.dsc 2.3 KiB 61925f8e238b15b5873b29746f049679bbaa038edba2cf8324c292167d8d3417
ruby-moneta_1.6.0.orig.tar.gz 133.3 KiB ed539c636267b2b4039c3dab346103c9299d71829e72717976c481c0a528c2d3
ruby-moneta_1.6.0-1.debian.tar.xz 8.7 KiB bf80456ec7b88537079518b4af9b260609c776a7cee0b5fced679c1662bff267

Available diffs

No changes file available.

Binary packages built by this source

ruby-moneta: Ruby interface to multiple key/value stores

 Moneta is a Ruby library to interface with a variety of key/value stores.
 A short overview of its features:
  - support a lot of backends with consistent behaviour,
  - allows a full configuration of the serialization -> compression -> adapter
    stack using proxies (similar to Rack middlewares),
  - expiration for all stores,
  - atomic operations,
  - includes a simple pure-ruby key/value server and client,
  - integration with Rails, Rack/Rack-Cache, Sinatra and Ramaze.