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

Changelog

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

  * Team upload.
  * New upstream release.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Fix field name case in debian/control (Rules-requires-root =>
    Rules-Requires-Root).

  [ Daniel Leidert ]
  * d/control (Standards-Version): Bump to 4.6.0.
    (Build-Depends): Bump to ruby-activerecord >= 2:6.1 (closes: #996119).
    (Depends): Add ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Add team.
  * d/rules: Use gem installation layout and install changelog.
  * d/upstream/metadata: Add Archive and Changelog fields.

 -- Daniel Leidert <email address hidden>  Sun, 21 Nov 2021 02:42:17 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-activerecord-nulldb-adapter_0.8.0-1.dsc 2.2 KiB 865b18d64b1246c9ec11785d6d15e3b3b8ac0ad80c6abb33dc1fd932af5c48c3
ruby-activerecord-nulldb-adapter_0.8.0.orig.tar.gz 14.3 KiB c78a98d806ab3f0118137999ed4734b13bbffcd6d9f0c868b69e4ddf0b41ad1a
ruby-activerecord-nulldb-adapter_0.8.0-1.debian.tar.xz 3.0 KiB 2c9effe1de2c54576e35c254afaf67117a9d2361cca50d734b64d51ace207ba1

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.