1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
kou 2004-10-09 12:30:52 +00:00
parent abc8e89324
commit 3f5c0f4f6f
3 changed files with 16 additions and 8 deletions

View file

@ -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/"