From 3349fd5826427a6dfe512202976ddd825ba550b9 Mon Sep 17 00:00:00 2001 From: kou Date: Mon, 13 Aug 2007 15:06:58 +0000 Subject: * lib/rss/rss.rb: 0.1.8 -> 0.1.9. * test/rss/test_version.rb: followed the above change. * lib/rss/parser.rb: fixed a bug that handles unintended elements. Thanks to Takuo Yonezawa. [ruby-list:43841] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rss') diff --git a/test/rss/test_version.rb b/test/rss/test_version.rb index cb60faae79..8e63af7c23 100644 --- a/test/rss/test_version.rb +++ b/test/rss/test_version.rb @@ -3,7 +3,7 @@ require "rss-testcase" module RSS class TestVersion < TestCase def test_version - assert_equal("0.1.8", ::RSS::VERSION) + assert_equal("0.1.9", ::RSS::VERSION) end end end -- cgit v1.2.3