ember-auth-rails 3.6.0 → 3.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,6 +61,7 @@
61
61
  success: function(json, status, jqxhr) {
62
62
  _this.set('authToken', null);
63
63
  _this.set('currentUserId', null);
64
+ _this.set('currentUser', null);
64
65
  _this.set('jqxhr', jqxhr);
65
66
  return _this.trigger('signOutSuccess');
66
67
  },
@@ -1,5 +1,5 @@
1
1
  module EmberAuth
2
2
  module Rails
3
- VERSION = '3.6.0'
3
+ VERSION = '3.6.1'
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module EmberAuth
2
- VERSION = '2.4.0'
2
+ VERSION = '2.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ember-auth-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.0
4
+ version: 3.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-30 00:00:00.000000000 Z
12
+ date: 2013-04-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ember-rails