btce 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.
Files changed (2) hide show
  1. data/lib/btce.rb +3 -6
  2. metadata +2 -2
data/lib/btce.rb CHANGED
@@ -52,8 +52,7 @@ module Btce
52
52
  nvc
53
53
  trc
54
54
  ppc
55
- fnc
56
- cnc)
55
+ fnc)
57
56
  CURRENCY_PAIRS = %w(btc_usd
58
57
  btc_eur
59
58
  btc_rur
@@ -66,8 +65,7 @@ module Btce
66
65
  nvc_btc
67
66
  trc_btc
68
67
  ppc_btc
69
- ftc_btc
70
- cnc_btc)
68
+ ftc_btc)
71
69
  MAX_DIGITS = {
72
70
  "btc_usd" => 3,
73
71
  "btc_eur" => 3,
@@ -81,8 +79,7 @@ module Btce
81
79
  "nvc_btc" => 4,
82
80
  "trc_btc" => 4,
83
81
  "ppc_btc" => 4,
84
- "ftc_btc" => 4,
85
- "cnc_btc" => 4
82
+ "ftc_btc" => 4
86
83
  }
87
84
  KEY = YAML::load File.open 'btce-api-key.yml'
88
85
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: btce
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: 2013-05-08 00:00:00.000000000 Z
12
+ date: 2013-07-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: monkey-patch