exvo-auth 0.7.6 → 0.7.7

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.
Files changed (4) hide show
  1. data/README +2 -1
  2. data/VERSION +1 -1
  3. data/exvo-auth.gemspec +1 -1
  4. metadata +2 -2
data/README CHANGED
@@ -31,7 +31,8 @@ The following comes from Rails config/routes.rb file:
31
31
 
32
32
  match "/auth/failure" => "sessions#failure"
33
33
  match "/auth/interactive/callback" => "sessions#create"
34
- match "/auth/non_interactive/callback" => "sessions#create"
34
+ match "/auth/non_interactive/callback" => "sessions#create" # only if you use json-based login
35
+ match "/sign_out" => "sessions#destroy"
35
36
 
36
37
  Failure url is called whenever there's a failure (d'oh).
37
38
  You can have separate callbacks for interactive and non-interactive
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.6
1
+ 0.7.7
data/exvo-auth.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{exvo-auth}
8
- s.version = "0.7.6"
8
+ s.version = "0.7.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jacek Becela"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 6
9
- version: 0.7.6
8
+ - 7
9
+ version: 0.7.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jacek Becela