wbailey / command_line_reporter

A gem for making it easy to produce a report while a ruby script is executing
Apache License 2.0
432 stars 23 forks source link

Revert changes for coloured table borders #22

Closed dideler closed 9 years ago

dideler commented 9 years ago

Removes the changes for coloured table borders that were introduced in a59d00e4b77ae61763280708c9263a1955031cf0. It was easier to remove this feature than to debug the issue.

I believe it's safe to remove this minor feature considering it was only added recently and it wasn't documented anywhere, so it's very unlikely that anyone is using the border_color option.

Alternatively, @lastobelus (who authored the changes) might be interested in debugging it.

Note that I did not revert the gem switch, since byebug should still be used instead of debugger.

Fixes #21