summaryrefslogtreecommitdiff
path: root/ext/psych/psych.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/psych.gemspec')
-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