omniauth-nusso 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: 59fad0d38aa744310a49b6d3846d2d5f190fe699c0159d35e6ac2abd12b157f4
4
- data.tar.gz: 8ee72a1801e0a9f41a1db024437619e86e290f1e8a453b6efa79d9e97acf7ab7
3
+ metadata.gz: e757599de93348ccdc6d3976d083df4dc8d90ec12baea6673b5c06a2574e1ac2
4
+ data.tar.gz: 1a82a1bfc2e8b8b4b8d478c2a483d24f252c1be9021fdd3af6a29837bab047f5
5
5
  SHA512:
6
- metadata.gz: 6b0cd34d571180cbdab2a001ba7030552b1db696c1804b94b6702d0f6ef22468b7e61b56f9b44f5265c120fc60f8e7e82ecd2067708b0792417c62c0c7c4e60c
7
- data.tar.gz: d184647b8c58ca131b4525065fde3efe8ae94aec5ced58c41eff1f50df098463724b99bccc4eaa8e15741a087210592e21068765f57eb879557874c763bf07e8
6
+ metadata.gz: 740a50391271b704a5697c05121390d285ad7121bdb2e725a29ed19f87f814d0ca260ce0270d819bb09264d66759716799db4d504b16aa83ded199c5cb1cf544
7
+ data.tar.gz: b699a59cff37657de3d141f893a175fbba41fb9a6a8249590d00a2f786f658d695d7781ac7d96675b94df17bf1dd73a53dc37146a4594924aa97af42081b81ea
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Nusso
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
@@ -98,7 +98,7 @@ module OmniAuth
98
98
  end
99
99
  end.compact
100
100
  ]
101
- rescue AuthException
101
+ rescue AuthException, JSON::ParserError
102
102
  netid_user(net_id)
103
103
  end
104
104
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-nusso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Quinn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-27 00:00:00.000000000 Z
11
+ date: 2020-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth