ruby-ntlm 0.3.4-2 source package in Ubuntu

Changelog

ruby-ntlm (0.3.4-2) unstable; urgency=medium

  * Team upload
  * Generate gemspec for newer rubies
  * Refresh packaging with dh-make-ruby -w

 -- Pirate Praveen <email address hidden>  Mon, 05 Oct 2015 11:15:16 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe ruby

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-ntlm_0.3.4-2.dsc 2.0 KiB 231157737d20949fe5ac15fef103fe36d3129b43c3962364074ad2d1acff33dc
ruby-ntlm_0.3.4.orig.tar.gz 12.2 KiB b64f67605ec64eaf5b1c8b58c10604eaa5a6b9fb2e4f5889da6a83c51f264c74
ruby-ntlm_0.3.4-2.debian.tar.xz 3.2 KiB 403f835021a873591d653601ec8866614187a87998e326aef69c73f31221eab2

No changes file available.

Binary packages built by this source

ruby-ntlm: NTLM authentication client for Ruby

 NTLM (NT LAN Manager) is an authentication protocol used in various Microsoft
 network protocol implementations. It employs a challenge-response mechanism
 for authentication, in which clients are able to prove their identities
 without sending a password to the server.
 This Ruby library provides message creator and parser for the NTLM
 authentication. It supports NTLM v1 only.