File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/rubyntlm-0.6.2/lib/net/ntlm/

Viewing File: version.rb

module Net
  module NTLM
    # @private
    module VERSION
      MAJOR = 0
      MINOR = 6
      TINY  = 2
      STRING = [MAJOR, MINOR, TINY].join('.')
    end
  end
end