ruby-changes:2313
From: ko1@a...
Date: 2 Nov 2007 20:49:41 +0900
Subject: [ruby-changes:2313] kou - Ruby:r13804 (trunk): * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.
kou 2007-11-02 20:49:20 +0900 (Fri, 02 Nov 2007)
New Revision: 13804
Modified files:
trunk/ChangeLog
trunk/lib/rss/rss.rb
trunk/test/rss/test_version.rb
Log:
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/rss/test_version.rb?r1=13804&r2=13803
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rss/rss.rb?r1=13804&r2=13803
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13804&r2=13803
Index: ChangeLog
===================================================================
--- ChangeLog (revision 13803)
+++ ChangeLog (revision 13804)
@@ -1,3 +1,7 @@
+Fri Nov 2 20:47:04 2007 Kouhei Sutou <kou@c...>
+
+ * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.
+
Thu Nov 1 21:56:45 2007 Yukihiro Matsumoto <matz@r...>
* error.c (Init_Exception): make NameError to be subclass of
Index: lib/rss/rss.rb
===================================================================
--- lib/rss/rss.rb (revision 13803)
+++ lib/rss/rss.rb (revision 13804)
@@ -53,7 +53,7 @@
module RSS
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
URI = "http://purl.org/rss/1.0/"
Index: test/rss/test_version.rb
===================================================================
--- test/rss/test_version.rb (revision 13803)
+++ test/rss/test_version.rb (revision 13804)
@@ -3,7 +3,7 @@
module RSS
class TestVersion < TestCase
def test_version
- assert_equal("0.2.0", ::RSS::VERSION)
+ assert_equal("0.2.1", ::RSS::VERSION)
end
end
end
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml