From 65fccc2899f048bcd54fbf081444ceb9a5644765 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 11 Apr 2013 18:43:03 +0900 Subject: rename mruby,mirb gems to mruby-bin-{mruby,mirb} --- mrbgems/mruby-bin-mruby/mrbgem.rake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mrbgems/mruby-bin-mruby/mrbgem.rake (limited to 'mrbgems/mruby-bin-mruby/mrbgem.rake') diff --git a/mrbgems/mruby-bin-mruby/mrbgem.rake b/mrbgems/mruby-bin-mruby/mrbgem.rake new file mode 100644 index 000000000..2e173a291 --- /dev/null +++ b/mrbgems/mruby-bin-mruby/mrbgem.rake @@ -0,0 +1,5 @@ +MRuby::Gem::Specification.new('mruby-bin-mruby') do |spec| + spec.license = 'MIT' + spec.authors = 'mruby developers' + spec.bins = %w(mruby) +end -- cgit v1.2.3