diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-03 18:13:13 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-03 18:13:13 +0000 |
commit | 299d6b14377720678401beaacef1ff8aa15c020d (patch) | |
tree | 473e6f99e4c32093e56ce94107a33f6f0b0a9760 /lib/net/protocol.rb | |
parent | 57681d09ff9f30d1e68a517e0b4624af518134f7 (diff) | |
download | ruby-299d6b14377720678401beaacef1ff8aa15c020d.tar.gz ruby-299d6b14377720678401beaacef1ff8aa15c020d.tar.xz ruby-299d6b14377720678401beaacef1ff8aa15c020d.zip |
aamine
* lib/net/http.rb: new method HTTP#request_by_name (test)
* lib/net/http.rb: new class HTTPGenericRequest
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/protocol.rb')
-rw-r--r-- | lib/net/protocol.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/protocol.rb b/lib/net/protocol.rb index 52c4926d4..d810ac2f9 100644 --- a/lib/net/protocol.rb +++ b/lib/net/protocol.rb @@ -1,6 +1,6 @@ =begin -= net/protocol.rb version 1.2.1 += net/protocol.rb version 1.2.2 Copyright (c) 1999-2001 Yukihiro Matsumoto @@ -32,7 +32,7 @@ module Net class Protocol - Version = '1.2.1' + Version = '1.2.2' class << self |