index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tasks
/
mruby_build_gem.rake
Age
Commit message (
Expand
)
Author
2015-08-02
be able to source with :path for mrbgems
Terence Lee
2015-07-27
Shallow clone mgem source
Zachary Scott
2015-06-29
Merge pull request #2862 from scalone/recursive_clone
Yukihiro "Matz" Matsumoto
2015-06-26
Fix quotes use during load special path gem of gem.
Thiago Scalone
2015-06-26
Add —-recursive option to automatically update submodules from git mgems.
Thiago Scalone
2015-06-22
Add :mgem gem loader to load mrbgem from mgem-list ( https://github.com/mruby...
take_cheeze
2015-01-18
Don't use Build.current if possible
Julian Aron Prenner
2014-06-09
Find c++ files in tools/.
Masaki Muranaka
2014-05-20
Support extension '.cc' in globbing.
take_cheeze
2014-04-20
Implement :checksum_hash mrbgem option.
Daniel Bovensiepen
2014-04-07
Fix C++ files detection for automatic C++ ABI enabling.
take_cheeze
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
2013-10-01
Fix for caller_dir relative gems
William Light
2013-10-01
Implement gembox-relative gemdir paths
William Light
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