summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-strip/mrbgem.rake
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-02-28 00:36:08 +0900
committertake_cheeze <[email protected]>2014-02-28 00:36:08 +0900
commit1266ab6500d57f0457645c511c4051798f676156 (patch)
treeeee3bbed9db6ac3da049bb3e242f8f89abcd3414 /mrbgems/mruby-bin-strip/mrbgem.rake
parentd1526b0409a31667de95fbc3b0da23a62ca8bfea (diff)
downloadmruby-1266ab6500d57f0457645c511c4051798f676156.tar.gz
mruby-1266ab6500d57f0457645c511c4051798f676156.zip
add mruby-strip tool to strip irep's debug info
Diffstat (limited to 'mrbgems/mruby-bin-strip/mrbgem.rake')
-rw-r--r--mrbgems/mruby-bin-strip/mrbgem.rake5
1 files changed, 5 insertions, 0 deletions
diff --git a/mrbgems/mruby-bin-strip/mrbgem.rake b/mrbgems/mruby-bin-strip/mrbgem.rake
new file mode 100644
index 000000000..47304b2a5
--- /dev/null
+++ b/mrbgems/mruby-bin-strip/mrbgem.rake
@@ -0,0 +1,5 @@
+MRuby::Gem::Specification.new('mruby-bin-strip') do |spec|
+ spec.license = 'MIT'
+ spec.author = 'mruby developers'
+ spec.bins = %w(mruby-strip)
+end