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

ruby-changes:21009

From: tenderlove <ko1@a...>
Date: Thu, 25 Aug 2011 06:56:30 +0900 (JST)
Subject: [ruby-changes:21009] tenderlove:r33058 (ruby_1_9_3): * ext/psych/lib/psych.rb: Fixing psych version number.

tenderlove	2011-08-25 06:56:19 +0900 (Thu, 25 Aug 2011)

  New Revision: 33058

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

  Log:
    * ext/psych/lib/psych.rb: Fixing psych version number.
    * ext/psych/psych.gemspec: updating the gemspec.
    
    
    Conflicts:
    
    ext/psych/psych.gemspec

  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/ext/psych/lib/psych.rb

Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 33057)
+++ ruby_1_9_3/ChangeLog	(revision 33058)
@@ -1,3 +1,7 @@
+Thu Aug 25 06:51:08 2011  Aaron Patterson <aaron@t...>
+
+	* ext/psych/lib/psych.rb: Fixing psych version number.
+
 Thu Aug 25 06:11:35 2011  Aaron Patterson <aaron@t...>
 
 	* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be
Index: ruby_1_9_3/ext/psych/lib/psych.rb
===================================================================
--- ruby_1_9_3/ext/psych/lib/psych.rb	(revision 33057)
+++ ruby_1_9_3/ext/psych/lib/psych.rb	(revision 33058)
@@ -90,7 +90,7 @@
 
 module Psych
   # The version is Psych you're using
-  VERSION         = '1.2.0'
+  VERSION         = '1.2.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/

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