Release Name: 0.2.12
Notes:
GAT is a Ruby gem that tries to provide a script fast development framework.
Based on a YML structure, GAT allows you to write basic and advanced scripts with a whole set of tools that scripting need.
More info can be found at http://gat.rubyforge.org
Changes:
== 0.2.12 2010-03-30
* Bugfix release
* Fix bug at get_reference_backups. Condition was name.include?('1.dar') so xxx.11.dar was also include. change to .include?('.1.dar')
* Changed some syntax that doesnt work with ruby <= 1.8.7
|