summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-objectspace/mrbgem.rake
AgeCommit message (Collapse)Author
2020-07-19Separate `memsize_of` and `memsize_of_all` to a separate gem; #5040Rory OConnell
Those methods are originally CRuby specific. Co-authored-by: Yukihiro "Matz" Matsumoto <[email protected]>
2020-07-09Initial ObjectSpace.memsize_of implementationRory OConnell
2014-03-17move summary of mrbgems in default gembox to its spectake_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-05-17First implementation of ObjectSpace moved outside of gc.cRyan Scott