lib/jace.rb in jace-0.0.3 vs lib/jace.rb in jace-0.1.0
- old
+ new
@@ -2,8 +2,9 @@
# @api public
# @author darthjee
module Jace
autoload :VERSION, 'jace/version'
- autoload :Executer, 'jace/executer'
autoload :Dispatcher, 'jace/dispatcher'
+ autoload :Executer, 'jace/executer'
+ autoload :Registry, 'jace/registry'
end