Age | Commit message (Collapse) | Author | Files | Lines |
|
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.5 Nov 24, 2011
- Handle situation where an array element is larger than the display width.
|
|
Instead, Use newer RDOC.
|
|
|
|
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.
|
|
0.3.3 June 12, 2011 Fleetwood release
- More general but simpler inteface using an options
hash. Compatibility is maintaind though.
|
|
0.3.2
- Mostly Administrivia.
* Add .gemspec, correct description field and add a summary.
* Add Columnize::VERSION
* Simplify Rakefile
* Add stub Makefiles
|
|
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
0.3.1 (01-07-26)
- Correct for Ruby 1.9 (Mark Mosely)
- add optional lineprefix parameter
0.3.0 (01-10-09) - Sam Woodward Release
- Fix bad bug in arranging horizontally
0.2.1 (12-31-08)
- Add ability to run columns horizontally
0.2
- Minor - get rid of hacky $0 test
|
|
|
|
of LineCache. Noted by Slava Semushin in private email.
Bump PKGREVISION to 1.
|
|
LineCache is a module for printing an Array in column-sorted order.
|