diff options
| author | Jun Hiroe <[email protected]> | 2015-06-28 11:15:24 +0900 |
|---|---|---|
| committer | Jun Hiroe <[email protected]> | 2015-06-28 11:18:52 +0900 |
| commit | 4e4929bc727ea5ab4a90b8bf828ac6c1f1567ba6 (patch) | |
| tree | 05d29a839d4587270e641e31e6a29b6b3369630a /mrbgems/mruby-proc-ext | |
| parent | c69d1201e1be22f28453dae212ba64346e02c0e2 (diff) | |
| download | mruby-4e4929bc727ea5ab4a90b8bf828ac6c1f1567ba6.tar.gz mruby-4e4929bc727ea5ab4a90b8bf828ac6c1f1567ba6.zip | |
Rename extended xxxx class or module to xxxx class or module extension
Diffstat (limited to 'mrbgems/mruby-proc-ext')
| -rw-r--r-- | mrbgems/mruby-proc-ext/mrbgem.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-proc-ext/mrbgem.rake b/mrbgems/mruby-proc-ext/mrbgem.rake index 0808d468e..e4d15a140 100644 --- a/mrbgems/mruby-proc-ext/mrbgem.rake +++ b/mrbgems/mruby-proc-ext/mrbgem.rake @@ -1,5 +1,5 @@ MRuby::Gem::Specification.new('mruby-proc-ext') do |spec| spec.license = 'MIT' spec.author = 'mruby developers' - spec.summary = 'extended Proc class' + spec.summary = 'Proc class extension' end |
