From 638dcfc85972b931647098d05a8dcd123025c364 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: http://svn.ruby-lang.org/repos/ruby/trunk@12928 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 fb777b1d5..db507f78c 100644 --- a/lib/rss/rss.rb +++ b/lib/rss/rss.rb @@ -53,7 +53,7 @@ require "rss/xml-stylesheet" module RSS - VERSION = "0.1.8" + VERSION = "0.1.9" URI = "http://purl.org/rss/1.0/" -- cgit