Skip to content

Commit

Permalink
BTC-e removed CNC/BTC.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgore committed Jul 22, 2013
1 parent e0db295 commit 831122c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions btce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

Gem::Specification.new do |s|
s.name = 'btce'
s.version = '0.1.8'
s.date = '2013-05-08'
s.version = '0.1.9'
s.date = '2013-07-22'
s.summary = "A simple library to interface with the API for btc-e.com in Ruby."
s.description = "A simple library to interface with the API for btc-e.com in Ruby."
s.authors = ['Christopher Mark Gore']
Expand Down
9 changes: 3 additions & 6 deletions lib/btce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ class API
nvc
trc
ppc
fnc
cnc)
fnc)
CURRENCY_PAIRS = %w(btc_usd
btc_eur
btc_rur
Expand All @@ -66,8 +65,7 @@ class API
nvc_btc
trc_btc
ppc_btc
ftc_btc
cnc_btc)
ftc_btc)
MAX_DIGITS = {
"btc_usd" => 3,
"btc_eur" => 3,
Expand All @@ -81,8 +79,7 @@ class API
"nvc_btc" => 4,
"trc_btc" => 4,
"ppc_btc" => 4,
"ftc_btc" => 4,
"cnc_btc" => 4
"ftc_btc" => 4
}
KEY = YAML::load File.open 'btce-api-key.yml'

Expand Down

0 comments on commit 831122c

Please sign in to comment.