[前][次][番号順一覧][スレッド一覧]

ruby-changes:20789

From: tenderlove <ko1@a...>
Date: Thu, 4 Aug 2011 03:10:37 +0900 (JST)
Subject: [ruby-changes:20789] tenderlove:r32837 (trunk): oops, fix author in the psych gemspec

tenderlove	2011-08-04 03:08:48 +0900 (Thu, 04 Aug 2011)

  New Revision: 32837

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32837

  Log:
    oops, fix author in the psych gemspec

  Modified files:
    trunk/ext/psych/psych.gemspec

Index: ext/psych/psych.gemspec
===================================================================
--- ext/psych/psych.gemspec	(revision 32836)
+++ ext/psych/psych.gemspec	(revision 32837)
@@ -6,7 +6,7 @@
   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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]