omniauth-myvr 0.0.14 → 0.0.15

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: f57d80f1298aaca70677798912a460c4e063d752
4
- data.tar.gz: 47db64c5cd9b6605c49db15358e38acbb66504b3
3
+ metadata.gz: 889faeaf23f2728743d4d4ac499d3939b500fc10
4
+ data.tar.gz: 546ae0c48e9dac5c5aa002810e0341639f15af32
5
5
  SHA512:
6
- metadata.gz: 928dcedc96b4639e7ab7e176b22276cc1985d217bf71a708c6c79f27b68c66294784bfa3f0308ab30ce869ecf9daa5661d23c703765a90a16f61839c0f185172
7
- data.tar.gz: f59544aed2292ab3d66e5a5cc1a3c3b0f9ad597a9498450ed8d2ef4648fcbeed2c76ba46d412297de3947bceacb729ab99add438d395fdd185d5a233fad11806
6
+ metadata.gz: 4926110a493028e61b0e515257504decd8a20361b9e09d97ac1d433d308d4a343512db954139fa7be83997245024d024f10bd0c666783dc70a65861e201187d0
7
+ data.tar.gz: 5b216a9731df026e9310726fe7d2995787651bf7befff3a0797b82e7c6272bf5543792f4dbaf7c6655871cc00b2cd26eb3fdfed1021d72080c39a6b735a97584
@@ -113,7 +113,7 @@ module OmniAuth
113
113
  # ::OAuth2::AccessToken.from_hash(client, request.params.dup)
114
114
  # else
115
115
  # verifier = request.params["code"]
116
- client.auth_code.get_token(verifier, get_token_options(redirect_uri), deep_symbolize(options.auth_token_params))
116
+ client.auth_code.get_token(verifier)
117
117
  # end
118
118
  # verify_hd(access_token)
119
119
  # access_token
@@ -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.14"
6
+ s.version = "0.0.15"
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.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Avilla