[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Mr Bones - 1.3.0

Tim Pease

1/4/2008 9:23:00 PM

Mr Bones
by Tim Pease
<http://codeforpeople.rubyforge.org...

== 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 Shea)

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