README.txt in bones-1.3.0 vs README.txt in bones-1.3.1

- old
+ new

@@ -1,11 +1,11 @@ Mr Bones by Tim Pease http://codeforpeople.rubyforge.org/bones == DESCRIPTION: - + Mr Bones is a handy tool that builds a skeleton for your new Ruby projects. The skeleton contains some starter code and a collection of rake tasks to ease the management and deployment of your source code. Mr Bones is not viral -- all the code your project needs is included in the skeleton (no gem dependency required). @@ -26,10 +26,11 @@ gem:install # Install the gem gem:package # Build all the packages gem:release # Package and upload to RubyForge gem:repackage # Force a rebuild of the package files gem:uninstall # Uninstall the gem + manifest # Alias to manifest:check manifest:check # Verify the manifest manifest:create # Create a new manifest notes # Enumerate all annotations notes:fixme # Enumerate all FIXME annotations notes:optimize # Enumerate all OPTIMIZE annotations @@ -178,10 +179,10 @@ skeleton when it generates a new project. ERB is used to insert the project name and the derived class name into template files. The file must end in an ".erb" suffix for ERB substitutions to take place. The ".erb" suffix is stripped from the file during project generation. Therefore, your ERB files should have two suffixes -- the ".erb" suffix that will be stripped, and the -suffix you want the resulting project file to have. +suffix you want the resulting project file to have. Only two values can be substituted into files using ERB -- the project name and the derived class name. <%= name %>