diff options
| author | dearblue <[email protected]> | 2021-12-25 20:46:25 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2021-12-25 20:46:25 +0900 |
| commit | 65195cd78496da1a5bde01277dca136761487009 (patch) | |
| tree | 11c5887d36919dd43d909c189076fca59d637984 | |
| parent | 39191cd9fadfea4940298cbcac2533597f76aa71 (diff) | |
| download | mruby-65195cd78496da1a5bde01277dca136761487009.tar.gz mruby-65195cd78496da1a5bde01277dca136761487009.zip | |
Fix summary typo for `mrbgems/mruby-compar-ext`
| -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 |
