Source: ruby-delayed-job-active-record
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-activerecord (>= 2:3.0~),
               ruby-delayed-job (>= 3.0),
               ruby-rspec,
               ruby-sqlite3,
               ruby-simplecov,
               ruby-coveralls
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-delayed-job-active-record.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-delayed-job-active-record
Homepage: https://github.com/collectiveidea/delayed_job_active_record
XS-Ruby-Versions: all

Package: ruby-delayed-job-active-record
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activerecord (>= 2:3.0~),
         ruby-delayed-job (>= 3.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: ActiveRecord backend for DelayedJob
 This gem provides an ActiveRecord backend for Delayed::Job, which is a
 Database based asynchronous priority queue system. Delayed Job encapsulates
 the common pattern of asynchronously executing longer tasks in the background.
