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

* lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,

"0.9" is just alias of "0.91."
* test/rss/test_maker_0.9.rb: make("0.9") -> maker("0.91").
* test/rss/test_to_s.rb: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2004-11-27 08:43:18 +00:00
parent b325d73c13
commit 0a93165e16
4 changed files with 41 additions and 25 deletions

View file

@ -60,7 +60,7 @@ module RSS
end
def test_to_s_09
rss = RSS::Maker.make("0.9") do |maker|
rss = RSS::Maker.make("0.91") do |maker|
setup_full(maker)
end