omniauth-nikeplus 0.0.7 → 0.0.8

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: 5c02b5ecdbd6720ef91f48780bbb6a2f3b89807f
4
- data.tar.gz: a9e32d8f3b1e0e4b1155b2ee581d6190d805915b
3
+ metadata.gz: 584b96a0b530d29885c833151f245b7544648088
4
+ data.tar.gz: b0a33b52b79c2e37e2fd0b20e477bfccaa8791e9
5
5
  SHA512:
6
- metadata.gz: ad8bb6c731e7290cb72b794d163f87de1d5d3c776cac64e706954a62d2efdb117f3c3d3db4c9d49cac0a07c2cc9b347c29486030901d64933b54e8d4335399b1
7
- data.tar.gz: fa30d60a5461115687e3ce011f719289a715917db5b373ceba7456d52cfcad5a8bb9a4295c2ef6035394c20886ab2b852615cf28e8739d91ae223fd5f766f071
6
+ metadata.gz: 1ecc084d1708083d0e273d9ef34642043a089457547c58651e83a0eaafef18eb41b4ae44dd94cdb20f85e8e6e1441147f9c7137e969a8960b290263c44d60c66
7
+ data.tar.gz: da023d12904b62b0a0ba9654cd159e0d7ae129d2e17763e58b4091b2f56a7cbd5d669d14afec8cf314ca075c727407b0af0dac6c18e0ac6e0e53e29cdb5004c5
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Nikeplus
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
@@ -14,7 +14,7 @@ module OmniAuth
14
14
  :site => 'https://api.nike.com',
15
15
  :authorize_url => '/oauth/2.0/authorize',
16
16
  :token_url => '/oauth/2.0/token',
17
- :parse => :json
17
+ :parser => :json
18
18
  }
19
19
 
20
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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benny Wong