From 4ef7ec62cab725ad1dea2be9a26ca0f9fd195729 Mon Sep 17 00:00:00 2001 From: kou Date: Wed, 23 Nov 2005 09:24:17 +0000 Subject: * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSS Maker. * lib/rss/taxonomy.rb: supported RSS Maker. * lib/rss/maker.rb: added taxonomy module support. * lib/rss/rss.rb: adjusted to other element API. * lib/rss/1.0.rb: adjusted to other element API but backward compatibility is reserved. * lib/rss/0.9.rb: ditto. * test/rss/test_maker_taxo.rb: added test case for taxonomy module for RSS Maker. * test/rss/test_setup_maker_1.0.rb: added tests for taxo:topic. * test/rss/test_setup_maker_1.0.rb: added backward compatibility test. * test/rss/test_setup_maker_0.9.rb: ditto. * test/rss/test_setup_maker_2.0.rb: ditto. * test/rss/rss-testcase.rb: added convenience method for setting up taxo:topic. * test/rss/rss-assertions.rb: added assertion for taxo:topic. * sample/rss/blend.rb: followed new API. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/rss/blend.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/rss') diff --git a/sample/rss/blend.rb b/sample/rss/blend.rb index e578f26a86..2fbd6efed6 100755 --- a/sample/rss/blend.rb +++ b/sample/rss/blend.rb @@ -61,7 +61,7 @@ rss = RSS::Maker.make("1.0") do |maker| feeds.each do |feed| feed.items.each do |item| - item.setup_maker(maker) + item.setup_maker(maker.items) end end maker.items.do_sort = true -- cgit v1.2.3