omniauth-myvr 0.1.5 → 0.1.6

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: 511467e1119c8e930f58954a497fd151a01f5dbb
4
- data.tar.gz: 7d8c0ce015aa7774bc22f141caa26051807d033e
3
+ metadata.gz: f6f41f596892ff7c1dcd031e5adc6605a1298d4d
4
+ data.tar.gz: 278608d5d34ef9d46c9bfda0e44c763e56a86626
5
5
  SHA512:
6
- metadata.gz: c6e3b0cc24ce340c9db716e437c5935729a18a2f47bb065c15780ac4f91a8aee223d768bd094774a060f707ee589fd3324e51018c3d41d385fd1931ecdb04590
7
- data.tar.gz: 70181e7daeaa3b63be08073ebaba2d1458bcec5117cc72a8bd70f87dc2fd84b53c8c637b89b022378336fe876c2c71f26d9ca2e74a057748ddc3cfa6f0c0d1fd
6
+ metadata.gz: fd9281699719e33f43b12763b7fc7b3fe269637e8613a0fefc681b6a127ecb38738a923ff4d30fa060f3d01ba3e9131cb7ae195f71d4e310c7c3dbeecf235bba
7
+ data.tar.gz: 1552268f0171efdaf3455b8f32e438bc3d6bd3d5f51bd853a55ae34fba5451bbd0f93757522323cdc0f20043cef08a8bd854ed23caa9118a5929bf824c9df031
@@ -10,14 +10,14 @@ module OmniAuth
10
10
  BASE_SCOPE_URL = "http://local.api.myvr.com:8000/auth/"
11
11
  option :client_options, {
12
12
  :site => 'http://local.myvr.com:8000/',
13
- :authorize_url => 'http://local.myvr.com:8000/connect/oauth/auth',
13
+ :authorize_url => 'http://local.myvr.com:8000/connect/oauth/auth/',
14
14
  :token_url => 'http://api.local.myvr.com:8000/oauth/token/'
15
15
  }
16
16
  else
17
17
  BASE_SCOPE_URL = "https://api.myvr.com/auth/"
18
18
  option :client_options, {
19
19
  :site => 'https://myvr.com/',
20
- :authorize_url => 'https://myvr.com/connect/oauth/auth',
20
+ :authorize_url => 'https://myvr.com/connect/oauth/auth/',
21
21
  :token_url => 'https://api.myvr.com/oauth/token/'
22
22
  }
23
23
  end
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "omniauth-myvr"
6
- s.version = "0.1.5"
6
+ s.version = "0.1.6"
7
7
  s.authors = ["CJ Avilla"]
8
8
  s.email = ["cjavilla@gmail.com"]
9
9
  s.homepage = "https://github.com/w1zeman1p/omniauth-myvr"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-myvr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Avilla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-05 00:00:00.000000000 Z
11
+ date: 2017-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth