diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-22 05:41:33 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-22 05:41:33 +0000 |
| commit | ee9762968be0a56328733fead3938659ed30b4d5 (patch) | |
| tree | 3e2486e8434f30b7281f1a61322c732f7b01c05f /ChangeLog | |
| parent | e3344184b11fa45e30ff18d853c06cc826e5fd2d (diff) | |
| download | ruby-ee9762968be0a56328733fead3938659ed30b4d5.tar.gz ruby-ee9762968be0a56328733fead3938659ed30b4d5.tar.xz ruby-ee9762968be0a56328733fead3938659ed30b4d5.zip | |
* lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTP
URI and local file path too.
* test/rss/test_parser.rb (RSS::TestParser#test_parse): test
for the above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Jul 22 14:37:43 2005 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTP + URI and local file path too. + + * test/rss/test_parser.rb (RSS::TestParser#test_parse): test + for the above. + Fri Jul 22 07:01:42 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revert |
