diff options
| author | Seba Gamboa <[email protected]> | 2015-09-02 19:00:13 -0300 |
|---|---|---|
| committer | Seba Gamboa <[email protected]> | 2015-09-03 11:13:27 -0300 |
| commit | 230db2ca85432befaf99c89a3bd43a1e875def09 (patch) | |
| tree | 7c7e26a11dedbee4c7c18d7c848fe454e1dedb11 /mruby-source.gemspec | |
| parent | 63d2d192a1a8a3734bf9b0c17d88e3646063314e (diff) | |
| download | mruby-230db2ca85432befaf99c89a3bd43a1e875def09.tar.gz mruby-230db2ca85432befaf99c89a3bd43a1e875def09.zip | |
Add other version.h constants
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.} |
