aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri.rb')
-rw-r--r--lib/uri.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/uri.rb b/lib/uri.rb
index ec9a18cd31..09c4f5fbcf 100644
--- a/lib/uri.rb
+++ b/lib/uri.rb
@@ -1,6 +1,4 @@
#
-# = uri.rb
-#
# URI support for Ruby
#
# Author:: Akira Yamada <akira@ruby-lang.org>
@@ -14,8 +12,11 @@
#
module URI
+ # :stopdoc:
VERSION_CODE = '000911'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
+ # :startdoc:
+
end
require 'uri/common'