[DRE-commits] [rails] 01/05: add ruby-activejob

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Aug 5 11:10:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository rails.

commit 19bc9ca052e0b3a7fb6a6ba188f0f2cfbf9ad93b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Aug 5 16:30:54 2015 +0530

    add ruby-activejob
---
 debian/control | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/debian/control b/debian/control
index d4be455..756847f 100644
--- a/debian/control
+++ b/debian/control
@@ -64,6 +64,20 @@ Description: toolkit for building modeling frameworks (part of Rails)
  attributes, callbacks, validations, observers, serialization,
  internationalization, and testing.
 
+Package: ruby-activejob
+Architecture: all
+X-DhRuby-Root: activejob/
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ruby-activesupport (= ${source:Version}),
+         ruby-globalid
+         ${misc:Depends}
+Description: job framework with pluggable queues
+ Active Job is a framework for declaring jobs and making them run on a variety
+ of queueing backends. These jobs can be everything from regularly scheduled
+ clean-ups, to billing charges, to mailings. Anything that can be chopped up
+ into small units of work and run in parallel, really.
+
 Package: ruby-actionview
 Architecture: all
 X-DhRuby-Root: actionview/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rails.git



More information about the Pkg-ruby-extras-commits mailing list