dynaccount 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d03679ac449d03bad50ff56d535b6d10322380d1
4
- data.tar.gz: '08be1b1f60423494ca0202d702baedaa12e2bd04'
3
+ metadata.gz: 2b2dc3fc6c47df04108c861913e7148a7cc89200
4
+ data.tar.gz: 92c13b913a211ebea1486500b4583ea1a50c9622
5
5
  SHA512:
6
- metadata.gz: 7bba340e59aa2e63eafd8ec3d550476a8b5ac507468c696617f769ae87e950128404a0c771f89e34eae7d74f5d14c53cefe25fe8b796c8e48293f955441c1600
7
- data.tar.gz: 38cc26aaf3e65bd0322daf9c20de4d7eae36053282afbf76dd5e6c903aec6ebab1e821fb81454b917462672f4ce181be27559968630bb270a52cacef85169dbb
6
+ metadata.gz: e58b94452cc96cb24838908475305776859b69a8ac78d93a139f745862fd4082e58c673d6b886a85a82e08be59083343802350a19e08b6ed48328c44fb005beb
7
+ data.tar.gz: f7577fb7e0dbd3a694c3709b6900f26e79ab5203922a813d41fa43e8b215f23b00f5cd944b7fe9b82bdf2a4f91b3ac52bd9807e3bde6b559c8fd75141bc6a5f1
@@ -1,7 +1,7 @@
1
1
  module Dynaccount
2
2
  class DebtorInvoice < DynaccountObject
3
3
  def self.ignore_put
4
- [:id, :is_booked, :is_system, :is_matched, :is_reminder, :is_credited, :is_credited_complete, :is_subscription, :module_id, :time_due, :invoice_id_, :currency_rate, :sha1_ref, :is_seen, :fi_payment_id_, :accountoff_id, :vat_amount, :total_amount, :total_weight, :profit_amount]
4
+ [:id, :is_booked, :is_system, :is_matched, :is_reminder, :is_credited, :is_credited_complete, :is_subscription, :module_id, :time_due, :invoice_id_, :currency_rate, :sha1_ref, :is_seen, :fi_payment_id_, :accountoff_id, :vat_amount, :total_amount, :total_weight, :profit_amount, :public_url]
5
5
  end
6
6
 
7
7
  def self.api_path
@@ -1,3 +1,3 @@
1
1
  module Dynaccount
2
- VERSION = '0.9.2'.freeze
2
+ VERSION = '0.9.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynaccount
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frederik Spang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-28 00:00:00.000000000 Z
11
+ date: 2017-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json