repo.or.cz
/
mruby.git
/
blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
inline
|
side by side
mruby-time (mrb_to_time_t): separate into smaller functions
[mruby.git]
/
mrbgems
/
mruby-array-ext
/
mrbgem.rake
diff --git
a/mrbgems/mruby-array-ext/mrbgem.rake
b/mrbgems/mruby-array-ext/mrbgem.rake
index
38e0ad2
..
882caf1
100644
(file)
--- a/
mrbgems/mruby-array-ext/mrbgem.rake
+++ b/
mrbgems/mruby-array-ext/mrbgem.rake
@@
-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