summaryrefslogtreecommitdiffhomepage
path: root/mruby-source.gemspec
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-02 19:00:13 -0300
committerSeba Gamboa <[email protected]>2015-09-03 11:13:27 -0300
commit230db2ca85432befaf99c89a3bd43a1e875def09 (patch)
tree7c7e26a11dedbee4c7c18d7c848fe454e1dedb11 /mruby-source.gemspec
parent63d2d192a1a8a3734bf9b0c17d88e3646063314e (diff)
downloadmruby-230db2ca85432befaf99c89a3bd43a1e875def09.tar.gz
mruby-230db2ca85432befaf99c89a3bd43a1e875def09.zip
Add other version.h constants
Diffstat (limited to 'mruby-source.gemspec')
-rw-r--r--mruby-source.gemspec2
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.}