ruby-changes:6158
From: kou <ko1@a...>
Date: Sun, 29 Jun 2008 17:32:23 +0900 (JST)
Subject: [ruby-changes:6158] Ruby:r17670 (trunk): * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5.
kou 2008-06-29 17:32:10 +0900 (Sun, 29 Jun 2008) New Revision: 17670 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 (RSS::VERSION): 0.2.4 -> 0.2.5. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/rss/test_version.rb?r1=17670&r2=17669&diff_format=u http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rss/rss.rb?r1=17670&r2=17669&diff_format=u http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=17670&r2=17669&diff_format=u Index: ChangeLog =================================================================== --- ChangeLog (revision 17669) +++ ChangeLog (revision 17670) @@ -1,3 +1,8 @@ +Sun Jun 29 17:31:15 2008 Kouhei Sutou <kou@c...> + + * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): + 0.2.4 -> 0.2.5. + Sun Jun 29 11:36:20 2008 Yusuke Endoh <mame@t...> * dir.rb: fix resource leak. Index: lib/rss/rss.rb =================================================================== --- lib/rss/rss.rb (revision 17669) +++ lib/rss/rss.rb (revision 17670) @@ -53,7 +53,7 @@ module RSS - VERSION = "0.2.4" + VERSION = "0.2.5" URI = "http://purl.org/rss/1.0/" Index: test/rss/test_version.rb =================================================================== --- test/rss/test_version.rb (revision 17669) +++ test/rss/test_version.rb (revision 17670) @@ -3,7 +3,7 @@ module RSS class TestVersion < TestCase def test_version - assert_equal("0.2.4", ::RSS::VERSION) + assert_equal("0.2.5", ::RSS::VERSION) end end end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/