README.md in resque_spec-0.12.3 vs README.md in resque_spec-0.12.4

- old
+ new

@@ -23,11 +23,11 @@ What is ResqueSpec? =================== ResqueSpec implements the *stable API* for Resque 1.19+ (which is `enqueue`, -`enqueue_to`, `dequeue`, `peek`, `reserve`, the Resque hooks, and +`enqueue_to`, `dequeue`, `peek`, `reserve`, `size`, the Resque hooks, and because of the way `resque_scheduler` works `Job.create` and `Job.destroy`). It does not have a test double for Redis, so this may lead to some interesting and puzzling behaviour if you use some of the popular Resque plugins (such as `resque_lock`). @@ -344,9 +344,10 @@ * @mkonikowski (Mateusz Konikowski) : support for anything matcher * @mathieuravaux (Mathieu Ravaux) : without\_resque\_spec support * @avdgaag (Arjan van der Gaag) : peek support * @dtsiknis : Updated removed\_delayed * @lellisga (Li Ellis Gallardo) : fix inline/disable\_ext bug +* @jeffdeville (Jeff Deville) : Resque.size Copyright ========= Copyright (c) 2010-2012 Les Hill. See LICENSE for details.