btce 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. data/lib/btce/api.rb +2 -0
  2. metadata +3 -2
data/lib/btce/api.rb CHANGED
@@ -49,6 +49,7 @@ module Btce
49
49
  nvc_btc
50
50
  nvc_usd
51
51
  ppc_btc
52
+ ppc_usd
52
53
  trc_btc
53
54
  usd_rur
54
55
  xpm_btc)
@@ -68,6 +69,7 @@ module Btce
68
69
  "nvc_btc" => 4,
69
70
  "nvc_usd" => 4,
70
71
  "ppc_btc" => 4,
72
+ "ppc_usd" => 4,
71
73
  "trc_btc" => 6,
72
74
  "usd_rur" => 4,
73
75
  "xpm_btc" => 6
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: btce
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Christoph Bünte
9
+ - Davide Di Cillo
9
10
  - Edward Funger
10
11
  - Christopher Mark Gore
11
12
  - Stephan Kaag
@@ -15,7 +16,7 @@ authors:
15
16
  autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
- date: 2013-12-01 00:00:00.000000000 Z
19
+ date: 2013-12-10 00:00:00.000000000 Z
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: monkey-patch