develon-authlogic_generator 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ class PasswordResetsController < ApplicationController
16
16
  flash[:notice] = "Instructions to reset your password have been emailed to you. " +
17
17
  "Please check your email."
18
18
  redirect_to new_user_session_path
19
- <% if options[:skip_activation] %>
19
+ <% if !options[:skip_activation] %>
20
20
  elsif @user && !@user.active?
21
21
  @user.deliver_activation_instructions!
22
22
  flash[:error] = 'Activation needed'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: develon-authlogic_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Dal Grande
@@ -63,6 +63,7 @@ files:
63
63
  - generators/authlogic_generator/templates/views/users/public.html.erb
64
64
  has_rdoc: true
65
65
  homepage: http://github.com/develon/authlogic_generator
66
+ licenses:
66
67
  post_install_message:
67
68
  rdoc_options:
68
69
  - --inline-source
@@ -84,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
85
  requirements: []
85
86
 
86
87
  rubyforge_project: authlogic_generator
87
- rubygems_version: 1.2.0
88
+ rubygems_version: 1.3.5
88
89
  signing_key:
89
90
  specification_version: 2
90
91
  summary: This generator for authlogic creates models, controllers and view for authentication, user activation and password resetting.