omniauth-myvr 0.0.8 → 0.0.9

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: 32555b7db7e579ee37ec7e8982bb7e861eb33d1f
4
- data.tar.gz: 26f11bf67ca8c7b121ab2115c3a0b55fb1966678
3
+ metadata.gz: b35aad792ba0dd2088f46d45b9215b10ae26c202
4
+ data.tar.gz: 28b4d860199746e5f123bdef97df36c2399f5ebb
5
5
  SHA512:
6
- metadata.gz: d1892dca8c68fc91cd5f86d96ad7c7cc7a3d2d42754dc1f2cf1ffe16d858dc5bc653ab70993736b189f2d5541123f48c52b7192ce0d92ccdc99883f0a4e33413
7
- data.tar.gz: 64cfd15f199d39f75738932b6445c5ad3096c03f0c17cd6dbef8cadc31961c8b1d54aafb108151b4786ec02c187c4d87d4e5fc9fd590b88b50cae23ba070375d
6
+ metadata.gz: 91b4292769516bee0753a26c15bbd1305273a6b149787666444ad71010b770772cc4c49833b0e8ec953b342ceaf6996328c09ad91a78dfdc82bd53673aa05dfa
7
+ data.tar.gz: 7a6e227fa639e6fb5fd0b588d661e9f93bcbc36f11000d4d218069829e1f14c9cc367350027747a67efb2245ba94f7fa7d24b57a5e82440024cce3afdf6f340e
@@ -32,7 +32,7 @@ module OmniAuth
32
32
  option :client_options, {
33
33
  :site => 'http://local.myvr.com:8000/',
34
34
  :authorize_url => '/connect/oauth/auth',
35
- :token_url => '/connect/oauth/token'
35
+ :token_url => '/oauth/token'
36
36
  }
37
37
 
38
38
  # def authorize_params
@@ -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.0.8"
6
+ s.version = "0.0.9"
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-myvr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Avilla