muck-users 3.2.16 → 3.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/app/controllers/muck/user_sessions_controller.rb +2 -1
- data/muck-users.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.17
|
|
@@ -29,7 +29,7 @@ class Muck::UserSessionsController < ApplicationController
|
|
|
29
29
|
success = result
|
|
30
30
|
end
|
|
31
31
|
end
|
|
32
|
-
after_create_user_session(success)
|
|
32
|
+
success = after_create_user_session(success)
|
|
33
33
|
after_create_response(success)
|
|
34
34
|
end
|
|
35
35
|
|
|
@@ -60,6 +60,7 @@ class Muck::UserSessionsController < ApplicationController
|
|
|
60
60
|
# Override to act on @user_session after it is created
|
|
61
61
|
# success indicates whether or not the user was successfully created
|
|
62
62
|
def after_create_user_session(success)
|
|
63
|
+
true
|
|
63
64
|
end
|
|
64
65
|
|
|
65
66
|
# Override to act on @user_session before it is destroyed
|
data/muck-users.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: muck-users
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 45
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 3.2.
|
|
9
|
+
- 17
|
|
10
|
+
version: 3.2.17
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Ball
|