Preview: version.rb
Size: 153 B
/proc/thread-self/root/opt/alt/ruby40/share/gems/gems/bundler-4.0.10/lib/bundler/vendor/uri/lib/uri/version.rb
module Bundler::URI
# :stopdoc:
VERSION = '1.1.1'.freeze
VERSION_CODE = VERSION.split('.').map{|s| s.rjust(2, '0')}.join.freeze
# :startdoc:
end
Directory Contents
Dirs: 0 × Files: 14