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
|
2011-06-09 rocky <rockyb@rubyforge.org>
* ChangeLog, NEWS, Rakefile: Get ready for new release.
2011-04-27 r <rocky@gnu.org>
* README.md: Fix code example.
2011-04-27 r <rocky@gnu.org>
* .gemspec, README, README.md, Rakefile: README->README.md
2011-04-27 r <rocky@gnu.org>
* .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/NEWS, trunk/VERSION: Ooops 0.2 release done. Go for 0.2.1
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/ChangeLog, columnize/trunk/NEWS: Add directory for
tagging releases. Other Administrivia.
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.
2007-12-09 rockyb <rockyb>
* Initial release of Columnize, a module to print an Array in
column-sorted order.
|