lib/teamocil.rb in teamocil-0.1.2 vs lib/teamocil.rb in teamocil-0.1.3

- old
+ new

@@ -1,9 +1,4 @@ -require 'yaml' - -$:.unshift(File.dirname(__FILE__)) unless - $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) - module Teamocil - VERSION = '0.1.2' + VERSION = '0.1.3' autoload :Layout, "teamocil/layout" end