From 3f5c0f4f6ff6a34189d578ed7f6bfbb240400109 Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 9 Oct 2004 12:30:52 +0000 Subject: * lib/rss/converter.rb: changed to try to use Iconv for default conversion. * lib/rss/rss.rb: 0.0.9 -> 0.1.0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7023 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 b06cf68d81..9db5f5a6ff 100644 --- a/lib/rss/rss.rb +++ b/lib/rss/rss.rb @@ -56,7 +56,7 @@ require "rss/xml-stylesheet" module RSS - VERSION = "0.0.9" + VERSION = "0.1.0" URI = "http://purl.org/rss/1.0/" -- cgit v1.2.3