ruby--ruby/lib/uri
akira 77d007dc05 * removed URI::Generic#to_ary.
* URI::Generic included URI.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-12-16 00:52:32 +00:00
..
common.rb fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instead of ["mailtto:"] for "foo bar <mailto:xxx>". 2002-12-12 06:42:42 +00:00
ftp.rb added uri library (uri-0.9.4) 2002-01-10 08:00:51 +00:00
generic.rb * removed URI::Generic#to_ary. 2002-12-16 00:52:32 +00:00
http.rb added uri library (uri-0.9.4) 2002-01-10 08:00:51 +00:00
https.rb added uri library (uri-0.9.4) 2002-01-10 08:00:51 +00:00
ldap.rb updated uri.rb and uri/*.rb to uri-0.9.7 2002-10-04 06:26:45 +00:00
mailto.rb should raise InvalidComponentError if MAILTO_REGEXP could not match with @opaque. 2002-10-20 10:54:19 +00:00