summaryrefslogtreecommitdiffstats
path: root/lib/rss/maker
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-16 09:22:55 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-16 09:22:55 +0000
commitb1d2fae232dd11135ca737087896e91873faaf09 (patch)
treedbe0db9ee9de40c41d247a05c275e50fb74a8f1d /lib/rss/maker
parent1582e33aef02c48241807425781bda62152ee06a (diff)
downloadruby-b1d2fae232dd11135ca737087896e91873faaf09.tar.gz
ruby-b1d2fae232dd11135ca737087896e91873faaf09.tar.xz
ruby-b1d2fae232dd11135ca737087896e91873faaf09.zip
* lib/rss/maker.rb, lib/rss/maker/0.9.rb,
test/test_maker_*.rb: add RSS::Maker.supported? git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/maker')
-rw-r--r--lib/rss/maker/0.9.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rss/maker/0.9.rb b/lib/rss/maker/0.9.rb
index ed992028c..aede4d7c2 100644
--- a/lib/rss/maker/0.9.rb
+++ b/lib/rss/maker/0.9.rb
@@ -501,6 +501,7 @@ module RSS
add_maker("0.9", "0.92", RSS092)
add_maker("0.91", "0.91", RSS091)
add_maker("0.92", "0.92", RSS092)
+ add_maker("rss0.9", "0.92", RSS092)
add_maker("rss0.91", "0.91", RSS091)
add_maker("rss0.92", "0.92", RSS092)
end