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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b69ccd3d17c87f8934bc995d076c4db8ffe95f45
4
- data.tar.gz: e3b0a24317e65389e734147c9ac3c0192b6ecb95
3
+ metadata.gz: f61ffdc172a354a4a43f496fa3b15dda41ee7301
4
+ data.tar.gz: b221dfe2eb3fb15b0760a331ed99c94661776e09
5
5
  SHA512:
6
- metadata.gz: 53b73e2b5a6eb09a632ed5424ce050871d81bcdad5526fece11b8879dac9be9fbdde05c91d3d9bead0da5b0e9450a5c245f356012eb773c67ad6830c8af83402
7
- data.tar.gz: 919fe2069fa380fe0165ba5e75ad18b17ca38bd2f410be7384cc3a909a2c0949d2528d9e32d8ae6a1dd5d87048a27449be2e098f077ca48fc0c6842db0d5be45
6
+ metadata.gz: 940e6fa5525f49fd67d9423408436b087cbb80555d0184669fd94f56c12d40aa3c634b457f11b6de35e0098c0cd1395832405378a5c3e66cee3e45edca8ec568
7
+ data.tar.gz: c70e361eb6a8667f16cfff6e3026697a8ff5efca6e5aa3f83db875b68205d76fecc1b3da37d6631c06c4ba3d16bbedfbb8b5324a510316d0a86aaa292eba527a
@@ -9,7 +9,7 @@ module BitexBot
9
9
  end
10
10
 
11
11
  class SettingsClass < ::Hashie::Mash
12
- include ::Hashie::Extensions::Mash::SymbolizeKeys
12
+ include ::Hashie::Extensions::SymbolizeKeys
13
13
 
14
14
  def load_default
15
15
  path = ARGV[0] || 'bitex_bot_settings.rb'
@@ -1,3 +1,3 @@
1
1
  module BitexBot
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
@@ -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
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-21 00:00:00.000000000 Z
12
+ date: 2017-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord