omniauth-nikeplus 0.0.5 → 0.0.6

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: bec466869564fcedaefaa3ee301a9071abc8de01
4
- data.tar.gz: 60d5b8e46acf3d08a1e0444de0de2fe9f9eec625
3
+ metadata.gz: 54d93f6f0be01ea9391ab40088153451e250d5ab
4
+ data.tar.gz: a4a6c61eaa1bb5cba628f19285e23a4ac7dbf8c1
5
5
  SHA512:
6
- metadata.gz: 4c6cd154c4b2ff7ac460023dc18e70e3ebb54faeb486a2a886c3acf6c8e2a9c34faff8d837d081656aacd4608c71f33604b1863a44a3816b5383d8a5a2bfbc7d
7
- data.tar.gz: 7660c670d381c018c9154ef8bd8d812e6cb00ca835a4d38476441df48443e97c943f1d42adbf325089e47bd312bd3e6e71d1391eecac70812c4277c317c246ae
6
+ metadata.gz: 6ba5ab6ce0069eb380f4ef23cd1c192e9cd98c2919f3e6d3cc6defee86e94720243da7fe5397b594eb623e1e2e102388c825820b056db0eed51fa22b765a74d9
7
+ data.tar.gz: 975bf6357d887eaa190dfcc28810feae4354af21e8a50f3e1313de5a05db1eb170b0c5a197a60a9cef165b54ce07509f10a8bea5a0e1a5b00d9255a713732ee3
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Nikeplus
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -14,7 +14,8 @@ module OmniAuth
14
14
  option :client_options, {
15
15
  :site => 'https://api.nike.com',
16
16
  :authorize_url => '/oauth/2.0/authorize',
17
- :token_url => '/oauth/2.0/token'
17
+ :token_url => '/oauth/2.0/token',
18
+ :raise_errors => false
18
19
  }
19
20
 
20
21
  option :authorize_params, {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-nikeplus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benny Wong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-02 00:00:00.000000000 Z
11
+ date: 2014-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth