lib/timber/cli/io_helper.rb in timber-2.0.0 vs lib/timber/cli/io_helper.rb in timber-2.0.1

- old
+ new

@@ -21,9 +21,10 @@ def colorize(text, color) return text if Gem.win_platform? code = case color + when :blue then 34 when :red then 31 when :green then 32 when :yellow then 33 else 0 end \ No newline at end of file