ruby-changes:19517
From: tenderlove <ko1@a...>
Date: Sat, 14 May 2011 07:47:33 +0900 (JST)
Subject: [ruby-changes:19517] tenderlove:r31557 (trunk): * ext/psych/lib/psych.rb: released a new gem, so increasing version.
tenderlove 2011-05-14 07:31:15 +0900 (Sat, 14 May 2011) New Revision: 31557 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31557 Log: * ext/psych/lib/psych.rb: released a new gem, so increasing version. Modified files: trunk/ChangeLog trunk/ext/psych/lib/psych.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 31556) +++ ChangeLog (revision 31557) @@ -1,3 +1,7 @@ +Sat May 14 07:30:29 2011 Aaron Patterson <aaron@t...> + + * ext/psych/lib/psych.rb: released a new gem, so increasing version. + Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@g...> * ext/openssl/ossl_digest.c Index: ext/psych/lib/psych.rb =================================================================== --- ext/psych/lib/psych.rb (revision 31556) +++ ext/psych/lib/psych.rb (revision 31557) @@ -90,7 +90,7 @@ module Psych # The version is Psych you're using - VERSION = '1.1.0' + VERSION = '1.1.1' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/