Files | Admin

Notes:

Release Name: 0.6.4

Notes:
== FEATURES/PROBLEMS:
  
* Configuration library for creating Ruby configuration files
* Command library abstracting the execution of commands

== SYNOPSIS:

patir is the library of common functionality used in the patir projects.
This includes a class that allows you to build configuration files in Ruby and a library for command abstraction.

== REQUIREMENTS:


Changes: ==0.6.4 / 2009-09-4 * context parameter added to Command#run ==0.6.3 * Repository restructured (git is used internally so the svn repository matches now the master branch) * Cleanup. Some obsolete code was removed * Unit tests clarified ==0.6.2 * RubyCommand and ShellCommand are now more robust handling StandardError exceptions. ==0.6.1 * RubyCommand failure logs are now clearer no more 'RubyCommand failed:' redundancies. * RubyCommand: Backtrace added to error output if $DEBUG=true ==0.6.0 * RubyCommand now sets success when the block runs to the end. Block returns values are ignored. To indicate failure raise an exception.