concerto_shib_auth 0.0.3 → 0.0.4
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 +8 -8
- data/lib/concerto_shib_auth/engine.rb +1 -1
- data/lib/concerto_shib_auth/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OGY4YmNjM2UyNzQyZTVkZGQ5MjYzNGI3YmVjMzBmY2I0ZDMzNWE1MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YmE2Zjc3MDE0NjlmMTc5NTg2NjI5NDU3NGNkNWRhMzJkZjBkZjdiZg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTNjNjZmMmJmYTJiMTE4OTM3ZDM2ZTc3M2RkOWVjNjg3ZGNkNjFiMWU0NmFk
|
|
10
|
+
MjAwZTBjOGQ1ZGNjMzRjNzlkOTZiYjg2MmE3MDExMGRkNjFlZDU1ZTAxZTYw
|
|
11
|
+
MWM5YjliZWI0NTExZGI0NDNhNDlmMTU1YjA4Y2Y1YzFiOTE3MmY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjE5ZDRkZTA0OGNhMzY2ZTg4OTcwZDQ5YmNkMTQxZTMzNGI1NzliZGU4MTg2
|
|
14
|
+
Y2E3MWI0ZDcxNmQ2ZDdiMTgyNWU3MjQ3OWM0MTk3ZWJjODFiYWFkNzQwM2My
|
|
15
|
+
ZGIxZGNlYTlhZDUxYmQyYzNkMDQ1MWE1NWZjZTgwMTVjN2RjMGM=
|
|
@@ -14,7 +14,7 @@ module ConcertoCasAuth
|
|
|
14
14
|
@plugin_info ||= plugin_info_class.new do
|
|
15
15
|
|
|
16
16
|
# Add our concerto_shib_auth route to the main application
|
|
17
|
-
add_route("concerto_shib_auth",
|
|
17
|
+
add_route("concerto_shib_auth", ConcertoShibAuth::Engine)
|
|
18
18
|
|
|
19
19
|
# View hook to override Devise sign in links in the main application
|
|
20
20
|
add_view_hook "ApplicationController", :signin_hook,
|