Mr Bones - 1.3.0

Mr Bones
by Tim P.
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).

== CHANGES:

  • 2 minor enhancements
    • Added a few more methods to the default framework
    • Added tasks to support SVN tagging when releasing a new gem
  • 1 bug fix
    • Fixed a nil value error for the remote rdoc directory
      (patch supplied by Chris S.)

For current users of Mr Bones, you will need to update your project(s)
in
order to use the new SVN rake tasks.

bones -u project_directory

Blessings,
TwP