IABSD.fr/ports/databases/ruby-resque

Branch :


Log

Author Commit Date CI Message
d2d48c79 2015-06-19 14:03:48 - update to resque-1.23.1 - enable tests
a6b8b062 2014-10-11 19:54:46 Bump gem ports buildable with ruby 1.8 that have binaries The binaries now use a 18 suffix on ruby 1.8.
8b36e2be 2014-09-29 19:31:20 update HOMEPAGE
e79a176b 2013-10-26 23:55:34 Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
3f680606 2013-03-11 02:52:04 PERMIT_* / REGRESS->TEST sweep
dbe18b2a 2012-10-31 22:12:20 import ruby-resque-1.23.0 Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. [...] ok jeremy@