- Fix: namespace change introduced in
ember-auth-source >= 8.0.0
, so theember-auth-rails >= 5.0
branch will need explicit dependency on that.
- BC Break: top level namespace is now
Ember::Auth
, and require path is nowrequire 'ember/auth/rails'
(#82)
If you had been using the rails asset gem directly, just change all
EmberAuth
(module name) to Ember::Auth
. File locations have also moved
from lib/ember-auth
to lib/ember/auth
.