aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri.rb
diff options
context:
space:
mode:
authorakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-04 06:26:45 +0000
committerakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-04 06:26:45 +0000
commit05e476c941e41132d40b4bcbfcc7eea90cae7318 (patch)
treeabe5147994e8566c8c4f7f49e59378f9683df2d3 /lib/uri.rb
parent396c29d1952642868874cace40615c2f1aae153b (diff)
downloadruby-05e476c941e41132d40b4bcbfcc7eea90cae7318.tar.gz
updated uri.rb and uri/*.rb to uri-0.9.7
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2934 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 beb1443697..568ff008c7 100644
--- a/lib/uri.rb
+++ b/lib/uri.rb
@@ -15,7 +15,7 @@
=end
module URI
- VERSION_CODE = '000907'.freeze
+ VERSION_CODE = '000908'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
end