sso-auth 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cda1cd5476a4cabf87aa70141c414c7ce242f5fe
4
- data.tar.gz: 82626fa357e115a946cb9720f5f5e23fcd029755
3
+ metadata.gz: e9331c12c3bd2e6b60d4400c2e2455c8aa4b693e
4
+ data.tar.gz: 8752d123dae674a72042a1be2fb6f483296aa313
5
5
  SHA512:
6
- metadata.gz: e85051003bb5d6fb5cfdb76bb91dce59d532a712b9d8c1e6eb9a0dd595aa652c1d4a6b945d90ea8e8782d9953ebd997ceccad1e424c4ab625f326b0e0967a2a8
7
- data.tar.gz: 7a4d7c573875d34dfedb9204248b1aa8605e070157771f5f692939bacb4d0295d8d507bd989e2c1580e944ca124a56a028f659e7502851aa001e5dec682708e5
6
+ metadata.gz: 15c512fd2f032ddc1f736d04b6132fcba38574d5484237273a409e6fab0e9897ee1eccf29dea805174b463ede1c2b264d9cf1b83dd0e899c77841236877c2433
7
+ data.tar.gz: 5d0bc59fc92367e6a78e754d21a74c10285badb970243f2b09f074cbf2173e479a9911c91cd01884e78dc1e24c37d6069eb05a42e353e1c50fca2edc487a94f3
@@ -25,8 +25,8 @@ module Sso
25
25
 
26
26
  def add_routes
27
27
  route "devise_scope :users do
28
- get 'sign_out' => 'sso/auth/sessions#destroy', :as => :destroy_user_session
29
- get 'sign_in' => redirect('/auth/auth/identity'), :as => :new_user_session
28
+ delete 'sign_out' => 'sso/auth/sessions#destroy', :as => :destroy_user_session
29
+ get 'sign_in' => redirect('/auth/auth/identity'), :as => :new_user_session
30
30
  end"
31
31
  route "devise_for :users, :path => 'auth', :controllers => {:omniauth_callbacks => 'sso/auth/omniauth_callbacks'}, :skip => [:sessions]"
32
32
  end
@@ -1,5 +1,5 @@
1
1
  module Sso
2
2
  module Auth
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sso-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - http://openteam.ru