Skip to content

Commit

Permalink
better bundler declaration to local bitstamp
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Mar 23, 2014
1 parent 16c7a38 commit c955da6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ group :development do
gem 'hashie'
gem 'sinatra'
end
gem 'bitstamp', path: '../bitstamp'
gem 'bitstamp', path: './bitstamp'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -11,7 +11,7 @@ PATH
thor

PATH
remote: ../bitstamp
remote: ./bitstamp
specs:
bitstamp (0.4.0)
activemodel (>= 3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/rbtc_arbitrage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RbtcArbitrage
VERSION = "2.0.0"
VERSION = "2.0.1"
end

0 comments on commit c955da6

Please sign in to comment.