Added :within option to Period to run only within given time interval.

This commit is contained in:
Lars Haugseth
2015-10-03 15:07:59 +02:00
parent 6881109934
commit a93b937d14
5 changed files with 108 additions and 3 deletions
+2
View File
@@ -6,6 +6,8 @@ require 'active_support/all'
require 'crono/version'
require 'crono/logging'
require 'crono/period'
require 'crono/time_of_day'
require 'crono/interval'
require 'crono/job'
require 'crono/scheduler'
require 'crono/config'