xeroizer-float 2.15.3.5 → 2.15.3.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.
data/Rakefile CHANGED
@@ -62,5 +62,4 @@ namespace :gem do
62
62
  puts `gem build xeroizer-float.gemspec`
63
63
  puts `gem push *.gem`
64
64
  end
65
-
66
65
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.15.3.5
1
+ 2.15.3.6
@@ -90,7 +90,7 @@ module Xeroizer
90
90
  response.plain_body
91
91
  when 400
92
92
  handle_error!(response, body)
93
- when 401
93
+ when 401, 503
94
94
  handle_oauth_error!(response)
95
95
  when 404
96
96
  handle_object_not_found!(response, url)
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "xeroizer-float"
8
- s.version = "2.15.3.5"
8
+ s.version = "2.15.3.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Wayne Robinson", "Philip Roberts"]
12
- s.date = "2013-02-07"
12
+ s.date = "2013-02-13"
13
13
  s.description = "Ruby library for the Xero accounting system API."
14
14
  s.email = "wayne.robinson@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xeroizer-float
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.3.5
4
+ version: 2.15.3.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-02-07 00:00:00.000000000 Z
13
+ date: 2013-02-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: builder