ruby-delayed-job 4.0.6-2ubuntu1 source package in Ubuntu

Changelog

ruby-delayed-job (4.0.6-2ubuntu1) bionic; urgency=medium

  * debian/patches/yaml_tag.patch: Use `yaml_tag` instead of deprecated
    `yaml_as`.  Thanks to "yuuji.yaginuma" <email address hidden>.

 -- Daniel Watkins <email address hidden>  Thu, 08 Mar 2018 22:57:50 +0100

Upload details

Uploaded by:
Dan Watkins
Sponsored by:
Nish Aravamudan
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-delayed-job_4.0.6.orig.tar.gz 32.6 KiB 3f33742511a8980e7676022eede66a492b25bb8029789c196b9e30d47f453a35
ruby-delayed-job_4.0.6-2ubuntu1.debian.tar.xz 3.8 KiB c9bfce49fabb1bdcfad40a316dedd25cb51e4b26bd07297a8fee8d788e834971
ruby-delayed-job_4.0.6-2ubuntu1.dsc 2.0 KiB 9b5d45a9e0d0d09ab67ffeb5e344477318abb9b0f3939c009ab63952947c5c07

View changes file

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.