summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-math/mrbgem.rake
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-02-28 22:41:08 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-02-28 22:41:08 +0900
commit12af04011fcaa80c6aa70da0586e39046613b3cf (patch)
treebf6c634c6ac3d485a72dbdd2d854ff777b246a72 /mrbgems/mruby-math/mrbgem.rake
parentdade9aa56cd9c54d00bdf5e41af5542f4ff8e62c (diff)
downloadmruby-12af04011fcaa80c6aa70da0586e39046613b3cf.tar.gz
mruby-12af04011fcaa80c6aa70da0586e39046613b3cf.zip
mv mrgems/mruby-math to mrbgems
Diffstat (limited to 'mrbgems/mruby-math/mrbgem.rake')
-rw-r--r--mrbgems/mruby-math/mrbgem.rake4
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/mruby-math/mrbgem.rake b/mrbgems/mruby-math/mrbgem.rake
new file mode 100644
index 000000000..4b0fa40fd
--- /dev/null
+++ b/mrbgems/mruby-math/mrbgem.rake
@@ -0,0 +1,4 @@
+MRuby::Gem::Specification.new('mruby-math') do |spec|
+ spec.license = 'MIT'
+ spec.authors = 'mruby developers'
+end