From 4fab2c7526c160bef4db28871864c53c60a6c587 Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 2 Dec 2007 06:45:53 +0000 Subject: * lib/rss/rss.rb, test/rss/test_version.rb: 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/trunk@14081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_itunes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rss/test_itunes.rb') diff --git a/test/rss/test_itunes.rb b/test/rss/test_itunes.rb index 3663e2c77a..283459d910 100644 --- a/test/rss/test_itunes.rb +++ b/test/rss/test_itunes.rb @@ -338,7 +338,7 @@ module RSS "of your answers here.", readers, &rss20_maker) _assert_itunes_summary("This week we talk about surviving in a " + - "Red state if you’re a Blue person. Or " + + "Red state if you're a Blue person. Or " + "vice versa.", readers, &rss20_maker) end -- cgit v1.2.3