zoho_invoice 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,8 +11,8 @@ module ZohoInvoice
11
11
  :reference_id, :invoice_item_total,
12
12
  :invoice_number, :tax_total,
13
13
  :p_o_number, :balance,
14
- :status,
15
- :customer_id,
14
+ :status, :notes,
15
+ :customer_id, :terms,
16
16
  :customer_name,
17
17
  :invoice_date,
18
18
  :payments_due,
@@ -1,3 +1,3 @@
1
1
  module ZohoInvoice
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoho_invoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-29 00:00:00.000000000 Z
12
+ date: 2013-05-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler