lib/ghit.rb in ghit-0.2.2 vs lib/ghit.rb in ghit-0.2.3

- old
+ new

@@ -2,10 +2,10 @@ require 'github_api' require 'rainbow' module Ghit autoload :Globals, 'ghit/globals' - autoload :HttpGlobals, 'ghit/http_globals' + autoload :HttpsGlobals, 'ghit/https_globals' autoload :SshGlobals, 'ghit/ssh_globals' autoload :RepoLocator, 'ghit/repo_locator' autoload :Errors, 'ghit/errors' autoload :RemoteExtracter, 'ghit/remote_extracter' autoload :Stats, 'ghit/stats'