hstove / rbtc_arbitrage

A gem for automating arbitrage between Bitcoin exchanges.
MIT License
274 stars 94 forks source link

Remove submodules, use Gemfile instead #14

Closed ukd1 closed 10 years ago

ukd1 commented 10 years ago

This is a much nicer way to do the same thing, avoiding the headache that is git submodules.

hstove commented 10 years ago

Fantastic; I didn't know you could reference a github commit from a gemspec, so I forked and created and published a gem called bitstamp-rbtc-arbitrage. Your approach is much easier to maintain so I'll take it. Thanks!