freshbooks.rb 3.0.14 → 3.0.15

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.
@@ -60,7 +60,7 @@ require 'logger'
60
60
  #
61
61
  #==============================================================================
62
62
  module FreshBooks
63
- VERSION = '3.0.14' # Gem version
63
+ VERSION = '3.0.15' # Gem version
64
64
  API_VERSION = '2.1' # FreshBooks API version
65
65
  SERVICE_URL = "/api/#{API_VERSION}/xml-in"
66
66
 
@@ -6,7 +6,7 @@ module FreshBooks
6
6
  s.float :amount, :discount
7
7
  s.float :amount_outstanding, :paid, :read_only => true
8
8
  s.date :date
9
- s.date_time :updated
9
+ s.date_time :updated, :read_only => true
10
10
  s.array :lines
11
11
  s.object :links, :read_only => true
12
12
  s.string :number, :organization, :status, :notes, :terms, :first_name, :last_name
@@ -16,4 +16,4 @@ module FreshBooks
16
16
 
17
17
  actions :list, :get, :create, :update, :delete, :send_by_email, :send_by_snail_mail
18
18
  end
19
- end
19
+ end
@@ -4,7 +4,7 @@ module FreshBooks
4
4
  s.fixnum :client_id, :invoice_id, :payment_id
5
5
  s.float :amount
6
6
  s.date :date
7
- s.date_time :updated
7
+ s.date_time :updated, :read_only => true
8
8
  s.string :type, :notes
9
9
  end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freshbooks.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.14
4
+ version: 3.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Curren
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-15 00:00:00 -05:00
12
+ date: 2009-10-21 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency