README.rdoc in rake-builder-0.0.11 vs README.rdoc in rake-builder-0.0.12
- old
+ new
@@ -46,10 +46,12 @@
include paths.
Rake::Builder collects all such information in one file:
'.rake-builder'
+For namespaced tasks, e.g. 'test:build', the file is '.rake-builer.test'
+
This file should be created in the same
directory as the Rakefile.
The file should be a YAML structure, and must include a version.
@@ -129,5 +131,6 @@
* Boost.Build
* CMake
* rakepp - another customisation of Rake for C++ projects
* Scons
* waf[http://code.google.com/p/waf/]
+* http://felix-lang.org/blog/2010/aug/30/fbuild-0-2/