Hi, and thanks for the awesome work on this gem!
I was wondering if time of day is within the scope of this project. If so, I may have some time to help contribute.
In essence I'd like to be able to do something like
r = Recurrence.new(:every => :day, :at => '07:00:00')
What do you think?