File: control

package info (click to toggle)
ruby-delayed-job-active-record 4.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: ruby: 459; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 1,182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ruby-delayed-job-active-record
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Section: ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-activerecord,
               ruby-delayed-job (>= 4.1.11~),
               ruby-rspec,
               ruby-sqlite3,
               ruby-simplecov,
               ruby-coveralls
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-delayed-job-active-record
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-delayed-job-active-record.git
Homepage: https://github.com/collectiveidea/delayed_job_active_record
Rules-Requires-Root: no

Package: ruby-delayed-job-active-record
Architecture: all
Depends: ${misc:Depends},
         ${ruby: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.