Commit graph

8 commits

Author SHA1 Message Date
taca
1a2861aea2 Update ruby-columnize to 0.9.0.
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 ","
2015-02-03 14:59:19 +00:00
taca
2b897bee13 Update ruby-columnize to 0.3.6.
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
2012-03-17 16:16:32 +00:00
taca
2bf03c6bca Update ruby-columnize package to 0.3.5.
0.3.5 Nov 24, 2011
- Handle situation where an array element is larger than the display width.
2011-12-15 15:40:52 +00:00
taca
a5e4dfa8a8 Update misc/ruby-columnize package to 0.3.4.
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.
2011-08-12 16:55:01 +00:00
taca
91bbb4040c Update ruby-columnize package to 0.3.3.
0.3.3 June 12, 2011 Fleetwood release

- More general but simpler inteface using an options
  hash. Compatibility is maintaind though.
2011-06-19 01:46:47 +00:00
taca
2161440548 Update ruby-columnize package to 0.3.2.
0.3.2

- Mostly Administrivia.
  * Add .gemspec, correct description field and add a summary.
  * Add Columnize::VERSION
  * Simplify Rakefile
  * Add stub Makefiles
2010-12-04 04:11:29 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
jlam
9076a6464b Initial import of ruby18-columnize-0.1 as misc/ruby-columnize.
LineCache is a module for printing an Array in column-sorted order.
2008-04-14 20:30:18 +00:00