Skip to content

Commit

Permalink
Merge pull request #14 from ukd1/feature/remove-submodule
Browse files Browse the repository at this point in the history
Remove submodules, use Gemfile instead
  • Loading branch information
hstove committed Jul 25, 2014
2 parents 5b9cef5 + 03f85ba commit 60fa900
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ group :development do
gem 'codeclimate-test-reporter'
gem 'hashie'
gem 'sinatra'
end
gem 'bitstamp', path: './bitstamp'
gem 'bitstamp', github: 'kojnapp/bitstamp', ref: 'aa6d572d1796a9fdae49220304c5cad9c4d058ee'
end
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
GIT
remote: git://github.com/kojnapp/bitstamp.git
revision: aa6d572d1796a9fdae49220304c5cad9c4d058ee
ref: aa6d572d1796a9fdae49220304c5cad9c4d058ee
specs:
bitstamp (0.4.0)
activemodel (>= 3.1)
activesupport (>= 3.1)
curb (> 0.8.1)
ruby-hmac (= 0.4.0)

PATH
remote: .
specs:
Expand All @@ -13,15 +24,6 @@ PATH
tco (= 0.1.0)
thor

PATH
remote: ./bitstamp
specs:
bitstamp (0.4.0)
activemodel (>= 3.1)
activesupport (>= 3.1)
curb (> 0.8.1)
ruby-hmac (= 0.4.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -57,7 +59,7 @@ GEM
thor
crack (0.4.1)
safe_yaml (~> 0.9.0)
curb (0.8.5)
curb (0.8.6)
diff-lcs (1.2.5)
docile (1.1.1)
faraday (0.8.8)
Expand Down
1 change: 0 additions & 1 deletion bitstamp
Submodule bitstamp deleted from aa6d57

0 comments on commit 60fa900

Please sign in to comment.