summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-range-ext
AgeCommit message (Collapse)Author
2014-05-19reimplement Range#size using double with fixing corner cases; ref #2293Yukihiro "Matz" Matsumoto
2014-05-19Add Range#sizeJun Hiroe
2014-03-21use mrb_get_args("i")Yukihiro "Matz" Matsumoto
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2014-01-02tiny word boxing optimizationcremno
2013-08-04Improve test of mruby-range-ext GEMDaniel Bovensiepen
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-07-15Repalace int with mrb_bool because a return value is boolean.Jun Hiroe
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-04-14Add mruby-range-exth2so5