myob-api 0.10.3 → 0.10.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 185d10daf8042a074dd0aea40f61afd1ee607a44
4
- data.tar.gz: c876f8ee27032c97ef03c10a55db3b598aee56c2
2
+ SHA256:
3
+ metadata.gz: 81720ec02c3dfcd7ff3dede4268209ee3120d197476f762254854d4e0cc64d89
4
+ data.tar.gz: f02098c6ebd1507cd4926fb6abe9deb8e496e7ab67dc3f71ad0f7984ae979288
5
5
  SHA512:
6
- metadata.gz: 78dc20e3362d37bf5cfe9445c2df840637f863479ebea69f11a437b87d05c8bbc2e1464b3b056e53894efc6389b207090f3f6bd5e33ba26dc441fea2c33e4424
7
- data.tar.gz: 3a24c515db5ba5e4d760edf62a851c37414b8476ca4c70b32b664284f90f9a0bb821a97334bfdc76cda24b8754655de38c07c4a81f49d191fd7d379f5659962e
6
+ metadata.gz: cd9df8a0f7a85253839347d0ed56c1c643b957e211f0012f7694866ac9d1092e91d9c1a4dc24292dcf027ca40e0a02afee20c9bbadce210295bb21866b4c1a86
7
+ data.tar.gz: a4c41aa14138db802caab5769b82e5f6374d243ebd3756e9660c9ed2b3e8feceec8f42f1623d0146317b1bd9af265f221ea3c536fdf3a04d21a5818c35406016
@@ -7,6 +7,7 @@ require 'myob/api/models/company_file'
7
7
  require 'myob/api/models/company'
8
8
 
9
9
  require 'myob/api/models/current_user'
10
+ require 'myob/api/models/superannuation_fund'
10
11
 
11
12
  require 'myob/api/models/contact'
12
13
  require 'myob/api/models/customer'
@@ -0,0 +1,11 @@
1
+ module Myob
2
+ module Api
3
+ module Model
4
+ class SuperannuationFund < Base
5
+ def model_route
6
+ '/Payroll/SuperannuationFund'
7
+ end
8
+ end
9
+ end
10
+ end
11
+ end
@@ -1,5 +1,5 @@
1
1
  module Myob
2
2
  module Api
3
- VERSION = "0.10.3"
3
+ VERSION = "0.10.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myob-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.3
4
+ version: 0.10.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Lumley
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-06 00:00:00.000000000 Z
11
+ date: 2020-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2
@@ -85,6 +85,7 @@ files:
85
85
  - lib/myob/api/models/invoice.rb
86
86
  - lib/myob/api/models/invoice_item.rb
87
87
  - lib/myob/api/models/payroll_category.rb
88
+ - lib/myob/api/models/superannuation.rb
88
89
  - lib/myob/api/models/tax_table.rb
89
90
  - lib/myob/api/models/timesheet.rb
90
91
  - lib/myob/api/models/wage.rb
@@ -94,7 +95,7 @@ homepage: https://github.com/davidlumley/myob-api
94
95
  licenses:
95
96
  - MIT
96
97
  metadata: {}
97
- post_install_message:
98
+ post_install_message:
98
99
  rdoc_options: []
99
100
  require_paths:
100
101
  - lib
@@ -109,9 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  - !ruby/object:Gem::Version
110
111
  version: '0'
111
112
  requirements: []
112
- rubyforge_project:
113
- rubygems_version: 2.5.1
114
- signing_key:
113
+ rubygems_version: 3.1.2
114
+ signing_key:
115
115
  specification_version: 4
116
116
  summary: MYOB AccountRight Live API V2
117
117
  test_files: []