lib/magellan/cli.rb in magellan-cli-0.5.9 vs lib/magellan/cli.rb in magellan-cli-0.6.0

- old
+ new

@@ -4,14 +4,13 @@ module Magellan module Cli autoload :Command , "magellan/cli/command" autoload :Base , "magellan/cli/base" - autoload :Http , "magellan/cli/http" autoload :Direct , "magellan/cli/direct" autoload :Resources, "magellan/cli/resources" - autoload :Login , "magellan/cli/login" + autoload :Http , "magellan/cli/http" autoload :Ssl , "magellan/cli/ssl" autoload :Messaging, "magellan/cli/messaging" autoload :Error , "magellan/cli/errors"