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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "xero_gateway"
3
- s.version = "2.0.17"
3
+ s.version = "2.0.18"
4
4
  s.date = "2012-07-12"
5
5
  s.summary = "Enables ruby based applications to communicate with the Xero API"
6
6
  s.email = "tim@connorsoftware.com"
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: 45
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 17
10
- version: 2.0.17
9
+ - 18
10
+ version: 2.0.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Connor