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

ruby-changes:18912

From: tenderlove <ko1@a...>
Date: Tue, 22 Feb 2011 03:09:55 +0900 (JST)
Subject: [ruby-changes:18912] Ruby:r30937 (trunk): * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with

tenderlove	2011-02-22 03:09:47 +0900 (Tue, 22 Feb 2011)

  New Revision: 30937

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

  Log:
    * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with
      debugging.

  Modified files:
    trunk/ChangeLog
    trunk/ext/psych/lib/psych.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30936)
+++ ChangeLog	(revision 30937)
@@ -1,3 +1,8 @@
+Tue Feb 22 03:09:10 2011  Aaron Patterson <aaron@t...>
+
+	* ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with
+	  debugging.
+
 Tue Feb 22 03:04:46 2011  Aaron Patterson <aaron@t...>
 
 	* ext/psych/lib/psych/streaming.rb: refactor streaming methods to a
Index: ext/psych/lib/psych.rb
===================================================================
--- ext/psych/lib/psych.rb	(revision 30936)
+++ ext/psych/lib/psych.rb	(revision 30937)
@@ -90,7 +90,7 @@
 
 module Psych
   # The version is Psych you're using
-  VERSION         = '1.0.0'
+  VERSION         = '1.1.0'
 
   # The version of libyaml Psych is using
   LIBYAML_VERSION = Psych.libyaml_version.join '.'

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

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