From 77d007dc05d07d2167e083d39b3afa6ca1562e9f Mon Sep 17 00:00:00 2001 From: akira Date: Mon, 16 Dec 2002 00:52:32 +0000 Subject: * removed URI::Generic#to_ary. * URI::Generic included URI. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/uri.rb') diff --git a/lib/uri.rb b/lib/uri.rb index 568ff008c7..f95d72b7ce 100644 --- a/lib/uri.rb +++ b/lib/uri.rb @@ -15,7 +15,7 @@ =end module URI - VERSION_CODE = '000908'.freeze + VERSION_CODE = '000909'.freeze VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze end -- cgit v1.2.3