summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mruby/mrbgem.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-04-11 18:43:03 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-04-11 18:43:03 +0900
commit65fccc2899f048bcd54fbf081444ceb9a5644765 (patch)
tree89cde5844b492f0e6846023814b2d11461492a19 /mrbgems/mruby-bin-mruby/mrbgem.rake
parent9d8143f9302f86348df5d0a75ebbb433c8330354 (diff)
downloadmruby-65fccc2899f048bcd54fbf081444ceb9a5644765.tar.gz
mruby-65fccc2899f048bcd54fbf081444ceb9a5644765.zip
rename mruby,mirb gems to mruby-bin-{mruby,mirb}
Diffstat (limited to 'mrbgems/mruby-bin-mruby/mrbgem.rake')
-rw-r--r--mrbgems/mruby-bin-mruby/mrbgem.rake5
1 files changed, 5 insertions, 0 deletions
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