fbdoorman 0.7.7 → 0.7.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.7
1
+ 0.7.8
@@ -16,7 +16,7 @@ class Clearance::UsersController < ApplicationController
16
16
  if @user.save
17
17
  flash_notice_after_create
18
18
  sign_in(@user) #Login recently created user
19
- #redirect_to(url_after_create)
19
+ redirect_to(url_after_create)
20
20
  else
21
21
  render :template => 'users/new'
22
22
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbdoorman
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 7
10
- version: 0.7.7
9
+ - 8
10
+ version: 0.7.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Fbdoorman: David Pelaez"