xero_gateway 2.0.9 → 2.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ module XeroGateway
33
33
 
34
34
  def to_xml(b = Builder::XmlMarkup.new)
35
35
  b.TrackingCategory {
36
- b.TrackingCategoryID self.tracking_category_id
36
+ b.TrackingCategoryID tracking_category_id unless tracking_category_id.nil?
37
37
  b.Name self.name
38
38
  b.Options {
39
39
  if self.options.is_a?(Array)
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.9"
3
+ s.version = "2.0.10"
4
4
  s.date = "2011-04-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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 9
10
- version: 2.0.9
9
+ - 10
10
+ version: 2.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Connor