diff options
| -rw-r--r-- | mrbgems/mruby-compar-ext/mrbgem.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-compar-ext/mrbgem.rake b/mrbgems/mruby-compar-ext/mrbgem.rake index dcf584339..be41f09f3 100644 --- a/mrbgems/mruby-compar-ext/mrbgem.rake +++ b/mrbgems/mruby-compar-ext/mrbgem.rake @@ -1,5 +1,5 @@ MRuby::Gem::Specification.new('mruby-compar-ext') do |spec| spec.license = 'MIT' spec.author = 'mruby developers' - spec.summary = 'Enumerable module extension' + spec.summary = 'Comparable module extension' end |
