ruby-activerecord-nulldb-adapter 0.3.2-1 source package in Ubuntu

Changelog

ruby-activerecord-nulldb-adapter (0.3.2-1) unstable; urgency=medium

  * Team upload.

  [ Sebastien Badia ]
  * Fix FTBFS bug with a upstream patch (Closes: #759918)
  * d/control:
    - Bump Standards-Version (no changes)
    - Wrap and sort, switch to cgit and HTTPS for homepage/vcs-browser

  [ Lucas Albuquerque Medeiros de Moura ]
  * New upstream release. 
  * Removing patches already applied on new upstream version.
  * Update how package test were executed.
  * Add patch to fix tests for activerecord 4.2.
  * debian/rules: Add check-dependencies command.

 -- Lucas Albuquerque Medeiros de Moura <email address hidden>  Sat, 05 Mar 2016 18:21:21 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-activerecord-nulldb-adapter_0.3.2-1.dsc 1.8 KiB a4e6be278ba198b35756b4b0302d032b11b08edc4028590b5c3d4b800bb2479a
ruby-activerecord-nulldb-adapter_0.3.2.orig.tar.gz 13.1 KiB c40d14449cb9b4476e418e1bce5f564b423c68fb6784f9c4c395944d2e3b49f6
ruby-activerecord-nulldb-adapter_0.3.2-1.debian.tar.xz 3.1 KiB ff9df0ba8a15e8a19e938d682f83d4dc6ea8a0ee71c37aa990d594d79ca12cda

Available diffs

No changes file available.

Binary packages built by this source

ruby-activerecord-nulldb-adapter: ActiveRecord database adapters based on the Null Object pattern

 NullDB provides a database backend for Ruby ActiveRecord that translates
 database interactions into no-ops. Using NullDB enables one to test model
 business logic - including after_save hooks - without ever touching a real
 database.