From 1a375c6fd4a3b7d797754e19d0a0896d2bbd5e9a Mon Sep 17 00:00:00 2001 From: h2so5 Date: Wed, 17 Apr 2013 07:01:32 +0900 Subject: Add mruby-proc-ext --- mrbgems/mruby-proc-ext/mrbgem.rake | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mrbgems/mruby-proc-ext/mrbgem.rake (limited to 'mrbgems/mruby-proc-ext/mrbgem.rake') 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 -- cgit v1.2.3