public
Description: A gem adding convenience methods for creating specific times on specific dates.
Homepage:
Clone URL: git://github.com/flogic/timely.git
commit  793451c69701345f813bab11079104e551d61dbe
tree    54049cb5e32f7ecfb59d1962b499cf82f0bcf63f
parent  17a4b249303d1476aed6ddd36be96bed877bfb1d
timely / Rakefile
100644 4 lines (3 sloc) 0.139 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }