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

ruby-changes:19930

From: tenderlove <ko1@a...>
Date: Fri, 10 Jun 2011 02:26:39 +0900 (JST)
Subject: [ruby-changes:19930] tenderlove:r31977 (trunk): * ext/psych/lib/psych.rb: updating version to match released gem.

tenderlove	2011-06-10 02:26:29 +0900 (Fri, 10 Jun 2011)

  New Revision: 31977

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

  Log:
    * ext/psych/lib/psych.rb: updating version to match released gem.

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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31976)
+++ ChangeLog	(revision 31977)
@@ -1,3 +1,7 @@
+Fri Jun 10 02:25:53 2011  Aaron Patterson <aaron@t...>
+
+	* ext/psych/lib/psych.rb: updating version to match released gem.
+
 Fri Jun 10 01:06:29 2011  Tadayoshi Funaba  <tadf@d...>
 
 	* ext/bigdecimal (BigDecimal_to_i): Integer#** may return flonum.
Index: ext/psych/lib/psych.rb
===================================================================
--- ext/psych/lib/psych.rb	(revision 31976)
+++ ext/psych/lib/psych.rb	(revision 31977)
@@ -90,7 +90,7 @@
 
 module Psych
   # The version is Psych you're using
-  VERSION         = '1.1.1'
+  VERSION         = '1.2.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/

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