summaryrefslogtreecommitdiff
path: root/lib/uri.rb
diff options
context:
space:
mode:
-rw-r--r--lib/uri.rb5
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,4 @@
#
-# = uri.rb
-#
# URI support for Ruby
#
# Author:: Akira Yamada <[email protected]>
@@ -14,8 +12,11 @@
#
module URI
VERSION_CODE = '000911'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
end
require 'uri/common'