rack-cas 0.9.1 → 0.9.2
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/README.markdown +2 -0
- data/lib/rack-cas/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 350e3d8a032b2ad286361155787f827f6a9071c4
|
|
4
|
+
data.tar.gz: b34dd4c7394b3f41c73fb3678aa21c4249e38786
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98c519c6ad0608652e5f987d5ff5e2513f790498d1e6a25b50f139a7b59e4e0fea8098d6d3e564a7ad2f88ed28064372c32eadf647785eb691ea7dd1a3e57d2d
|
|
7
|
+
data.tar.gz: 649f1204ac2141fbc40613df5e25d121a6db57fd4fbbda7c0a04482bfa57b396c1f10694a7891b0b3154dc880c01a8595106aff3be42ee02b90f39b4d035c966
|
data/README.markdown
CHANGED
|
@@ -79,6 +79,8 @@ Add the following to your `config.ru` file:
|
|
|
79
79
|
require 'rack/cas'
|
|
80
80
|
use Rack::CAS, server_url: 'https://login.example.com/cas'
|
|
81
81
|
|
|
82
|
+
See the [example Sinatra app](https://gist.github.com/adamcrown/a7e757759469033584c4) to get started.
|
|
83
|
+
|
|
82
84
|
### Single Sign Out ###
|
|
83
85
|
|
|
84
86
|
Single sign out support outside of Rails is currently untested. We'll be adding instructions here soon.
|
data/lib/rack-cas/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rack-cas
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Crownoble
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|