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 /doc | |
| parent | acab35a2a54e00e197b7372e940b83235480179d (diff) | |
| download | mruby-34dd4525c51de1e2e4af110566d5fab1598e793c.tar.gz mruby-34dd4525c51de1e2e4af110566d5fab1598e793c.zip | |
Add bitbucket git support.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbgems/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 6c473b57d..eb6596ec8 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -23,6 +23,9 @@ A remote GIT repository location for a GEM is also supported: conf.gem :github => 'masuidrive/mrbgems-example', :branch => 'master' + conf.gem :bitbucket => 'mruby/mrbgems-example', :branch => 'master' + +NOTE: ':bitbucket' option supports only git. Hg is unsupported in this version. ## GEM Structure |
