ateam-merb-auth-old 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ module MerbAuth
35
35
  self.save
36
36
 
37
37
  # send mail for activation
38
- send_activation_notification if MA[:use_activation]
38
+ send_activation_notification if MA[:use_activation] && !MA[:no_activation_email]
39
39
  end
40
40
 
41
41
  # Returns true if the user has just been activated.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ateam-merb-auth-old
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ateam