summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-eval/mrbgem.rake
AgeCommit message (Collapse)Author
2015-06-01Compile mruby compiler as mrbgem.take_cheeze
Compiler codes is moved to "mruby-compiler". Executable `mrbc` is moved to "mruby-bin-mrbc".
2014-03-17add summary to mrbgems without ittake_cheeze
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
2013-03-23add mruby-eval mrbgem (no activation though)Yukihiro Matz Matsumoto