| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-07 | Correctly handle relative paths | Julian Aron Prenner | |
| 2015-01-06 | Properly implement directory tasks | Julian Aron Prenner | |
| 2014-05-14 | Fix incorrect info in minirake's help message -- "-q" is the default, not "-v" | Mitchell Blank Jr | |
| 2014-03-30 | Add -C (--directory) option to minirake. | take_cheeze | |
| 2013-07-26 | Rename --pull_gems to --pull-gems | h2so5 | |
| 2013-07-04 | Add --pull_gems option to minirake | kyab | |
| 2013-05-09 | remove unused variables | Nihad Abbasov | |
| 2013-04-24 | Set ENV before loading Rakefile in minirake | h2so5 | |
| 2013-02-21 | fix access denied error at incremental build | nkshigeru | |
| 2013-02-12 | Extend MiniRake::DSL module to prevent inheritance pollution | Ravil Bayramgalin | |
| ```include MiniRake::DSL``` on toplevel will pollute ancestor tree of every object. ```extend MiniRake::DSL``` will add those methods only to ```main``` object. Rake does the same: https://github.com/jimweirich/rake/blob/master/lib/rake/dsl_definition.rb#L153 | |||
| 2013-01-21 | make minirake respect verbose and set verbose to false by default | Daniel Bovensiepen | |
| 2013-01-03 | Rebuild CRuby based building script without Makefile | Yuichiro MASUI | |
| Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb | |||
| 2012-12-22 | Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems | Yuichiro MASUI | |
| 2012-12-20 | add 'default' task if not specified. | mattn | |
| 2012-12-18 | minirake exit status not 0, when build failed. | Akira Yumiyama | |
| 2012-12-17 | fix (-T, --tasks) show tasks | Selman ULUG | |
| 2012-12-17 | Moved some building script from GNU make to Ruby script | Yuichiro MASUI | |
| Added minirake what's Rake subset | |||
| 2012-12-16 | Moved some building script from GNU make to Ruby script | Yuichiro MASUI | |
| Added minirake what's Rake subset | |||
