summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-proc-ext
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2013-07-23 10:09:24 +0900
committerTomoyuki Sahara <[email protected]>2013-07-23 10:09:24 +0900
commit116f75a8ce9d5d11d41268ecc95863f4e10f2729 (patch)
tree665659d4587a72f85e5a0cb975a16fcbc7fc4565 /mrbgems/mruby-proc-ext
parente8df8dcae673cbe4c616d8d44b77d0aeb30f16e4 (diff)
downloadmruby-116f75a8ce9d5d11d41268ecc95863f4e10f2729.tar.gz
mruby-116f75a8ce9d5d11d41268ecc95863f4e10f2729.zip
"spec.author" is better for single-author gems.
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
Diffstat (limited to 'mrbgems/mruby-proc-ext')
-rw-r--r--mrbgems/mruby-proc-ext/mrbgem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-proc-ext/mrbgem.rake b/mrbgems/mruby-proc-ext/mrbgem.rake
index 7f979431d..b75fceda3 100644
--- a/mrbgems/mruby-proc-ext/mrbgem.rake
+++ b/mrbgems/mruby-proc-ext/mrbgem.rake
@@ -1,4 +1,4 @@
MRuby::Gem::Specification.new('mruby-proc-ext') do |spec|
spec.license = 'MIT'
- spec.authors = 'mruby developers'
+ spec.author = 'mruby developers'
end