Sha256: 6f56528f2082c908c5365c1475c2a22f81d1c5b21ed7f13866f4a06a0bb8f852

Contents?: true

Size: 171 Bytes

Versions: 4

Compression:

Stored size: 171 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/rubyntlm-0.4.0/lib/net/ntlm/version.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/rubyntlm-0.4.0/lib/net/ntlm/version.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/rubyntlm-0.4.0/lib/net/ntlm/version.rb
rubyntlm-0.4.0 lib/net/ntlm/version.rb