Release Name: 2.0.0
Notes:
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).
Changes:
== 2.0.0 / 2008-03-
* 2 major enhancements
- Reworked the PROJ open struct to use nested open struct
objects
- Renamed a few of the .rake files to match the namespaces
they define
* 4 minor enhancements
- Selectable project skeleton when creating a new project
- Added an empty 'prereqs' task to several of the namespaces
(can be used for running code before any of the
tasks in that namespace are invoked)
- Extra refinement on notes
rake notes TwP #=> all notes for TwP
rake notes:todo TwP #=> all todos for TwP
- Insalling a gem will no longer try to update the gem
sources from RubyForge
* 1 bug fix
- On some systems, the quiet method was not reopening
stdout and stderr correctly
|