diff options
| author | take_cheeze <[email protected]> | 2014-02-28 00:36:08 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-02-28 00:36:08 +0900 |
| commit | 1266ab6500d57f0457645c511c4051798f676156 (patch) | |
| tree | eee3bbed9db6ac3da049bb3e242f8f89abcd3414 /mrbgems/mruby-bin-strip/mrbgem.rake | |
| parent | d1526b0409a31667de95fbc3b0da23a62ca8bfea (diff) | |
| download | mruby-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.rake | 5 |
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 |
