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