diff options
-rw-r--r-- | MANIFEST | 8 | ||||
-rw-r--r-- | lib/README | 6 |
2 files changed, 14 insertions, 0 deletions
@@ -188,6 +188,14 @@ lib/thwait.rb lib/time.rb lib/timeout.rb lib/tracer.rb +lib/uri.rb +lib/uri/common.rb +lib/uri/ftp.rb +lib/uri/generic.rb +lib/uri/http.rb +lib/uri/https.rb +lib/uri/ldap.rb +lib/uri/mailto.rb lib/weakref.rb misc/README misc/inf-ruby.el diff --git a/lib/README b/lib/README index 01c812d15e..3b52cbf673 100644 --- a/lib/README +++ b/lib/README @@ -57,4 +57,10 @@ thwait.rb thread syncronization class time.rb RFC2822, RFC2616, ISO8601 style time formatting/parsing timeout.rb provides timeout tracer.rb execution tracer +uri.rb URI support +uri/ftp.rb ftp scheme support +uri/http.rb http scheme support +uri/https.rb https scheme support +uri/ldap.rb ldap scheme support +uri/mailto.rb mailto scheme support weakref.rb weak reference class |