From: Bernard Lambeau Date: 2011-02-03T19:42:29+09:00 Subject: [ANN] noe 1.3.0 Released --90e6ba53a780dc40fe049b5e6b9c Content-Type: text/plain; charset=ISO-8859-1 noe version 1.3.0 has been released! Noe is a simple, general-purpose and extensible skeleton generator from project templates * * * Noe is a tool that generates project skeletons from predefined templates. A template is designed for a specific product (a ruby library, a static or dynamic web site, ...). Noe instantiates templates and helps you maintaining your product via meta-information provided by a .noespec yaml file. In contrast to other tools, Noe is not specific to certain kinds of products. Even if Noe comes bundled with a default template to develop gem libraries, writing your own template is possible and even simple! Changes: # 1.3.0 / 2011-02-03 * Bug fixes * Fixed a bug in Hash merging when overriding boolean values * Fixed .gitignore of default ruby template not bundled with noe's gem, leading to incomplete templates instantiations * Default ruby skeleton * Enhanced the way library version is handled. A !{upper}::Version module is now generated from the noespec (and is kept safe-overridable by default). !{upper}::VERSION is kept and is set by that module to the correct value. As a side effect, the .gemspec can now be built even if dependencies are not met. * Added the ability of the template to be tested with rubygems-test * spec/spec_helper.rb is not safe-override by default anymore * Fixed a bug that led 'rake -T' to ignore debug_mail blambeau -- Computer Science Department, UCLouvain, Belgium Mail: blambeau@gmail.com Mobile: +32 477 24 58 61 Blog: http://revision-zero.org/ Code: http://github.com/blambeau/ Follow: http://twitter.com/blambeau/ --90e6ba53a780dc40fe049b5e6b9c--