authentasaurus 0.4.4 → 0.4.5

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.
@@ -27,8 +27,8 @@ class Authentasaurus::ValidationsController < Authentasaurus::AuthentasaurusCont
27
27
  validation.send_validation
28
28
  format.html {redirect_to login_url, :notice => I18n.t(:validation_email_sent, :scope => [:authentasaurus, :messages, :validations])}
29
29
  else
30
- flash[:alert] = I18n.t(:validation_email_invalid, :scope => [:authentasaurus, :messages, :validations]
31
- format.html { render :resend_validation_email, :email => params[:email]) }
30
+ flash[:alert] = I18n.t(:validation_email_invalid, :scope => [:authentasaurus, :messages, :validations])
31
+ format.html { render :resend_validation_email, :email => params[:email] }
32
32
  end
33
33
  end
34
34
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authentasaurus
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 4
10
- version: 0.4.4
9
+ - 5
10
+ version: 0.4.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Omar Mekky