Posted By: Jeremy Hinegardner
Date: 2007-06-12 08:18
Summary: rabal 0.0.1 Released
Project: Copious Free Time
rabal version 0.0.1 has been released.
http://copiousfreetime.rubyforge.org/rabal/
Rabal is the Ruby Architecture for Building Applications and Libraries.
Taking ideas from Haskell's Cabal, Hoe and Rubyforge projects, rabal
is a generalized project generation tool for initial creation of the
files and directories considered necessary in any ruby project.
Rabal currently ships with plugins for:
* core - core functionality and baseline information need by every project
* license - indicate under what license your project is released. Includes
templates for BSD, GPL, LGPL, MIT and Ruby Licenses
* bin - command line application
* spec - an RSpec starting point
* test - a Test::Unit starting point
You are highly encouraged to write your own plugins and distribute them.
See the README.PLUGIN for information on how to develop your own.
{{ Changelog for Version 0.0.1 }}
=== Version 0.0.1
* Initial public release
|
|