lib/marvin.rb in marvin-0.8.0.0 vs lib/marvin.rb in marvin-0.8.0.1
- old
+ new
@@ -3,30 +3,24 @@
require 'perennial'
module Marvin
include Perennial
- VERSION = [0, 8, 0, 0]
+ VERSION = [0, 8, 0, 1]
- # Misc.
- #autoload :Util, 'marvin/util'
# Client
- #autoload :AbstractClient, 'marvin/abstract_client'
- #autoload :IRC, 'marvin/irc'
autoload :TestClient, 'marvin/test_client'
# Console of DOOM.
autoload :Console, 'marvin/console'
# Distributed
autoload :Distributed, 'marvin/distributed'
- autoload :Status, 'marvin/status'
# Handler
autoload :Base, 'marvin/base'
autoload :CommandHandler, 'marvin/command_handler'
autoload :LoggingHandler, 'marvin/logging_handler'
autoload :CoreCommands, 'marvin/core_commands'
autoload :MiddleMan, 'marvin/middle_man'
# These should be namespaced under IRC
- #autoload :AbstractParser, 'marvin/abstract_parser'
autoload :Parsers, 'marvin/parsers'
manifest do |m, l|
Settings.root = File.dirname(File.dirname(__FILE__))
\ No newline at end of file