devise-radius-authenticatable 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.
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.homepage = "http://github.com/cbascom/devise-radius-authenticatable"
|
|
12
12
|
s.description = "A new authentication strategy named radius_authenticatable is added to the list of warden strategies when the model requests it. The radius server information is configured through the devise initializer. When a user attempts to authenticate via radius, the radiustar gem is used to perform the authentication with the radius server. This authentication strategy can be used in place of the database_authenticatable or alongside it depending on the needs of the application."
|
|
13
13
|
s.authors = ['Calvin Bascom']
|
|
14
|
+
s.license = 'MIT'
|
|
14
15
|
|
|
15
16
|
s.files = `git ls-files`.split("\n")
|
|
16
17
|
s.test_files = `git ls-files -- spec/*`.split("\n")
|
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: devise-radius-authenticatable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Calvin Bascom
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-09-
|
|
12
|
+
date: 2013-09-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
type: :runtime
|
|
@@ -296,7 +296,8 @@ files:
|
|
|
296
296
|
- spec/support/devise_helpers.rb
|
|
297
297
|
- spec/support/generator_helpers.rb
|
|
298
298
|
homepage: http://github.com/cbascom/devise-radius-authenticatable
|
|
299
|
-
licenses:
|
|
299
|
+
licenses:
|
|
300
|
+
- MIT
|
|
300
301
|
post_install_message:
|
|
301
302
|
rdoc_options: []
|
|
302
303
|
require_paths:
|