teamocil/lib/teamocil.rb

10 lines
232 B
Ruby
Raw Normal View History

2011-02-05 18:11:38 +00:00
require 'yaml'
$:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
module Teamocil
2011-02-05 18:34:46 +00:00
VERSION = '0.1.1'
2011-02-05 18:11:38 +00:00
autoload :Layout, "teamocil/layout"
end