summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-strip
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-05-20 11:27:06 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-05-20 11:27:06 +0900
commit7195600dbf8d1683bcc5e9bfc3dd8547c222694e (patch)
treecd6841e739d9ed84078bed65cd3abe7cc9c5873a /mrbgems/mruby-bin-strip
parent4b6de9dea6f630b62db12102b9212740f935b9b6 (diff)
parent4004e122a28f48206dc1f39c731993c632d7ac6a (diff)
downloadmruby-7195600dbf8d1683bcc5e9bfc3dd8547c222694e.tar.gz
mruby-7195600dbf8d1683bcc5e9bfc3dd8547c222694e.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'mrbgems/mruby-bin-strip')
-rw-r--r--mrbgems/mruby-bin-strip/mrbgem.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-strip/mrbgem.rake b/mrbgems/mruby-bin-strip/mrbgem.rake
index 7dfc5912d..2abd25eea 100644
--- a/mrbgems/mruby-bin-strip/mrbgem.rake
+++ b/mrbgems/mruby-bin-strip/mrbgem.rake
@@ -3,5 +3,4 @@ MRuby::Gem::Specification.new('mruby-bin-strip') do |spec|
spec.author = 'mruby developers'
spec.summary = 'irep dump debug section remover command'
spec.bins = %w(mruby-strip)
- spec.add_dependency 'mruby-proc-ext', :core =>'mruby-proc-ext'
end