heyzap-authlogic-oid 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,7 +75,12 @@ module AuthlogicOpenid
75
75
 
76
76
  private
77
77
  def authenticating_with_openid?
78
- attempted_record.nil? && errors.empty? && (!openid_identifier.blank? || (controller.params[:open_id_complete] && controller.params[:for_session]))
78
+ !authenticating_with_unauthorized_record? &&
79
+ attempted_record.nil? &&
80
+ errors.empty? &&
81
+ (!openid_identifier.blank? ||
82
+ (controller.params[:open_id_complete] &&
83
+ controller.params[:for_session]))
79
84
  end
80
85
 
81
86
  def find_by_openid_identifier_method
@@ -41,11 +41,11 @@ module AuthlogicOpenid
41
41
 
42
42
  MAJOR = 1
43
43
  MINOR = 0
44
- TINY = 5
44
+ TINY = 6
45
45
 
46
46
  # The current version as a Version instance
47
47
  CURRENT = new(MAJOR, MINOR, TINY)
48
48
  # The current version as a String
49
49
  STRING = CURRENT.to_s
50
50
  end
51
- end
51
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heyzap-authlogic-oid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Johnson of Binary Logic
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-03 00:00:00 -08:00
12
+ date: 2009-12-06 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency