omniauth-edumall 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ff81b1b1c1ed311baaa4b61a672e43cea18042a
4
- data.tar.gz: d888a85ae6dcb39379d128529eb61eb93a8ed3e3
3
+ metadata.gz: ee10c85a41cc808cbf13c0f7abf9953fc83b571c
4
+ data.tar.gz: 01824d712ce9add850918caad7feb31953d2bd2f
5
5
  SHA512:
6
- metadata.gz: 6e7d34356e9a5452451e195488b95b6a1b79dc3c40e2e3c6102a0ae26942a6364d1d713239697b8cdab739c05b6cb93cb8de232c5c582891c8df65b9616b284f
7
- data.tar.gz: e54f44bba626c122726b31750cd3ff23bba4f3b5f815ba010877dffea4d71d6eb2d899bcb173a0300561a8c5e659c2a7991dc6d1e37b4f41102451c4aafe12f8
6
+ metadata.gz: 8b9de4df2fb477b332e02badc0435e255e054909a3554d70493888030d3dfe8529619c81ff9cb84dc4d73c6d70edb043a4e8b9f8eb9dcfa25db8a2ea0d34a7cd
7
+ data.tar.gz: 97fe67f40fd34783ad90482ec70a8916b5dfc5367acdb2e1febdb42288ec72e11d32d3e4c06d915e09945f8e93ab1c9026f8b68553122510097f7567273b1339
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Edumall
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  end
5
5
  end
@@ -2,7 +2,8 @@ require 'omniauth-oauth2'
2
2
  module OmniAuth
3
3
  module Strategies
4
4
  class Edumall < OmniAuth::Strategies::OAuth2
5
- CUSTOM_PROVIDER_URL = 'https://accounts.edumall.vn'
5
+ # CUSTOM_PROVIDER_URL = 'https://accounts.edumall.vn'
6
+ CUSTOM_PROVIDER_URL = 'http://edumall.local.vn:3000'
6
7
 
7
8
  option :client_options, {
8
9
  :site => CUSTOM_PROVIDER_URL,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-edumall
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - hoptq
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-03 00:00:00.000000000 Z
11
+ date: 2017-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2