shibboleth-rails 0.7.1 → 0.7.3

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.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # shibboleth-rails
2
2
 
3
- [Gem page](https://rubygems.org/gems/shibboleth-rails)
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
- save(:validate => false)
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
@@ -1,5 +1,5 @@
1
1
  module Shibboleth
2
2
  module Rails
3
- VERSION = "0.7.1"
3
+ VERSION = "0.7.3"
4
4
  end
5
5
  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.1
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-01-07 00:00:00.000000000 Z
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.24
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.