mruby-time (mrb_to_time_t): separate into smaller functions
[mruby.git] / mrbgems / mruby-array-ext / mrbgem.rake
index 38e0ad2..882caf1 100644 (file)
@@ -1,4 +1,5 @@
 MRuby::Gem::Specification.new('mruby-array-ext') do |spec|
   spec.license = 'MIT'
-  spec.authors = 'mruby developers'
+  spec.author  = 'mruby developers'
+  spec.summary = 'Array class extension'
 end