lib/teamocil.rb in teamocil-0.3.9 vs lib/teamocil.rb in teamocil-0.4

- old
+ new

@@ -1,6 +1,7 @@ +require "teamocil/layout" +require "teamocil/cli" +require "teamocil/error" + module Teamocil - VERSION = "0.3.9" - autoload :Layout, "teamocil/layout" - autoload :CLI, "teamocil/cli" - autoload :Error, "teamocil/error" + VERSION = "0.4" end