Typo in mruby-bin-debugger/mrbgem.rake

This commit is contained in:
Zachary Scott
2015-09-01 23:43:36 -04:00
parent a1731254be
commit c0ff5b475f
+1 -1
View File
@@ -1,7 +1,7 @@
MRuby::Gem::Specification.new('mruby-bin-debugger') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'mruby debuggeer command'
spec.summary = 'mruby debugger command'
spec.add_dependency('mruby-eval', :core => 'mruby-eval')