URI module
URI is class library for Ruby.
It can handle URIs.
It was called URb until yesterday and now it is called URI.
FTP, HTTP, HTTPS, LDAP and MAILTO are currently supported but
there is no documentation.
It is included into ``rough'' at cvs.ruby-lang.org:/src.
Download
- Version 0.9.10
- uri-0.9.10.tar.gz
Generic#to_str are obsoleted.
Generic#== no longer creates an URI object internally.
- all
foo=() returns arguments passed by caller.
- Version 0.9.9
- uri-0.9.9.tar.gz
Generic#to_ary and Generic#to_a
are obsoleted.
- URI::Generic class includes URI module.
- some bugs are fixed.
- Ruby 1.6.8 includes this version of the URI library.
- Version 0.9.8
- new methods are added,
Generic#select and Generic#merge!
- some bugs are fixed.
- Version 0.9.7
- some bugs are fixed.
- Version 0.9.6
- some bugs reported by Mr.Kubota are fixed.
- Version 0.9.5
- some bugs are fixed.
- Version 0.9.4
- Some constants are frozen.
- Version 0.9.3
- If other's class is not equal to self's class,
then it returns false instead of raising exception.
- New method
normalize! and normalize.
- Version 0.9.2
- Some bugs were fixed by Mr. Akinori MUSHA.
- Corrected regular expression for IPv6 address.
- For host component, you can do case-insensitive comparison.
- The version is in
URI::VERSION.
- Version 0.9
- Same as version 0.4 of URb. It is version of renamed release.
- Version 0.4 (URb)
- Version 0.3 (URb)
- Mr. Tateishi
gives me a code for LDAP URI.