lib/jace.rb in jace-0.1.0 vs lib/jace.rb in jace-0.1.1

- old
+ new

@@ -4,7 +4,8 @@ # @author darthjee module Jace autoload :VERSION, 'jace/version' autoload :Dispatcher, 'jace/dispatcher' autoload :Executer, 'jace/executer' + autoload :Handler, 'jace/handler' autoload :Registry, 'jace/registry' end