omniauth-myvr 0.0.10 → 0.0.11

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: d4e08a3efe2fe32472407eaa723848fa956ccb2e
4
- data.tar.gz: 34e7575fe3472d4de9da83ec0999da25e10dd288
3
+ metadata.gz: 7e301a259d3abdc5cc669f402e2ef524424c6877
4
+ data.tar.gz: ba473c1bd28e3ea3d241b2c118936ebd7d66d979
5
5
  SHA512:
6
- metadata.gz: 97defe1a17f053934dfea4dd748088c819f94efee89a53a0a0e609bd3b20f96937d6456f64610c3b66f3e0d0b241faf169259cd70c2c1d5aba51ea8131b09ae9
7
- data.tar.gz: b57db0e69326e1ada2146f3b1f98f4c9544515e79813c3b5ed3922770d2203cd2c1da943ff53aec2e10427db7fc06b5721cc4d20d624a45bb48121afde3ba288
6
+ metadata.gz: 094f76c563037d0a20a650d160af036a394693cc4980d3a6c3a3cbe91caa9b3f89a1d09e171214474a7f26cafbeef03fae0c4ebe1b27670b7446dbd98538b2f1
7
+ data.tar.gz: 07d42af0ced676ad948b049301943d94c039c951f098bf277dd339c6d7b759b3086fa74de9050186871ca6fc114e7da4a2bc3ae68f246389f5343c51724d05bf
@@ -32,7 +32,7 @@ module OmniAuth
32
32
  option :client_options, {
33
33
  :site => 'http://local.myvr.com:8000/',
34
34
  :authorize_url => 'http://local.myvr.com:8000/connect/oauth/auth',
35
- :token_url => 'http://api.local.myvr.com:8000/oauth/token'
35
+ :token_url => 'http://api.local.myvr.com:8000/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.10"
6
+ s.version = "0.0.11"
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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Avilla