Copy & paste the following to your Gemfile
def bitbucket repo; {git: 'ssh://git@bitbucket.org/'+repo} ;end
Usage
gem 'xxx', github('user/repo')
Copy & paste the following to your Gemfile
def bitbucket repo; {git: 'ssh://git@bitbucket.org/'+repo} ;end
Usage
gem 'xxx', github('user/repo')