1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

oops, fix author in the psych gemspec

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tenderlove 2011-08-03 18:08:48 +00:00
parent 03418c4e5f
commit 92f3904534

View file

@ -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