ruby-sidekiq 5.0.4+dfsg-2 source package in Ubuntu

Changelog

ruby-sidekiq (5.0.4+dfsg-2) unstable; urgency=medium

  * Reupload to unstable
  * Bump debhelper compat to 11 and standards version to 4.1.3

 -- Pirate Praveen <email address hidden>  Thu, 22 Feb 2018 14:54:14 +0530

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sidekiq_5.0.4+dfsg-2.dsc 2.5 KiB 2d5dd3157c88f7274f9934f8371a742bcc0816fa743051a813254aff1711d0b7
ruby-sidekiq_5.0.4+dfsg.orig.tar.xz 137.4 KiB 678b2c37ff3992f51c0e641d22b3cc3fd5684ce67722bdbe65aba6caf9bf9181
ruby-sidekiq_5.0.4+dfsg-2.debian.tar.xz 4.1 KiB f61fa6f5d7ca1dd4a566d86005e92c1930a1d07e1225c7a4d10fdc0c0a1bccda

Available diffs

No changes file available.

Binary packages built by this source

ruby-sidekiq: Simple, efficient background processing for Ruby

 Sidekiq uses threads to handle many jobs at the same time in the
 same process. It does not require Rails but will integrate tightly with
 Rails 3/4 to make background processing dead simple.
 .
 Sidekiq is compatible with Resque. It uses the exact same
 message format as Resque so it can integrate into an existing Resque
 processing farm.
 .
 You can have Sidekiq and Resque run side-by-side at the same time and
 use the Resque client to enqueue jobs in Redis to be processed by Sidekiq.