| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-02 | Add ssh protocol support for bitbucket. | Masaki Muranaka | |
| 2014-03-01 | support c++ exception | take_cheeze | |
| 2014-01-02 | fix some warnings emitted by 'ruby -w' | cremno | |
| - File.exists? is deprecated since 2.1.0 - tasks/mruby_build_commands.rake:268: ambiguous argument | |||
| 2013-10-01 | Fix for caller_dir relative gems | William Light | |
| 2013-10-01 | Implement gembox-relative gemdir paths | William Light | |
| In the case where a relative path is specified to a gembox from build_config.rb, it was previously tricky to specify relative gem paths from inside that gembox. For example, consider a project in which mruby is checked out as a submodule in the project root: +- project_root | +- mruby/ | | | +- build_config.rb | | | +- ... | +- my_gembox/ | +- my_gembox.gembox | +- my_gem/ | +- mrbgem.rake | +- ... If build_config.rb refers to my_gembox with a relative path, it's difficult for my_gembox to then refer to my_gem. With this proposed change, my_gembox.gembox can look like this: MRuby::GemBox.new do |conf| conf.gem "my_gem" end | |||
| 2013-08-04 | Added support for custom gem clone directories when using git | Ryan Scott | |
| 2013-07-15 | Allow programmers to specify build path manually | Xuejie "Rafael" Xiao | |
| 2013-07-04 | Add --pull_gems option to minirake | kyab | |
| 2013-05-09 | fix regexp warning: character class has duplicated range | Nihad Abbasov | |
| 2013-05-02 | Implement :core parameter for conf.gem | Daniel Bovensiepen | |
| 2013-04-27 | fix gembox rake tasks to support Ruby 1.8 | Yukihiro "Matz" Matsumoto | |
| 2013-04-27 | IMPROVE: Move GemBox to more logical source location | Daniel Bovensiepen | |
| 2013-04-27 | Add gembox feature | Daniel Bovensiepen | |
| 2013-03-23 | Add bitbucket git support. | Masaki Muranaka | |
| 2013-03-10 | Change default gem path. | Yuichiro MASUI | |
| 2013-03-07 | fix handling of :branch option of gem.conf | masahino | |
| 2013-02-07 | Ignore empty gem | mattn | |
| 2013-01-21 | Added "Unknown toolchain/gem" error message | Yuichiro MASUI | |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI | |
