ruby-factory-bot 5.0.2-2 source package in Ubuntu

Changelog

ruby-factory-bot (5.0.2-2) unstable; urgency=medium
  
  * New upstream release.
  * debian/compat:
    - Drop, rely on the debhelper-compat package.
  * debian/control:
    - Add Build-Dependency on debhelper-compat.
    - Bump Standards-Version to 4.4.0.
    - Use my debian.org mail address.
    - Declare that the build doesn't need root.
  * debian/patches:
    - Drop obsolete patch to remove git in gemspec.
  * debian/rules:
    - Fix name of changelog file.
    - Make the build verbose.

 -- Georg Faerber <email address hidden>  Mon, 26 Aug 2019 15:07:16 +0000

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-factory-bot_5.0.2-2.dsc 1.5 KiB 9aed8cdf34d9f2e02c5b2152ef23312190438855006658d0b8f9c2a8340d3adf
ruby-factory-bot_5.0.2.orig.tar.gz 68.3 KiB d9f8aa5da5e22d6e082e9fae1fd306ffb58b3b68f032dc0961070c08d78a3fb6
ruby-factory-bot_5.0.2-2.debian.tar.xz 3.1 KiB ce4717d2ee939a463f2a790643a3e1592f43de21aa5bc95ad906c29efda69db4

Available diffs

No changes file available.

Binary packages built by this source

ruby-factory-bot: Framework and DSL for defining and using model instance factories

 factory_bot provides a fixtures replacement with a straightforward definition
 syntax, support for multiple build strategies (saved instances, unsaved
 instances, attribute hashes, and stubbed objects), and support for multiple
 factories for the same class (user, admin_user, and so on), including factory
 inheritance.