cf-trade-client 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/trade_api/trade_api.rb +1 -1
  2. metadata +2 -2
@@ -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.empty? }.to_json #removes empty values that might not be given as arguments
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.8
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-01-20 00:00:00.000000000 Z
12
+ date: 2014-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faye-websocket