lib/exvo_auth.rb in exvo_auth-0.15.1 vs lib/exvo_auth.rb in exvo_auth-0.16.0

- old
+ new

@@ -3,13 +3,10 @@ require 'uri' require 'base64' require 'exvo_helpers' module ExvoAuth - autoload :Middleware, 'exvo_auth/middleware' - autoload :SessionStore, 'exvo_auth/session_store' - autoload :Dejavu, 'exvo_auth/dejavu' - autoload :VERSION, 'exvo_auth/version' + autoload :VERSION, 'exvo_auth/version' module Controllers autoload :Base, 'exvo_auth/controllers/base' autoload :Rails, 'exvo_auth/controllers/rails' autoload :Merb, 'exvo_auth/controllers/merb'