concerto_cas_auth 0.0.4 → 0.0.5
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.
- checksums.yaml +4 -4
- data/lib/concerto_cas_auth/version.rb +1 -1
- metadata +20 -20
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9fefbd78f9fc31d917b657f789c782aefe869f5
|
|
4
|
+
data.tar.gz: 55bb0bc6e90947c1ae3d5494d9faeafac6c40f32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c84ff6a40db6f4eb1b1776442fb070373739719d3064ca66654b66d36968702b2e3934507b73c67a34434d760e994636419bc7576d27387d26a8d6ba8153eb02
|
|
7
|
+
data.tar.gz: 3562a56e29843164339b611a753bf5c4cf3bf61233a640d3b59ca6fe37dae8e7fc8e8bd45bbd5e7415bd9e5ce62f32314d785442975207ba6da1c920806261dd
|
metadata
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: concerto_cas_auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabe Perez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: omniauth-cas
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: concerto_identity
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
description: Authorize Concerto users with CAS
|
|
@@ -59,6 +59,9 @@ executables: []
|
|
|
59
59
|
extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
|
61
61
|
files:
|
|
62
|
+
- LICENSE
|
|
63
|
+
- README.md
|
|
64
|
+
- Rakefile
|
|
62
65
|
- app/assets/javascripts/concerto_cas_auth/application.js
|
|
63
66
|
- app/assets/stylesheets/concerto_cas_auth/application.css
|
|
64
67
|
- app/controllers/concerto_cas_auth/application_controller.rb
|
|
@@ -67,14 +70,13 @@ files:
|
|
|
67
70
|
- app/views/concerto_cas_auth/omniauth_cas/_signin.html.erb
|
|
68
71
|
- config/initializers/omniauth.rb
|
|
69
72
|
- config/routes.rb
|
|
73
|
+
- lib/concerto_cas_auth.rb
|
|
70
74
|
- lib/concerto_cas_auth/engine.rb
|
|
71
75
|
- lib/concerto_cas_auth/version.rb
|
|
72
|
-
- lib/concerto_cas_auth.rb
|
|
73
76
|
- lib/tasks/concerto_cas_auth_tasks.rake
|
|
74
|
-
- LICENSE
|
|
75
|
-
- Rakefile
|
|
76
|
-
- README.md
|
|
77
77
|
- test/concerto_cas_auth_test.rb
|
|
78
|
+
- test/dummy/README.rdoc
|
|
79
|
+
- test/dummy/Rakefile
|
|
78
80
|
- test/dummy/app/assets/javascripts/application.js
|
|
79
81
|
- test/dummy/app/assets/stylesheets/application.css
|
|
80
82
|
- test/dummy/app/controllers/application_controller.rb
|
|
@@ -83,6 +85,7 @@ files:
|
|
|
83
85
|
- test/dummy/bin/bundle
|
|
84
86
|
- test/dummy/bin/rails
|
|
85
87
|
- test/dummy/bin/rake
|
|
88
|
+
- test/dummy/config.ru
|
|
86
89
|
- test/dummy/config/application.rb
|
|
87
90
|
- test/dummy/config/boot.rb
|
|
88
91
|
- test/dummy/config/database.yml
|
|
@@ -100,13 +103,10 @@ files:
|
|
|
100
103
|
- test/dummy/config/locales/en.yml
|
|
101
104
|
- test/dummy/config/routes.rb
|
|
102
105
|
- test/dummy/config/secrets.yml
|
|
103
|
-
- test/dummy/config.ru
|
|
104
106
|
- test/dummy/public/404.html
|
|
105
107
|
- test/dummy/public/422.html
|
|
106
108
|
- test/dummy/public/500.html
|
|
107
109
|
- test/dummy/public/favicon.ico
|
|
108
|
-
- test/dummy/Rakefile
|
|
109
|
-
- test/dummy/README.rdoc
|
|
110
110
|
- test/fixtures/concerto_cas_auth/identities.yml
|
|
111
111
|
- test/integration/navigation_test.rb
|
|
112
112
|
- test/test_helper.rb
|
|
@@ -121,17 +121,17 @@ require_paths:
|
|
|
121
121
|
- lib
|
|
122
122
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements:
|
|
124
|
-
- -
|
|
124
|
+
- - ">="
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
126
|
version: '0'
|
|
127
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
requirements:
|
|
129
|
-
- -
|
|
129
|
+
- - ">="
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '0'
|
|
132
132
|
requirements: []
|
|
133
133
|
rubyforge_project:
|
|
134
|
-
rubygems_version: 2.
|
|
134
|
+
rubygems_version: 2.2.2
|
|
135
135
|
signing_key:
|
|
136
136
|
specification_version: 4
|
|
137
137
|
summary: Provides user authentication using CAS
|