diff options
Diffstat (limited to 'mruby-source.gemspec')
| -rw-r--r-- | mruby-source.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mruby-source.gemspec b/mruby-source.gemspec index 6ccd5d259..07103c920 100644 --- a/mruby-source.gemspec +++ b/mruby-source.gemspec @@ -6,7 +6,7 @@ require 'mruby/source/version' Gem::Specification.new do |spec| spec.name = "mruby-source" spec.version = MRuby::Source::MRUBY_VERSION - spec.authors = ["mruby developers"] + spec.authors = [ MRuby::Source::MRUBY_AUTHOR ] spec.summary = %q{MRuby source code wrapper.} spec.description = %q{MRuby source code wrapper for use with Ruby libs.} |
