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

ruby-changes:11789

From: kou <ko1@a...>
Date: Sat, 16 May 2009 17:48:53 +0900 (JST)
Subject: [ruby-changes:11789] Ruby:r23442 (trunk): * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.

kou	2009-05-16 17:48:38 +0900 (Sat, 16 May 2009)

  New Revision: 23442

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

  Log:
    * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.

  Modified files:
    trunk/ChangeLog
    trunk/lib/rss/rss.rb
    trunk/test/rss/test_version.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 23441)
+++ ChangeLog	(revision 23442)
@@ -1,3 +1,8 @@
+Sat May 16 17:47:55 2009  Kouhei Sutou  <kou@c...>
+
+	* lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION):
+	0.2.5 -> 0.2.6.
+
 Sat May 16 17:26:04 2009  Narihiro Nakamura  <authorNari@g...>
 
 	* iseq.c (rb_iseq_clone): use longlife object and insert write barrier.
Index: lib/rss/rss.rb
===================================================================
--- lib/rss/rss.rb	(revision 23441)
+++ lib/rss/rss.rb	(revision 23442)
@@ -53,7 +53,7 @@
 
 module RSS
 
-  VERSION = "0.2.5"
+  VERSION = "0.2.6"
 
   URI = "http://purl.org/rss/1.0/"
 
Index: test/rss/test_version.rb
===================================================================
--- test/rss/test_version.rb	(revision 23441)
+++ test/rss/test_version.rb	(revision 23442)
@@ -3,7 +3,7 @@
 module RSS
   class TestVersion < TestCase
     def test_version
-      assert_equal("0.2.5", ::RSS::VERSION)
+      assert_equal("0.2.6", ::RSS::VERSION)
     end
   end
 end

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

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