From 6b42073a3479705f326cf4dc91acb3bf07fe50eb Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 2 Dec 2007 06:51:07 +0000 Subject: * lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.1 -> 0.2.2. * lib/rss/maker/itunes.rb: fixed new_itunes_category. * lib/rss/maker/taxonomy.rb: new_taxo_topic -> new_topic because of consistency. * test/rss/test_maker_itunes.rb, test/rss/test_itunes.rb: removed needless UTF-8 characters. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@14083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rss/test_version.rb') diff --git a/test/rss/test_version.rb b/test/rss/test_version.rb index 5605638434..a602caf103 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.2.1", ::RSS::VERSION) + assert_equal("0.2.2", ::RSS::VERSION) end end end -- cgit v1.2.3