1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

uri-0.9.5

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akira 2002-02-07 04:51:11 +00:00
parent 90991d9889
commit 91a3db0afc
4 changed files with 27 additions and 4 deletions

View file

@ -15,7 +15,7 @@
=end
module URI
VERSION_CODE = '000904'.freeze
VERSION_CODE = '000905'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
end