Release Name: 1.3.3
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:
== 1.3.3 / 2008-02-18
* 4 minor enhancements
- The annotation tags to search for can be specified by the user
in the Rakefile
- Directory names can be substituted during skeleton creation
- Support for the GEM post_install_message
- Support to generate an announcement text file and send the
announcement via e-mail
- Added a manifest:assert task that can be used when building the
gem to assert that the manifest is up to date
task 'gem:package' => 'manifest:assert'
* 1 bug fix
- Fixed a circular dependency in the gem creation tasks
|