bitex_bot 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bitex_bot/settings.rb +1 -1
- data/lib/bitex_bot/version.rb +1 -1
- data/spec/models/bitstamp_api_wrapper_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f61ffdc172a354a4a43f496fa3b15dda41ee7301
|
4
|
+
data.tar.gz: b221dfe2eb3fb15b0760a331ed99c94661776e09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 940e6fa5525f49fd67d9423408436b087cbb80555d0184669fd94f56c12d40aa3c634b457f11b6de35e0098c0cd1395832405378a5c3e66cee3e45edca8ec568
|
7
|
+
data.tar.gz: c70e361eb6a8667f16cfff6e3026697a8ff5efca6e5aa3f83db875b68205d76fecc1b3da37d6631c06c4ba3d16bbedfbb8b5324a510316d0a86aaa292eba527a
|
data/lib/bitex_bot/settings.rb
CHANGED
data/lib/bitex_bot/version.rb
CHANGED
@@ -8,7 +8,7 @@ describe BitstampApiWrapper do
|
|
8
8
|
end
|
9
9
|
|
10
10
|
it 'Sends User-Agent header' do
|
11
|
-
stub_request(:post, "https://www.bitstamp.net/api/balance/")
|
11
|
+
stub_request(:post, "https://www.bitstamp.net/api/v2/balance/btcusd/")
|
12
12
|
.with(headers: { 'User-Agent': BitexBot.user_agent })
|
13
13
|
BitstampApiWrapper.balance rescue nil # we don't care about the response
|
14
14
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bitex_bot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nubis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-09-
|
12
|
+
date: 2017-09-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|