ruby-delayed-job 4.1.9-1 source package in Ubuntu
Changelog
ruby-delayed-job (4.1.9-1) unstable; urgency=medium * Team upload. [ Debian Janitor ] * Update watch file format version to 4. * Remove constraints unnecessary since buster: + ruby-delayed-job: Drop versioned constraint on ruby-delayed-job-active-record in Breaks. [ Cédric Boutillier ] * New upstream version 4.1.9 + support for rails 6.1 * Update packaging files with dh-make-ruby -w + standards-version bumped to 4.6.0 (no change needed) + debhelper-compat level bumped to 13 + rules-requires-root set to 'no' + drop explicit dependency on ruby-interpreter + test gem dependencies * Refresh simplecov patch -- Cédric Boutillier <email address hidden> Sun, 21 Nov 2021 23:53:24 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-delayed-job_4.1.9-1.dsc | 1.5 KiB | 4b1664e25cc1d54bb8a1f1c362062602fc157b15b4a999ab814532f4b0bb2432 |
ruby-delayed-job_4.1.9.orig.tar.gz | 36.4 KiB | 148583a956a6ef963bae61c95d7213c55d8e30c467225db9e5457dabc8570117 |
ruby-delayed-job_4.1.9-1.debian.tar.xz | 3.5 KiB | dbc60c67c0ed5e6085347543f67e0bfbded803547b6803aa60f6101797d907ae |
Available diffs
- diff from 4.1.8-1 to 4.1.9-1 (4.6 KiB)
No changes file available.
Binary packages built by this source
- ruby-delayed-job: database-backed asynchronous priority queue system
Delayed_job (or DJ) encapsulates the common pattern of asynchronously
executing longer tasks in the background. It is a direct extraction from
Shopify where the job table is responsible for a multitude of core tasks.