aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri.rb
diff options
context:
space:
mode:
authorakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-26 02:36:05 +0000
committerakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-26 02:36:05 +0000
commit3916df613eb46f54e4ba91834fa920ac6f612d1b (patch)
tree4096de948345fc6b3dd2d0aac41e92a07e4b5eec /lib/uri.rb
parent6e2ad002ed08b64a58fa655cb378261ebde6c7fa (diff)
downloadruby-3916df613eb46f54e4ba91834fa920ac6f612d1b.tar.gz
* lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.
* lib/uri/generic.rb: registry part must not be allowed for any schemes for the Internet. (RFC2396, section 3.2.2 and 3.2.1.) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri.rb')
-rw-r--r--lib/uri.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri.rb b/lib/uri.rb
index 1832fb8d5d..d33f0c827f 100644
--- a/lib/uri.rb
+++ b/lib/uri.rb
@@ -15,7 +15,7 @@
=end
module URI
- VERSION_CODE = '000905'.freeze
+ VERSION_CODE = '000906'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
end