shibboleth-rails 0.7.1 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/shibboleth-rails/user_model_additions.rb +3 -3
- data/lib/shibboleth-rails/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# shibboleth-rails
|
2
2
|
|
3
|
-
[Gem
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/shibboleth-rails.png)](http://badge.fury.io/rb/shibboleth-rails)
|
4
4
|
|
5
5
|
The [Shibboleth](http://shibboleth.internet2.edu/) System is a standards based, open source software package for web single sign-on across or within organizational boundaries. It allows sites to make informed authorization decisions for individual access of protected online resources in a privacy-preserving manner.
|
6
6
|
|
@@ -44,10 +44,10 @@ module Shibboleth::Rails
|
|
44
44
|
end
|
45
45
|
|
46
46
|
self.login_callback(request, args) if self.respond_to?(:login_callback)
|
47
|
-
end
|
48
|
-
self.last_request_at = Time.now if self.respond_to?(:last_request_at)
|
49
47
|
|
50
|
-
|
48
|
+
save(:validate => false)
|
49
|
+
|
50
|
+
end
|
51
51
|
|
52
52
|
self.request_callback(request, args) if self.respond_to?(:request_callback)
|
53
53
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shibboleth-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
72
|
rubyforge_project: shibboleth-rails
|
73
|
-
rubygems_version: 1.8.
|
73
|
+
rubygems_version: 1.8.25
|
74
74
|
signing_key:
|
75
75
|
specification_version: 3
|
76
76
|
summary: This Rails plugin integrates Shibboletth single signon.
|