From c73f8d4defdefa14eb54d891c23294e819629237 Mon Sep 17 00:00:00 2001 From: take_cheeze Date: Mon, 17 Mar 2014 00:19:04 +0900 Subject: move summary of mrbgems in default gembox to its spec --- mrbgems/mruby-math/mrbgem.rake | 1 + 1 file changed, 1 insertion(+) (limited to 'mrbgems/mruby-math') diff --git a/mrbgems/mruby-math/mrbgem.rake b/mrbgems/mruby-math/mrbgem.rake index 75d3d1fff..66eb5c8d0 100644 --- a/mrbgems/mruby-math/mrbgem.rake +++ b/mrbgems/mruby-math/mrbgem.rake @@ -1,4 +1,5 @@ MRuby::Gem::Specification.new('mruby-math') do |spec| spec.license = 'MIT' spec.author = 'mruby developers' + spec.summary = 'standard Math module' end -- cgit v1.2.3