lib/herodot/table.rb in herodot-0.1.6 vs lib/herodot/table.rb in herodot-0.1.7
- old
+ new
@@ -1,11 +1,11 @@
require 'terminal-table'
class Herodot::Table
HEADERS = %w(Project Branch Time).freeze
EMPTY_WORKLOG_MESSAGE = Rainbow('Not enough entries in the worklog.').red +
- ' On a tracked repository `git checkouts`'\
- ' and `git commits` will add entries.'.freeze
+ ' On a tracked repository `git checkout`'\
+ ' and `git commit` will add entries.'.freeze
COLORS = %i(green yellow blue magenta cyan aqua silver aliceblue indianred).freeze
class << self
def format_time(time_is_seconds)
total_seconds = time_is_seconds.to_i