-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
775 lines (495 loc) · 23.9 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
2014-12-05 rocky <[email protected]>
* Gemfile.lock, lib/columnize/version.rb: 1st attempt to fix travis
2014-12-05 rocky <[email protected]>
* NEWS, lib/columnize/version.rb: Get ready for release 0.9.0 -
fixes issue #12
2014-12-05 rocky <[email protected]>
* : commit f1d011404b88cbd998296437c07dcb12ec78e3bc Author: rocky
<[email protected]> Date: Fri Dec 5 17:43:31 2014 -0500
2014-07-24 R. Bernstein <[email protected]>
* : Merge pull request #11 from ma2shita/fixed-syntax Fixed the Array#map parameter syntax
2014-04-19 rocky <[email protected]>
* .travis.yml: Don't know how get travis to deal with rubinius - so
leave off for now. I've tested it independently
2014-04-19 rocky <[email protected]>
* : commit a23d6772234207e789bb21b99a5e2942599389cc Author: rocky
<[email protected]> Date: Sat Apr 19 10:33:24 2014 -0400
2013-06-28 R. Bernstein <[email protected]>
* : Merge pull request #9 from deivid-rodriguez/fix_travis Fix travis build. rb: sorry for the delay
2013-06-25 David Rodríguez de Dios <[email protected]>
* Gemfile.lock, columnize.gemspec: Try to fix travis builds
2013-06-14 rocky <[email protected]>
* README.md: Try a coderwall endorse
2013-06-13 rocky <[email protected]>
* .travis.yml: I have a soft sport for rubinius
2013-06-13 R. Bernstein <[email protected]>
* : Merge pull request #8 from deivid-rodriguez/travis-build Travis build
2013-06-13 David Rodríguez de Dios <[email protected]>
* Gemfile.lock: Add rake to gemspec
2013-06-13 David Rodríguez de Dios <[email protected]>
* columnize.gemspec: Add rake to gemspec
2013-06-13 David Rodríguez de Dios <[email protected]>
* .travis.yml, Gemfile, Gemfile.lock, columnize.gemspec: Try fix
travis for 1.8.7 and 2.0.0
2013-06-13 rocky <[email protected]>
* README.md: Add travis status indicator
2013-06-13 rocky <[email protected]>
* .travis.yml: Don't try with 1.8.7 until I know how to get a later
rdoc version in there
2013-06-13 rocky <[email protected]>
* .travis.yml: Specify rdoc version
2013-06-13 rocky <[email protected]>
* .travis.yml, Rakefile: Try travis again
2013-04-29 rocky <[email protected]>
* lib/columnize/version.rb: 0.8.9 in advance of 0.9.0 in advance of
1.0.0
2013-04-28 rocky <[email protected]>
* test/test-compute_rows_and_colwidths.rb, test/test-issue3.rb,
test/test-min_rows_and_colwidths.rb: DRY min_rows_and_colwidths
tests.
2013-04-28 rocky <[email protected]>
* lib/columnize/columnize.rb, test/test-columnizer.rb: arrange_rows
-> arrange_by_row; arrange_columns -> arrange_by_column
2013-04-27 rocky <[email protected]>
* lib/columnize/columnize.rb: Small code tweak.
2013-04-27 rocky <[email protected]>
* lib/columnize/columnize.rb, test/test-columnizer.rb,
test/test-compute_rows_and_colwidths.rb: compute_rows_and_colwidths
-> min_rows_and_colwidths
2013-04-27 rocky <[email protected]>
* lib/columnize/columnize.rb: Doc arg parameter omission
2013-04-27 rocky <[email protected]>
* lib/columnize.rb, test/test-columnize-array.rb: Backwards
compatibility from Martin Davis. Thanks, Martin!
2013-04-27 rocky <[email protected]>
* COPYING, README.md, lib/columnize/columnize.rb,
test/test-columnizer.rb: Split out arrange_rows and arrange_columns.
Try to make COPYING consistent.
2013-04-27 R. Bernstein <[email protected]>
* : Merge pull request #7 from deivid-rodriguez/master Hmm. Thought i had fixed that when I sent the instructions. Must not
have pushed it. Well, okay. Done now
2013-04-27 David Rodríguez de Dios <[email protected]>
* Rakefile: Correct error preventing gem to be built
2013-04-26 rocky <[email protected]>
* lib/columnize/version.rb: Go back version just a tad. We'll make
1.0.0 on release
2013-04-26 rocky <[email protected]>
* lib/columnize/columnize.rb: Small variable name change.
2013-04-26 rocky <[email protected]>
* lib/columnize/columnize.rb, test/test-columnize-array.rb:
test-columnize-array.rb: you gotta set the displaywidth!
columnize.rb: more doc tweaking.
2013-04-26 rocky <[email protected]>
* lib/columnize/columnize.rb: Attempt to decompress cool but cryptic
code.
2013-04-25 rocky <[email protected]>
* lib/columnize/columnize.rb, test/test-columnizer.rb: Better
name/comment for rows and columns routine and a better test for it.
2013-03-25 R. Bernstein <[email protected]>
* : Merge pull request #5 from waslogic/master patches applied, ready to roll
2013-03-24 rocky <[email protected]>
* lib/columnize.rb, lib/columnize/columnize.rb,
test/test-columnizer.rb: Some small doc changes and but mostly add
in Martin's explanation in email. Signed-off-by: rocky <[email protected]> Signed-off-by: waslogic
2013-03-24 rocky <[email protected]>
* test/test-columnize-array.rb, test/test-columnize.rb,
test/test-compute_rows_and_colwidths.rb: Make sure this works when
environment COLUMNS starts out not 80 Signed-off-by: rocky <[email protected]> Signed-off-by: waslogic
2013-03-21 waslogic <[email protected]>
* README.md: updated readmed so examples reflect new output
2013-03-21 waslogic <[email protected]>
* lib/columnize/columnize.rb, lib/columnize/opts.rb,
test/test-columnize-array.rb, test/test-columnize.rb,
test/test-columnizer.rb, test/test-hashparm.rb, test/test-issue3.rb:
changed the default behavior such that prefixes no longer have to
include an explicit newline; also, array_suffix replaces the final
line_suffix in order to eliminate extra commas, etc in arrange_array
mode
2013-03-21 waslogic <[email protected]>
* README.md: putting authors on one line
2013-03-21 waslogic <[email protected]>
* README.md: fixing link in authors
2013-03-21 waslogic <[email protected]>
* README.md: updated README.md to show use with new mixin and
singleton methods
2013-03-20 waslogic <[email protected]>
* lib/columnize/version.rb: set version to 1.0.0
2013-03-20 waslogic <[email protected]>
* lib/columnize.rb: updated the demo code to work
2013-03-20 waslogic <[email protected]>
* lib/columnize.rb, lib/columnize/columnize.rb,
lib/columnize/opts.rb, test/test-hashparm.rb: all tests passing.
mixxin for array working (basic, but sane)
2013-03-20 waslogic <[email protected]>
* lib/columnize.rb, lib/columnize/opts.rb,
test/test-columnize-array.rb: have to commit with tests failing
because I need to go; this is the start of the new include structure
2013-03-20 waslogic <[email protected]>
* lib/columnize/columnize.rb, test/test-columnizer.rb: now using the
passed in opts hash as an interface for the class which allows a
single instance to more easily be reused; next up, freezing the
@opts hash to make sure that the interface is obeyed rather than
abused
2013-03-19 waslogic <[email protected]>
* lib/columnize/columnize.rb, test/test-columnizer.rb: added some
convenience methods for setting list and opts, also, for updating
opts
2013-03-19 waslogic <[email protected]>
* lib/columnize/columnize.rb, lib/columnize/opts.rb,
test/test-columnize.rb, test/test-columnizer.rb,
test/test-compute_rows_and_colwidths.rb, test/test-hashparm.rb,
test/test-rows_and_cols.rb: added a test file for columnizer to
explictly test the class; moved some tests out of other files into
columnizer; renamed some options to better match each other
2013-03-18 waslogic <[email protected]>
* lib/columnize.rb, lib/columnize/columnize.rb,
lib/columnize/opts.rb: refactoring such that the module retains the
old interface, which it delegates to the new Columnizer class; once
I am happy with that class, I want to build an interface for
including the module into Array (and other Array-like objects)
2013-03-18 waslogic <[email protected]>
* lib/columnize.rb, lib/columnize/columnize.rb,
test/test-columnize.rb, test/test-rows_and_cols.rb:
compartmentalizing things into a Columnizer object
2013-03-18 waslogic <[email protected]>
* lib/columnize.rb, lib/columnize/columnize.rb,
lib/columnize/opts.rb, test/test-columnize-array.rb,
test/test-columnize.rb, test/test-hashparm.rb: making a commit
before I completely refactor everything to use an internal class
2013-03-18 waslogic <[email protected]>
* lib/columnize.rb: oops, forgot to change the include statement to
reflect the name change
2013-03-18 waslogic <[email protected]>
* lib/columnize.rb, lib/columnize/columnize.rb,
lib/columnize/horizontal.rb, lib/columnize/opts.rb: making the base
columnize.rb file as basic as possible; also, started on the idea
that parse_columnize_opts should return self as list if self.class
has Columnize included; lastly, renamed horizontal.rb to
columnize.rb since there is no longer a horizontal and a vertical
function
2013-03-14 waslogic <[email protected]>
* lib/columnize/opts.rb: small refactors to opts.rb
2013-03-13 waslogic <[email protected]>
* lib/columnize.rb, lib/columnize/horizontal.rb,
lib/columnize/vertical.rb, test/test-rows_and_cols.rb: refactored
vertical out of existance. this pleases me.
2013-03-13 waslogic <[email protected]>
* lib/columnize/horizontal.rb, lib/columnize/vertical.rb: starting
to understand the relationship between rows and columns better
2013-03-13 waslogic <[email protected]>
* lib/columnize/vertical.rb: still working on understanding
vertical.rb
2013-03-12 waslogic <[email protected]>
* AUTHORS, lib/columnize/vertical.rb, test/test-rows_and_cols.rb:
started refactoring vertical.rb; it's going to be harder than
horizontal, possibly
2013-03-12 waslogic <[email protected]>
* lib/columnize/horizontal.rb, test/test-columnize-array.rb:
refactoring horizontal: final pass for now. quite happy with how it
turned out. Also, broke apart tests in test-columnize-array.rb
2013-03-12 waslogic <[email protected]>
* lib/columnize/horizontal.rb, test/test-columnize.rb,
test/test-hashparm.rb, test/test-issue3.rb,
test/test-rows_and_cols.rb: refactoring horizontal.rb; updated logic
for compute_rows_cols_and_widths to be more succinct
2013-03-12 waslogic <[email protected]>
* lib/columnize/horizontal.rb, test/test-rows_and_cols.rb:
refactoring horizontal; adding tests for compute_rows_cols_and_width
2013-03-11 waslogic <[email protected]>
* lib/columnize.rb, lib/columnize/horizontal.rb,
lib/columnize/opts.rb: first pass at a refactor; starting with
breaking down large methods into smaller
2013-03-10 rocky <[email protected]>
* lib/columnize.rb, lib/columnize/opts.rb: A more clever
displaywidth default setting
2013-03-09 rocky <[email protected]>
* lib/columnize.rb, lib/columnize/horizontal.rb,
lib/columnize/vertical.rb: Miscelleaneous small changes
2013-03-09 rocky <[email protected]>
* columnize.gemspec, lib/columnize.rb, lib/columnize/horizontal.rb,
lib/columnize/opts.rb, lib/columnize/vertical.rb: Break out
submodules for processign options, and columnizing in the horizontal
or vertical directions.
2013-03-09 rocky <[email protected]>
* Makefile, lib/columnize.rb: columnize.rb: some module function
text got bolixed. Makefile: allow specifying which rake
2013-03-09 rocky <[email protected]>
* THANKS, columnize.gemspec: Add THANKS. Why did it take me this
long to start doing it?
2013-03-09 rocky <[email protected]>
* NEWS, lib/columnize.rb, test/test-columnize-array.rb,
test/test-hashparm.rb: 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 ","
2013-03-07 rocky <[email protected]>
* NEWS, lib/columnize.rb, lib/columnize/version.rb,
test/test-columnize-array.rb, test/test-columnize.rb: Extend Array
for a columnize method and add a way to set the default columnize
options in that class
2013-02-22 rocky <[email protected]>
* lib/columnize.rb: Remove relying on outer lexically scoped "ncols"
2013-02-22 rocky <[email protected]>
* Rakefile: Track the ever changing rake build system. This benefits
who?
2013-02-22 rocky <[email protected]>
* lib/columnize.rb: Small change to move var define close to use and
make tracking "go" code easier
2013-02-22 rocky <[email protected]>
* lib/columnize.rb: Some small comment fixes/improvements
2011-12-17 rocky <[email protected]>
* NEWS: Get ready for 0.3.6 release
2011-12-17 rocky <[email protected]>
* .gitignore, Makefile, Rakefile, columnize.gemspec, lib/Makefile,
lib/columnize/Makefile, lib/columnize/version.rb, lib/version.rb:
Move lib/version.rb to lib/columnize/version.rb so version gem
(version.rb) doesn't conflict. Issue #4.
2011-11-24 rocky <[email protected]>
* NEWS, lib/version.rb: Get ready for 0.3.5 release.
2011-11-24 rocky <[email protected]>
* lib/columnize.rb, test/test-issue3.rb: More tests where an item is
larger than the display width.
2011-11-15 rocky <[email protected]>
* lib/columnize.rb, test/test-issue3.rb: Don't consider 0 columns.
Issue #3.
2011-10-08 rocky <[email protected]>
* README.md: Revise email address - we're not in Perl land.
2011-10-08 rocky <[email protected]>
* : commit 5d348a34bf1f9c4bbc6dd1141955e8a894bbd51f Author: rocky
<[email protected]> Date: Sat Oct 8 18:19:59 2011 -0400
2011-08-08 r <[email protected]>
* Makefile, README.md, lib/columnize.rb: Small improvements.
2011-08-07 rocky <[email protected]>
* README.md: One more wafer-thin formatting change
2011-08-07 rocky <[email protected]>
* README, README.md, columnize.gemspec: Markdown README
2011-08-07 rocky <[email protected]>
* lib/columnize.rb: array_prefix excludes lineprefix even on one
item
2011-08-07 rocky <[email protected]>
* lib/columnize.rb: Use newer interface in inline coliumnize demo
code.
2011-08-07 r <[email protected]>
* lib/columnize.rb: Use array_prefix and suffix on one-element
array. Tidy code.
2011-08-06 r <[email protected]>
* lib/columnize.rb: Remove flaky logic in setting displaywidth.
Reduce difference to Perl version which also tends to shorten code.
2011-07-05 rocky <[email protected]>
* lib/columnize.rb, lib/version.rb: Bump version number and remove
some rdoc schmutz.
2011-07-05 rocky <[email protected]>
* : commit 2d1485338ab29fd68ed974a6d0080c43e627e0ff Author: rocky
<[email protected]> Date: Tue Jul 5 19:13:08 2011 -0400
2011-07-05 rocky <[email protected]>
* columnize.gemspec: Update columnize.gemspec to give a better
example.
2011-07-05 rocky <[email protected]>
* NEWS, README, README.md, columnize.gemspec, lib/columnize.rb,
lib/version.rb, test/test-hashparm.rb: Get ready for release: Go
over rdoc, NEWS, bump version number and add some more tests.
2011-07-04 rocky <[email protected]>
* columnize.gemspec, lib/columnize.rb, lib/version.rb,
test/test-hashparm.rb: Add arrange_array option.
2011-07-03 rocky <[email protected]>
* .gemspec, Rakefile, columnize.gemspec, lib/columnize.rb,
lib/version.rb: More rdoc hacking. .gemspec -> columnize.gemspec
which seems to be the norm now.
2011-07-03 r <[email protected]>
* .gitignore, lib/columnize.rb: Work a little on RDoc documentation.
2011-07-03 r <[email protected]>
* .gemspec, COPYING, NEWS, lib/columnize.rb, test/test-hashparm.rb:
COPYING: GPL2 or Ruby now .gemspec: source is now on github, get
file list from git. Change License. test-hashparm.rb: add hash
parsing test. lib/columnize.rb: one more place we need adjust for
the term_adjust option. NEWS: what's up.
2011-07-01 r <[email protected]>
* lib/columnize.rb, lib/version.rb, test/test-columnize.rb: Add
option for dealing with terminal escape sequences. Start to change
license. Bump version.
2011-06-11 rocky <[email protected]>
* ChangeLog, NEWS, lib/version.rb: Get ready for 0.3.3 release.
2011-06-09 rocky <[email protected]>
* ChangeLog, NEWS, Rakefile: Get ready for new release.
2011-04-27 r <[email protected]>
* README.md: Fix code example.
2011-04-27 r <[email protected]>
* .gemspec, README, README.md, Rakefile: README->README.md
2011-04-27 r <[email protected]>
* .gemspec, AUTHORS, COPYING, ChangeLog, Makefile, NEWS, README,
Rakefile, lib/Makefile, lib/columnize.rb, lib/version.rb,
tags/release-0.2.1/AUTHORS, tags/release-0.2.1/COPYING,
tags/release-0.2.1/ChangeLog, tags/release-0.2.1/NEWS,
tags/release-0.2.1/README, tags/release-0.2.1/Rakefile,
tags/release-0.2.1/VERSION, tags/release-0.2.1/lib/columnize.rb,
tags/release-0.2.1/test/test-columnize.rb,
tags/release-0.3.0/AUTHORS, tags/release-0.3.0/COPYING,
tags/release-0.3.0/ChangeLog, tags/release-0.3.0/NEWS,
tags/release-0.3.0/README, tags/release-0.3.0/Rakefile,
tags/release-0.3.0/VERSION, tags/release-0.3.0/lib/columnize.rb,
tags/release-0.3.0/test/test-columnize.rb,
tags/release-0.3.1/AUTHORS, tags/release-0.3.1/COPYING,
tags/release-0.3.1/ChangeLog, tags/release-0.3.1/NEWS,
tags/release-0.3.1/README, tags/release-0.3.1/Rakefile,
tags/release-0.3.1/VERSION, tags/release-0.3.1/lib/columnize.rb,
tags/release-0.3.1/test/test-columnize.rb, test/test-columnize.rb,
test/test-hashparm.rb, trunk/.gemspec, trunk/AUTHORS,
trunk/COPYING, trunk/ChangeLog, trunk/Makefile, trunk/NEWS,
trunk/README, trunk/Rakefile, trunk/lib/Makefile,
trunk/lib/columnize.rb, trunk/lib/version.rb,
trunk/test/test-columnize.rb, trunk/test/test-hashparm.rb: Remove
trunk and tags.
2011-04-27 rockyb <rockyb>
* trunk/ChangeLog, trunk/lib/columnize.rb, trunk/lib/version.rb,
trunk/test/test-columnize.rb, trunk/test/test-hashparm.rb: Redo
columnize options processing to allow for a single hash of options
instead of the numerous optional arguments. This make future
expansion easier.
2010-09-22 rockyb <rockyb>
* trunk/Makefile, trunk/Rakefile: Rakefile: Remove bad test task
Makefile: simplify.
2010-09-21 rockyb <rockyb>
* trunk/Makefile, trunk/Rakefile: Makefile was a little off
2010-09-21 rockyb <rockyb>
* trunk/.gemspec, trunk/Rakefile, trunk/lib/columnize.rb: Small
changes to Rakefile and rdoc and so on.
2010-09-20 rockyb <rockyb>
* trunk/.gemspec, trunk/Rakefile: Forgot to add .gemspec
2010-09-20 rockyb <rockyb>
* trunk/ChangeLog, trunk/Makefile, trunk/NEWS, trunk/README,
trunk/Rakefile, trunk/VERSION, trunk/lib/Makefile,
trunk/lib/columnize.rb, trunk/lib/version.rb: Add .gemspec, correct
description field and add a summary. Add Columnize::VERSION
Simplify Rakefile Add stub Makefiles
2010-03-01 rockyb <rockyb>
* trunk/README: Better README description
2010-03-01 rockyb <rockyb>
* trunk/README: Update README
2010-02-22 rockyb <rockyb>
* trunk/ChangeLog, trunk/VERSION, trunk/lib/columnize.rb: Remove
shadow variable warnings. Bump version number
2009-07-26 rockyb <rockyb>
* tags/release-0.3.1/AUTHORS, tags/release-0.3.1/COPYING,
tags/release-0.3.1/ChangeLog, tags/release-0.3.1/NEWS,
tags/release-0.3.1/README, tags/release-0.3.1/Rakefile,
tags/release-0.3.1/VERSION, tags/release-0.3.1/lib/columnize.rb,
tags/release-0.3.1/test/test-columnize.rb: Release 0.3.1
2009-07-26 rockyb <rockyb>
* trunk/lib/columnize.rb: Small comment spelling typo.
2009-07-26 rockyb <rockyb>
* trunk/ChangeLog: Get ready for 0.3.1 release
2009-07-26 rockyb <rockyb>
* trunk/NEWS, trunk/lib/columnize.rb, trunk/test/test-columnize.rb:
Add lineprefix. Get ready for release.
2009-07-26 mark-moseley <mark-moseley>
* trunk/ChangeLog, trunk/lib/columnize.rb: Ruby 1.9 updates
2009-03-30 rockyb <rockyb>
* trunk/Rakefile: Revise for 1.9 version of rake
2009-01-16 rockyb <rockyb>
* trunk/ChangeLog, trunk/Rakefile, trunk/VERSION: package readme was
wonky. Looks like no one reads this stuff.
2009-01-10 rockyb <rockyb>
* tags/release-0.3.0/AUTHORS, tags/release-0.3.0/COPYING,
tags/release-0.3.0/ChangeLog, tags/release-0.3.0/NEWS,
tags/release-0.3.0/README, tags/release-0.3.0/Rakefile,
tags/release-0.3.0/VERSION, tags/release-0.3.0/lib/columnize.rb,
tags/release-0.3.0/test/test-columnize.rb: Release 0.3.0
2009-01-10 rockyb <rockyb>
* trunk/ChangeLog, trunk/NEWS: Get ready for release
2009-01-08 rockyb <rockyb>
* trunk/ChangeLog, trunk/NEWS, trunk/VERSION,
trunk/lib/columnize.rb, trunk/test/test-columnize.rb: Fix bad bug in
arranging horizontally
2009-01-01 rockyb <rockyb>
* columnize/trunk/AUTHORS, columnize/trunk/COPYING,
columnize/trunk/ChangeLog, columnize/trunk/NEWS,
columnize/trunk/README, columnize/trunk/Rakefile,
columnize/trunk/VERSION, columnize/trunk/lib/columnize.rb,
columnize/trunk/test/test-columnize.rb: Remove hacky
columnize/columnize
2009-01-01 rockyb <rockyb>
* tags/columnize-0.2/AUTHORS, tags/columnize-0.2/COPYING,
tags/columnize-0.2/ChangeLog, tags/columnize-0.2/NEWS,
tags/columnize-0.2/README, tags/columnize-0.2/Rakefile,
tags/columnize-0.2/VERSION, tags/columnize-0.2/lib/columnize.rb,
tags/columnize-0.2/test/test-columnize.rb: Regularize tags names
better
2009-01-01 rockyb <rockyb>
* tags/release-0.2.1/AUTHORS, tags/release-0.2.1/COPYING,
tags/release-0.2.1/ChangeLog, tags/release-0.2.1/NEWS,
tags/release-0.2.1/README, tags/release-0.2.1/Rakefile,
tags/release-0.2.1/VERSION, tags/release-0.2.1/lib/columnize.rb,
tags/release-0.2.1/test/test-columnize.rb: Release 0.2.1
2009-01-01 rockyb <rockyb>
* trunk/NEWS: Merge NEWS
2009-01-01 rockyb <rockyb>
* columnize/tags/columnize-0.2/AUTHORS,
columnize/tags/columnize-0.2/COPYING,
columnize/tags/columnize-0.2/ChangeLog,
columnize/tags/columnize-0.2/NEWS,
columnize/tags/columnize-0.2/README,
columnize/tags/columnize-0.2/Rakefile,
columnize/tags/columnize-0.2/VERSION,
columnize/tags/columnize-0.2/lib/columnize.rb,
columnize/tags/columnize-0.2/test/test-columnize.rb,
tags/columnize-0.2/AUTHORS, tags/columnize-0.2/COPYING,
tags/columnize-0.2/ChangeLog, tags/columnize-0.2/NEWS,
tags/columnize-0.2/README, tags/columnize-0.2/Rakefile,
tags/columnize-0.2/VERSION, tags/columnize-0.2/lib/columnize.rb,
tags/columnize-0.2/test/test-columnize.rb: Cleanup of
columnize/columnize crap
2009-01-01 rockyb <rockyb>
* : Add directory for releases
2009-01-01 rockyb <rockyb>
* trunk/ChangeLog: Get ready for release 0.2
2009-01-01 rockyb <rockyb>
* trunk/ChangeLog, trunk/NEWS, trunk/VERSION,
trunk/lib/columnize.rb, trunk/test/test-columnize.rb: Get ready for
release 0.2
2008-09-22 rockyb <rockyb>
* columnize/tags/columnize-0.2/AUTHORS,
columnize/tags/columnize-0.2/COPYING,
columnize/tags/columnize-0.2/ChangeLog,
columnize/tags/columnize-0.2/NEWS,
columnize/tags/columnize-0.2/README,
columnize/tags/columnize-0.2/Rakefile,
columnize/tags/columnize-0.2/VERSION,
columnize/tags/columnize-0.2/lib/columnize.rb,
columnize/tags/columnize-0.2/test/test-columnize.rb: Tag 0.2
release.
2008-09-22 rockyb <rockyb>
* : Add tags directory for release
2008-09-22 rockyb <rockyb>
* columnize/trunk/VERSION, columnize/trunk/lib/columnize.rb: Get rid
of hacky $0 test.
2008-03-16 rockyb <rockyb>
* trunk/lib/columnize.rb: [no log message]
2008-03-16 rockyb <rockyb>
* trunk/lib/columnize.rb: Simplify __FILE__ == $0. (rdebug now
changes $0 and rcov has an option)
2008-02-11 rockyb <rockyb>
* trunk/lib/columnize.rb: Remove 1.9's shadow warning
2007-12-10 rockyb <rockyb>
* columnize/trunk/AUTHORS, columnize/trunk/COPYING,
columnize/trunk/ChangeLog, columnize/trunk/NEWS,
columnize/trunk/README, columnize/trunk/Rakefile,
columnize/trunk/VERSION, columnize/trunk/lib/columnize.rb,
columnize/trunk/test/test-columnize.rb: release 0.1
2007-12-09 rockyb <rockyb>
* trunk/README, trunk/Rakefile: Fix up doc a little. Make the
default rake task "test".
2007-12-09 rockyb <rockyb>
* trunk/lib/columnize.rb: Doc fix.
2007-12-09 rockyb <rockyb>
* trunk/ChangeLog, trunk/lib/columnize.rb,
trunk/test/test-columnize.rb: columnize.rb: Allow one to specify a
separator string. Remove restriction that all entries in the array
have to be a string. test-columnize.rb: more tests - invalid list,
empty list, with separator string parameter.
2007-12-09 rockyb <rockyb>
* trunk/test/test-columnize.rb: Typo.
2007-12-09 rockyb <rockyb>
* : Property changes for Id lines and to make test-columnize.rb
executable.