summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-proc-ext/mrbgem.rake
diff options
context:
space:
mode:
authorh2so5 <[email protected]>2013-04-17 07:01:32 +0900
committerh2so5 <[email protected]>2013-04-17 22:59:57 +0900
commit1a375c6fd4a3b7d797754e19d0a0896d2bbd5e9a (patch)
treebb97c35a42b0c3cedb0c43ff0c83051c5fe8eff1 /mrbgems/mruby-proc-ext/mrbgem.rake
parent4b24ee189ef5b2190562ce4c67d48c3170bdc2a2 (diff)
downloadmruby-1a375c6fd4a3b7d797754e19d0a0896d2bbd5e9a.tar.gz
mruby-1a375c6fd4a3b7d797754e19d0a0896d2bbd5e9a.zip
Add mruby-proc-ext
Diffstat (limited to 'mrbgems/mruby-proc-ext/mrbgem.rake')
-rw-r--r--mrbgems/mruby-proc-ext/mrbgem.rake4
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/mruby-proc-ext/mrbgem.rake b/mrbgems/mruby-proc-ext/mrbgem.rake
new file mode 100644
index 000000000..7f979431d
--- /dev/null
+++ b/mrbgems/mruby-proc-ext/mrbgem.rake
@@ -0,0 +1,4 @@
+MRuby::Gem::Specification.new('mruby-proc-ext') do |spec|
+ spec.license = 'MIT'
+ spec.authors = 'mruby developers'
+end