Posted By: Nicolas Pouillard
Date: 2005-06-29 23:33
Summary: [TTK-Announce] Release of CoreEx 0.2
Project: Uttk: Unified Test Tool Kit
CoreEx, A proposal for a standard library extension.
==Description:==
CoreEx is designed to provides a simple but quite useful extension
of the standard library of Ruby. So some classes and modules like
Pathname, Time, Enumerable, Exception, FileUtils, String, and
YAML are extended. There is also some new features like attr_once,
DTime, TempPath, Version, embedded_tests, filelist (almost from
rake), a common Rakefile, and an extension of the require system.
CoreEx is used in TTK but is not directly included in TTK because
CoreEx provides general purpose improvements.
==For further information:==
homepage: http://feydakins.org
api homepage: http://api.feydakins.org
rubyforge: http://rubyforge.org/projects/ttk
===Changes:===
New in 0.2, Fri, 24 Jun 2005:
Yaml:
Great improvement of the Yaml extension, new Yaml types are
now absolutly easy and clean to define.
PathList:
PathList is based on the Rake FileList class. PathList contains
pathnames, and some interestings improvements.
DumpableProc:
You can simply initialize a DumpableProc with a String, and keep
this String to allow the dump of that proc.
===You can leave comments on our weblog===
http://weblog.feydakins.org |
|