btce 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/btce/api.rb +2 -0
- metadata +2 -3
data/lib/btce/api.rb
CHANGED
@@ -41,6 +41,7 @@ module Btce
|
|
41
41
|
btc_eur
|
42
42
|
btc_rur
|
43
43
|
eur_usd
|
44
|
+
eur_rur
|
44
45
|
ftc_btc
|
45
46
|
ltc_btc
|
46
47
|
ltc_eur
|
@@ -61,6 +62,7 @@ module Btce
|
|
61
62
|
"btc_eur" => 3,
|
62
63
|
"btc_rur" => 4,
|
63
64
|
"eur_usd" => 4,
|
65
|
+
"eur_rur" => 4,
|
64
66
|
"ftc_btc" => 4,
|
65
67
|
"ltc_btc" => 5,
|
66
68
|
"ltc_eur" => 6,
|
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.5.
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -19,7 +19,7 @@ authors:
|
|
19
19
|
autorequire:
|
20
20
|
bindir: bin
|
21
21
|
cert_chain: []
|
22
|
-
date: 2014-
|
22
|
+
date: 2014-03-09 00:00:00.000000000 Z
|
23
23
|
dependencies:
|
24
24
|
- !ruby/object:Gem::Dependency
|
25
25
|
name: monkey-patch
|
@@ -79,4 +79,3 @@ signing_key:
|
|
79
79
|
specification_version: 3
|
80
80
|
summary: A simple library to interface with the API for btc-e.com in Ruby.
|
81
81
|
test_files: []
|
82
|
-
has_rdoc:
|