diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-04 21:52:39 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-23 12:39:12 +0900 |
| commit | 34dd4525c51de1e2e4af110566d5fab1598e793c (patch) | |
| tree | a5f0fe674bf1c8af5cfe42f09142608d40f67ddb /tasks/mruby_build_gem.rake | |
| parent | acab35a2a54e00e197b7372e940b83235480179d (diff) | |
| download | mruby-34dd4525c51de1e2e4af110566d5fab1598e793c.tar.gz mruby-34dd4525c51de1e2e4af110566d5fab1598e793c.zip | |
Add bitbucket git support.
Diffstat (limited to 'tasks/mruby_build_gem.rake')
| -rw-r--r-- | tasks/mruby_build_gem.rake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/mruby_build_gem.rake b/tasks/mruby_build_gem.rake index 24f53a501..358df1612 100644 --- a/tasks/mruby_build_gem.rake +++ b/tasks/mruby_build_gem.rake @@ -24,6 +24,8 @@ module MRuby def load_external_gem(params) if params[:github] params[:git] = "https://github.com/#{params[:github]}.git" + elsif params[:bitbucket] + params[:git] = "https://bitbucket.org/#{params[:bitbucket]}.git" end if params[:git] |
