omniauth-nikeplus 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54d93f6f0be01ea9391ab40088153451e250d5ab
4
- data.tar.gz: a4a6c61eaa1bb5cba628f19285e23a4ac7dbf8c1
3
+ metadata.gz: 5c02b5ecdbd6720ef91f48780bbb6a2f3b89807f
4
+ data.tar.gz: a9e32d8f3b1e0e4b1155b2ee581d6190d805915b
5
5
  SHA512:
6
- metadata.gz: 6ba5ab6ce0069eb380f4ef23cd1c192e9cd98c2919f3e6d3cc6defee86e94720243da7fe5397b594eb623e1e2e102388c825820b056db0eed51fa22b765a74d9
7
- data.tar.gz: 975bf6357d887eaa190dfcc28810feae4354af21e8a50f3e1313de5a05db1eb170b0c5a197a60a9cef165b54ce07509f10a8bea5a0e1a5b00d9255a713732ee3
6
+ metadata.gz: ad8bb6c731e7290cb72b794d163f87de1d5d3c776cac64e706954a62d2efdb117f3c3d3db4c9d49cac0a07c2cc9b347c29486030901d64933b54e8d4335399b1
7
+ data.tar.gz: fa30d60a5461115687e3ce011f719289a715917db5b373ceba7456d52cfcad5a8bb9a4295c2ef6035394c20886ab2b852615cf28e8739d91ae223fd5f766f071
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Nikeplus
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -10,12 +10,11 @@ require 'multi_json'
10
10
  module OmniAuth
11
11
  module Strategies
12
12
  class Nikeplus < OmniAuth::Strategies::OAuth2
13
-
14
- option :client_options, {
13
+ option :client_options, {
15
14
  :site => 'https://api.nike.com',
16
15
  :authorize_url => '/oauth/2.0/authorize',
17
16
  :token_url => '/oauth/2.0/token',
18
- :raise_errors => false
17
+ :parse => :json
19
18
  }
20
19
 
21
20
  option :authorize_params, {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-nikeplus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benny Wong