- Modernize project to work well with newer Rake, and in the world of Bundler.
- Formalize development environment, and fix broken tasks.
- Don't leave file handles open needlessly.
- Make all path additions recursive. (Incl. allowing more-specific definitions earlier on to override definitions later on...)
- Allow specifying multiple paths to be grouped into one line item.
- Normalized mechanism for configuring things.
- Substantially simplify code.
- Add a proper changelog.
- Don't add development-dependencies to gem; let people use
git clonefor that. - Improve Cucumber support by treating
Given/When/Thenmatcher blocks as methods. (Analogous to howshould/itmethods were already treated.) - Reduce namespace pollution in both
raketask namespace, and Ruby global namespace.
- Initial fork from devver's repo.