cryptocoincharts_api 0.0.3 → 0.0.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.
data/README.md CHANGED
@@ -39,7 +39,7 @@ Or install it yourself as:
39
39
 
40
40
  ### Get a List of Trading Pairs
41
41
 
42
- client.trading_pairs "ltc_btc,drk_btc,ppc_btc,doge_btc"
42
+ client.trading_pairs pairs: "ltc_btc,drk_btc,ppc_btc,doge_btc"
43
43
 
44
44
 
45
45
  ## Contributing
@@ -11,8 +11,8 @@ module CryptocoinchartsApi
11
11
  api_call "tradingPair/#{currency_1}_#{currency_2}", options
12
12
  end
13
13
 
14
- def trading_pairs(pairs)
15
- api_call "tradingPairs", pairs, :post
14
+ def trading_pairs(options={})
15
+ api_call "tradingPairs", options, :post
16
16
  end
17
17
 
18
18
  end
@@ -1,3 +1,3 @@
1
1
  module CryptocoinchartsApi
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptocoincharts_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: