README.md in resque_spec-0.10.0 vs README.md in resque_spec-0.11.0

- old
+ new

@@ -22,12 +22,12 @@ end What is ResqueSpec? =================== -ResqueSpec implements the *stable API* for Resque 1.19.x (which is `enqueue`, -`enqueue_to` (*unreleased*), `dequeue`, `reserve`, the Resque hooks, and +ResqueSpec implements the *stable API* for Resque 1.19+ (which is `enqueue`, +`enqueue_to`, `dequeue`, `peek`, `reserve`, 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`). @@ -325,25 +325,26 @@ [Twitter](https://twitter.com/leshill). Contributors ============ -* Kenneth Kalmer (@kennethkalmer) : rspec dependency fix -* Brian Cardarella (@bcardarella) : fix mutation bug -* Joshua Davey (@joshdavey) : with_resque helper -* Lar Van Der Jagt (@supaspoida) : with_resque helper -* Evan Sagge (@evansagge) : Hook in via Job.create, have_queued.in -* Jon Larkowski (@l4rk) : inline perform -* James Conroy-Finn (@jcf) : spec fix -* Dennis Walters (@ess) : enqueue_in support -* (@RipTheJacker) : remove_delayed support -* Kurt Werle (@kwerle) : explicit require spec for v020 -* (@dwilkie) : initial before_enqueue support -* Marcin Balinski (@marcinb) : have_schedule_size_of matcher, schedule matcher at, in -* (@alexeits) : fix matcher in bug with RSpec 2.8.0 -* (@ToadJamb) : encode/decode of Resque job arguments -* Mateusz Konikowski (@mkonikowski) : support for anything matcher -* Mathieu Ravaux (@mathieuravaux) : without_resque_spec support +* @kennethkalmer (Kenneth Kalmer) : rspec dependency fix +* @bcardarella (Brian Cardarella) : fix mutation bug +* @joshdavey (Joshua Davey) : with\_resque helper +* @supaspoida (Lar Van Der Jagt) : with\_resque helper +* @evansagge (Evan Sagge) : Hook in via Job.create, have_queued.in +* @l4rk (Jon Larkowski) : inline perform +* @jcf (James Conroy-Finn) : spec fix +* @ess (Dennis Walters) : enqueue\_in support +* @RipTheJacker : remove\_delayed support +* @kwerle (Kurt Werle) : explicit require spec for v020 +* @dwilkie : initial before\_enqueue support +* @marcinb (Marcin Balinski) : have\_schedule\_size\_of matcher, schedule matcher at, in +* @alexeits : fix matcher in bug with RSpec 2.8.0 +* @ToadJamb : encode/decode of Resque job arguments +* @mkonikowski (Mateusz Konikowski) : support for anything matcher +* @mathieuravaux (Mathieu Ravaux) : without_resque_spec support +* @avdgaag (Arjan van der Gaag) : peek support Copyright ========= Copyright (c) 2010-2011 Les Hill. See LICENSE for details.