summaryrefslogtreecommitdiffhomepage
path: root/examples/mrbgems/c_and_ruby_extension_example/mrbgem.rake
AgeCommit message (Collapse)Author
2014-04-30remove trailing spacesNobuyoshi Nakada
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-01-30Changed variable $test_args to constant TEST_ARGSCarson McDonald
2013-01-29Add ability to pass parameters from mrbgem.rake spec into test scripts.Carson McDonald
2013-01-29Fixed minor typo.Carson McDonald
2013-01-26Moved mrbgems examplesYuichiro MASUI