summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-toplevel-ext
AgeCommit message (Collapse)Author
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-16Fix warning by making call explicitCarson McDonald
2013-07-11add private/protected/public to mainYukihiro "Matz" Matsumoto
2013-07-02Add include for toplevel self(main)kyab