diff options
author | akira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-14 05:32:48 +0000 |
---|---|---|
committer | akira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-14 05:32:48 +0000 |
commit | bfa0275833b60de39c8f890d6f47045d1ef4b26e (patch) | |
tree | ea98bab2d95391f816d42c41cc9dee354cdce857 /lib/uri.rb | |
parent | 246800d42bf1cb6d2031491ebb26c999b19ddeea (diff) |
* lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()
returns arguments passed by caller.
* lib/uri/generic.rb (Generic#to_str, Generic#to_s): removed to_str.
Suggested by Tanaka Akira <[email protected]> at [ruby-dev:19475].
* lib/uri/generic.rb (Generic#==): should not generate an URI object
from argument. Suggested by Tanaka Akira <[email protected]> at
[ruby-dev:19475].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri.rb')
-rw-r--r-- | lib/uri.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri.rb b/lib/uri.rb index f95d72b7ce..dec18a110b 100644 --- a/lib/uri.rb +++ b/lib/uri.rb @@ -15,7 +15,7 @@ =end module URI - VERSION_CODE = '000909'.freeze + VERSION_CODE = '000910'.freeze VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze end |