diff options
| author | akira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 11:49:20 +0000 |
|---|---|---|
| committer | akira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 11:49:20 +0000 |
| commit | 1cffc0574cf57a357b02b916500f7a901b553713 (patch) | |
| tree | 9779cc9bc82e803b6d154a588e2fe171e705db32 /ChangeLog | |
| parent | ad521a59ba04c5075cc662054c324316d9b3f765 (diff) | |
| download | ruby-1cffc0574cf57a357b02b916500f7a901b553713.tar.gz ruby-1cffc0574cf57a357b02b916500f7a901b553713.tar.xz ruby-1cffc0574cf57a357b02b916500f7a901b553713.zip | |
* lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
has no host-part.
* test/uri/test_generic.rb (TestGeneric::test_route): added a test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Dec 22 20:44:36 2003 akira yamada <akira@ruby-lang.org> + + * lib/uri/generic.rb (URI::Generic#route_from): accepts urls which + has no host-part. + + * test/uri/test_generic.rb (TestGeneric::test_route): added a test. + Mon Dec 22 20:38:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/cgi.rb: reduce eval. |
