summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-03 18:08:48 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-03 18:08:48 +0000
commit92f39045346c665b84761a031de4965f3fe9d270 (patch)
treef0979d3af0499c09d94476c9e85b2cd5522d9be0
parent03418c4e5f551ec6d899580c9a5e86bbc37c649d (diff)
oops, fix author in the psych gemspec
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/psych/psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec
index ed0499317a..d98c8ea548 100644
--- a/ext/psych/psych.gemspec
+++ b/ext/psych/psych.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = '1.2.0'
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = %w{Aaron Patterson}
+ s.authors = ['Aaron Patterson']
s.date = %q{2011-08-03}
s.description = %q{Psych is a YAML parser and emitter. Psych leverages libyaml[http://libyaml.org]
for its YAML parsing and emitting capabilities. In addition to wrapping