lib/rabbit_wq.rb in rabbit-wq-1.6.3 vs lib/rabbit_wq.rb in rabbit-wq-1.7.0

- old
+ new

@@ -8,9 +8,10 @@ INT = 'INT' VERSION_COPYRIGHT = "v#{VERSION} \u00A9#{Time.now.year}" autoload :Command, 'rabbit_wq/command' autoload :Configuration, 'rabbit_wq/configuration' + autoload :FinalError, 'rabbit_wq/final_error' autoload :Logging, 'rabbit_wq/logging' autoload :Queues, 'rabbit_wq/queues' autoload :MessageHandler, 'rabbit_wq/message_handler' autoload :Server, 'rabbit_wq/server' autoload :ServerDaemon, 'rabbit_wq/server_daemon'