samg / timetrap

Simple command line timetracker
http://rubygems.org/gems/timetrap
Other
1.48k stars 115 forks source link

fix day formatter #129

Closed dantiel closed 8 years ago

dantiel commented 8 years ago

in formatter i had to replace the " === " comparison in line 34 by ".cover? ".

dantiel commented 8 years ago

(without quotes)

samg commented 8 years ago

Could you open this issue agains the https://github.com/samg/timetrap_formatters repo, which is the home of the day formatter? Also it would be useful to provide some more detail on why you think this change was necessary (e.g. error message, ruby version, etc.) or to open a PR with the suggested change. Thanks!