0.9.0 Dec 5, 2014 - Early gecko
0.8.9 Apr 19, 2014
- Add columnize method to Array class and a place to set its default options
- Add option :colfmt to allow a format specifier to use (e.g. '%02d')
in stringifying
list items
- Add option linesuffix (default is "\n")
- When using arrange_array each line now has trailing ","
0.3.6 Dec 17, 2011
- rename version.rb columnize/version.rb so as not to conflict with
another package called version
- Administrivia - shorten gemcutter description
0.3.4 July 4, 2011
- Change to Ruby License
- Add option 'term_adjust' to ignore terminal sequences in text
- Add :ljust => :auto to decide whether or not to automatically
left or right justify. When passing a hash parameter, the default
is :auto.