From faee8b454c5e78f57f3c9abf9a71f94129de2a62 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 12 Feb 2014 08:40:59 -0500 Subject: [PATCH] Updating ROADMAP post-rebase --- ROADMAP.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 2e102190..cf31f6a5 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -39,8 +39,12 @@ v2.6.0 TODO for v3.0.0 =============== -- Clean up all RuboCop offences, breaking the API if necessary -- Get to at least 95% test coverage +- [x] Clean up all RuboCop offences, breaking the API if necessary +- [x] Get to at least 95% test coverage +- [x] Collapse `lib/resque_scheduler` into `lib/resque/scheduler` +- [ ] Reduce public API on `Resque::Scheduler::Extension` to fewer than 10 methods +- [ ] Reduce public API on `Resque::Scheduler` to fewer than 10 methods +- [ ] Anything else? TODO for v3.1.0 ===============