teamocil/lib/teamocil.rb

5 lines
78 B
Ruby
Raw Normal View History

2011-02-05 18:11:38 +00:00
module Teamocil
VERSION = '0.1.4'
2011-02-05 18:11:38 +00:00
autoload :Layout, "teamocil/layout"
end