Files
mruby-mruby/examples/mrbgems/ruby_extension_example
Tomoyuki Sahara 116f75a8ce "spec.author" is better for single-author gems.
"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-23 10:09:24 +09:00
..
2013-01-26 15:47:06 +09:00
2013-01-26 15:47:06 +09:00
2013-01-26 15:47:06 +09:00

Pure Ruby Extension Example

This is an example gem which implements a pure Ruby extension.