omniauth-shibboleth 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
data
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Subproject commit a515586b1671bb49d0eed677ef24a4c3e00a0cb7
|
1
|
+
Subproject commit a515586b1671bb49d0eed677ef24a4c3e00a0cb7-dirty
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-shibboleth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-12-13 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: omniauth
|
16
|
-
requirement: &
|
16
|
+
requirement: &2158558680 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 1.0.0.pr2
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2158558680
|
25
25
|
description: OmniAuth Shibboleth strategies for OmniAuth 1.0
|
26
26
|
email:
|
27
27
|
- toyokazu@gmail.com
|
@@ -74,6 +74,8 @@ files:
|
|
74
74
|
- omniauth-shibboleth.gemspec
|
75
75
|
- Rakefile
|
76
76
|
- README.md
|
77
|
+
- spec/omniauth/strategies/shibboleth_spec.rb
|
78
|
+
- spec/spec_helper.rb
|
77
79
|
homepage: ''
|
78
80
|
licenses: []
|
79
81
|
post_install_message:
|
@@ -94,9 +96,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
96
|
version: '0'
|
95
97
|
requirements: []
|
96
98
|
rubyforge_project:
|
97
|
-
rubygems_version: 1.8.
|
99
|
+
rubygems_version: 1.8.12
|
98
100
|
signing_key:
|
99
101
|
specification_version: 3
|
100
102
|
summary: OmniAuth Shibboleth strategies for OmniAuth 1.0
|
101
|
-
test_files:
|
103
|
+
test_files:
|
104
|
+
- spec/omniauth/strategies/shibboleth_spec.rb
|
105
|
+
- spec/spec_helper.rb
|
102
106
|
has_rdoc:
|