emmanuel / clockwork

A(nother) Ruby implementation of Temporal Expressions. Describe recurrence in plain English!

Emmanuel Gomez (author)
Wed Feb 25 16:04:36 -0800 2009
commit  2c29d5f9eb7bd68115330b562c73b1d5ecd5d023
tree    4e097aa8f26c563795a883ea72accd585c6821fb
parent  88b0add5e069e61d55a0cbaedecc35db4c4f70da
clockwork / .autotest
100644 7 lines (6 sloc) 0.196 kb
1
2
3
4
5
6
7
require "autotest/rspec"
require "autotest/growl"
require "autotest/redgreen"
 
Autotest.add_hook :initialize do |at|
  %w[.svn .hg .git vendor].each { |exception| at.add_exception(exception) }
end