xero_gateway 2.0.17 → 2.0.18
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/xero_gateway/oauth.rb +1 -1
- data/xero_gateway.gemspec +1 -1
- metadata +3 -3
data/lib/xero_gateway/oauth.rb
CHANGED
@@ -70,7 +70,7 @@ module XeroGateway
|
|
70
70
|
})
|
71
71
|
|
72
72
|
update_attributes_from_token(access_token)
|
73
|
-
rescue OAuth::Unauthorized => e
|
73
|
+
rescue ::OAuth::Unauthorized => e
|
74
74
|
# If the original access token is for some reason invalid an OAuth::Unauthorized could be raised.
|
75
75
|
# In this case raise a XeroGateway::OAuth::TokenInvalid which can be captured by the caller. In this
|
76
76
|
# situation the end user will need to re-authorize the application via the request token authorization URL
|
data/xero_gateway.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xero_gateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 43
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
9
|
+
- 18
|
10
|
+
version: 2.0.18
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tim Connor
|