authlogic_radius 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. data/lib/authlogic_radius/session.rb +2 -0
  2. metadata +8 -10
@@ -201,6 +201,8 @@ module AuthlogicRadius
201
201
  end
202
202
  rescue => e
203
203
  errors.add_to_base(e.to_s)
204
+ Rails.logger.error(e.to_s)
205
+ Rails.logger.error(e.backtrace)
204
206
  end
205
207
  end
206
208
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authlogic_radius
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease: false
4
+ hash: 19
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brad Langhorst
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-18 00:00:00 -04:00
19
- default_executable:
18
+ date: 2012-04-24 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: authlogic
@@ -67,13 +66,12 @@ files:
67
66
  - lib/authlogic_radius/version.rb
68
67
  - LICENSE
69
68
  - README.rdoc
70
- has_rdoc: true
71
69
  homepage: http://github.com/bwlang/authlogic_radius
72
70
  licenses: []
73
71
 
74
72
  post_install_message:
75
- rdoc_options:
76
- - --charset=UTF-8
73
+ rdoc_options: []
74
+
77
75
  require_paths:
78
76
  - lib
79
77
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -97,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
95
  requirements: []
98
96
 
99
97
  rubyforge_project:
100
- rubygems_version: 1.3.7
98
+ rubygems_version: 1.8.23
101
99
  signing_key:
102
100
  specification_version: 3
103
101
  summary: Extension of the Authlogic library adding RADIUS support.