| Direktori : /proc/thread-self/root/opt/alt/ruby33/share/rubygems/rubygems/vendor/uri/lib/uri/ |
| Current File : //proc/thread-self/root/opt/alt/ruby33/share/rubygems/rubygems/vendor/uri/lib/uri/version.rb |
module Gem::URI
# :stopdoc:
VERSION_CODE = '001301'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
# :startdoc:
end