diff --git a/Gemfile b/Gemfile index 0454df1..e26eb16 100644 --- a/Gemfile +++ b/Gemfile @@ -18,4 +18,4 @@ group :development do gem 'hashie' gem 'sinatra' end -gem 'bitstamp', path: '../bitstamp' \ No newline at end of file +gem 'bitstamp', path: './bitstamp' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 38b3539..ef5884b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbtc_arbitrage (2.0.0) + rbtc_arbitrage (2.0.1) activemodel (>= 3.1) activesupport (>= 3.1) btce (= 0.2.4) @@ -11,7 +11,7 @@ PATH thor PATH - remote: ../bitstamp + remote: ./bitstamp specs: bitstamp (0.4.0) activemodel (>= 3.1) diff --git a/lib/rbtc_arbitrage/version.rb b/lib/rbtc_arbitrage/version.rb index 6458243..1b79c73 100644 --- a/lib/rbtc_arbitrage/version.rb +++ b/lib/rbtc_arbitrage/version.rb @@ -1,3 +1,3 @@ module RbtcArbitrage - VERSION = "2.0.0" + VERSION = "2.0.1" end