summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build_gem.rake
AgeCommit message (Collapse)Author
2014-01-02fix 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-01Fix for caller_dir relative gemsWilliam Light
2013-10-01Implement gembox-relative gemdir pathsWilliam 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-04Added support for custom gem clone directories when using gitRyan Scott
2013-07-15Allow programmers to specify build path manuallyXuejie "Rafael" Xiao
2013-07-04Add --pull_gems option to minirakekyab
2013-05-09fix regexp warning: character class has duplicated rangeNihad Abbasov
2013-05-02Implement :core parameter for conf.gemDaniel Bovensiepen
2013-04-27fix gembox rake tasks to support Ruby 1.8Yukihiro "Matz" Matsumoto
2013-04-27IMPROVE: Move GemBox to more logical source locationDaniel Bovensiepen
2013-04-27Add gembox featureDaniel Bovensiepen
2013-03-23Add bitbucket git support.Masaki Muranaka
2013-03-10Change default gem path.Yuichiro MASUI
2013-03-07fix handling of :branch option of gem.confmasahino
2013-02-07Ignore empty gemmattn
2013-01-21Added "Unknown toolchain/gem" error messageYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI