From 92f39045346c665b84761a031de4965f3fe9d270 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Wed, 3 Aug 2011 18:08:48 +0000 Subject: oops, fix author in the psych gemspec git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/psych.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych/psych.gemspec') 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 -- cgit v1.2.3