From 44b86ef7ec1a9ba6eb65effd44541e4e3ab22ab0 Mon Sep 17 00:00:00 2001 From: kou Date: Mon, 11 Feb 2008 08:24:18 +0000 Subject: * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb: 0.2.3 -> 0.2.4. * lib/rss/maker.rb, lib/rss/maker/, test/rss/test_maker_2.0.rb: fixed a bug that RSS::Maker.make("0.9")'s item doesn't make some elements if description is missed. Reported by Michael Auzenne. Thanks!!! * lib/rss/maker/0.9.rb, test/rss/test_maker_0.9.rb: RSS::Maker.make("0.9") generates RSS 0.92 not RSS 0.91. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15431 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 d00d4c5a4..746c8ffb8 100644 --- a/lib/rss/rss.rb +++ b/lib/rss/rss.rb @@ -53,7 +53,7 @@ require "rss/xml-stylesheet" module RSS - VERSION = "0.2.3" + VERSION = "0.2.4" URI = "http://purl.org/rss/1.0/" -- cgit