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. This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job). WWW: http://rubygems.org/gems/delayed_job Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ruby->swills I'll take it.
swills 2011-06-18 18:30:21 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-delayed_job Makefile distinfo pkg-descr Log: 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. This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job). WWW: http://rubygems.org/gems/delayed_job PR: ports/157986 Submitted by: Ryan Steinmetz <rpsfa at rit.edu> Revision Changes Path 1.4380 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/rubygem-delayed_job/Makefile (new) 1.1 +2 -0 ports/devel/rubygem-delayed_job/distinfo (new) 1.1 +7 -0 ports/devel/rubygem-delayed_job/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!