add summary to mrbgems without it

This commit is contained in:
take_cheeze
2014-03-17 00:29:23 +09:00
parent 4bd623ba75
commit c35b0c5245
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
MRuby::Gem::Specification.new('mruby-bin-strip') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'irep dump debug section remover command'
spec.bins = %w(mruby-strip)
end
+1
View File
@@ -1,4 +1,5 @@
MRuby::Gem::Specification.new('mruby-eval') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'standard Kernel#eval method'
end
+1
View File
@@ -1,4 +1,5 @@
MRuby::Gem::Specification.new('mruby-exit') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'Kernel#exit method'
end
+1
View File
@@ -1,4 +1,5 @@
MRuby::Gem::Specification.new('mruby-string-utf8') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'UTF-8 support in String class'
end