max_exchange_api 2.0.0 → 2.0.1

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.
@@ -4,7 +4,7 @@ module MaxExchangeApi
4
4
  module PrivateV3
5
5
  module SubAccountApi
6
6
  def sub_accounts
7
- send_request(:get, '/sub_accounts')
7
+ send_request(:get, '/sub_accounts', {})
8
8
  end
9
9
 
10
10
  def sub_account(sn)
@@ -1,3 +1,3 @@
1
1
  module MaxExchangeApi
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: max_exchange_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - khiav reoy
@@ -88,6 +88,8 @@ files:
88
88
  - Rakefile
89
89
  - bin/console
90
90
  - bin/setup
91
+ - docs/README.api_v2.md
92
+ - docs/README.api_v3.md
91
93
  - gemfiles/2.2.gemfile
92
94
  - gemfiles/Gemfile
93
95
  - lib/max_exchange_api.rb