summaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-10 08:00:51 +0000
committerakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-10 08:00:51 +0000
commit30cbb695a1ac1e2223294857d0873848a08b6aa6 (patch)
tree67820073efcecd2ab006fff86b72c4f5020a7682 /lib/README
parent71538eabd780fc77a79e9e75c3e87fd1ed8887e9 (diff)
downloadruby-30cbb695a1ac1e2223294857d0873848a08b6aa6.tar.gz
ruby-30cbb695a1ac1e2223294857d0873848a08b6aa6.tar.xz
ruby-30cbb695a1ac1e2223294857d0873848a08b6aa6.zip
added uri library (uri-0.9.4)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index 70b7c4fa8..dfa9d973c 100644
--- a/lib/README
+++ b/lib/README
@@ -61,4 +61,10 @@ thread.rb thread support
thwait.rb thread syncronization class
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