From da48f95304d6d310dbadc250623b9bb0b0bea76c 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: http://svn.ruby-lang.org/repos/ruby/trunk@14081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rss/rss.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rss/rss.rb') diff --git a/lib/rss/rss.rb b/lib/rss/rss.rb index 93fe24d56..0242a2a6a 100644 --- a/lib/rss/rss.rb +++ b/lib/rss/rss.rb @@ -53,7 +53,7 @@ require "rss/xml-stylesheet" module RSS - VERSION = "0.2.1" + VERSION = "0.2.2" URI = "http://purl.org/rss/1.0/" -- cgit