cf-trade-client 0.1.8 → 0.1.9
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.
- data/lib/trade_api/trade_api.rb +1 -1
- metadata +2 -2
data/lib/trade_api/trade_api.rb
CHANGED
|
@@ -88,7 +88,7 @@ module Coinfloor
|
|
|
88
88
|
:counter => arguments[:counter_asset_id],
|
|
89
89
|
:quantity => arguments[:quantity],
|
|
90
90
|
:price => arguments[:price]
|
|
91
|
-
}.delete_if { |k, v| v.
|
|
91
|
+
}.delete_if { |k, v| v.nil? }.to_json #removes empty values that might not be given as arguments
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
# Gets a copy of the orderbook, does not subscribe
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cf-trade-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
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: 2014-
|
|
12
|
+
date: 2014-02-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: faye-websocket
|