Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
module URI
# :stopdoc:
VERSION_CODE = '001100'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
# :startdoc:
end