debian/0000755000000000000000000000000012222371166007170 5ustar debian/ruby-net-http-digest-auth.docs0000644000000000000000000000001312222371166014772 0ustar README.txt debian/ruby-test-files.yaml0000644000000000000000000000005112222371166013106 0ustar --- - test/test_net_http_digest_auth.rb debian/source/0000755000000000000000000000000012222371166010470 5ustar debian/source/format0000644000000000000000000000001412222371166011676 0ustar 3.0 (quilt) debian/ruby-net-http-digest-auth.examples0000644000000000000000000000001112222371166015656 0ustar sample/* debian/compat0000644000000000000000000000000212222371166010366 0ustar 7 debian/copyright0000644000000000000000000000254412222371166011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: net-http-digest_auth Source: http://seattlerb.rubyforge.org/net-http-digest_auth Files: * Copyright: © 2010 Eric Hodel License: MIT Files: debian/* Copyright: 2012 Gunnar Wolf License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/changelog0000644000000000000000000000132712222371166011045 0ustar ruby-net-http-digest-auth (1.4-1) unstable; urgency=low * New upstream release -- Gunnar Wolf Mon, 30 Sep 2013 16:50:08 -0500 ruby-net-http-digest-auth (1.3-1) unstable; urgency=low * New upstream release * Standards-version 3.9.2 → 3.9.4 (no changes needed) -- Gunnar Wolf Wed, 26 Jun 2013 10:54:07 -0500 ruby-net-http-digest-auth (1.2-2) unstable; urgency=low * Team upload. * Bump build dependency on gem2deb to >= 0.3.0~. -- Paul van Tilburg Wed, 27 Jun 2012 21:16:48 +0200 ruby-net-http-digest-auth (1.2-1) unstable; urgency=low * Initial release (Closes: #656277) -- Gunnar Wolf Tue, 17 Jan 2012 17:20:23 -0600 debian/rules0000755000000000000000000000070112222371166010246 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000017512222371166010224 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/net-http-digest_auth .*/net-http-digest_auth-(.*).tar.gz debian/control0000644000000000000000000000166512222371166010603 0ustar Source: ruby-net-http-digest-auth Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-minitest Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-http-digest-auth.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-net-http-digest-auth.git;a=summary Homepage: http://docs.seattlerb.org/net-http-digest_auth XS-Ruby-Versions: all Package: ruby-net-http-digest-auth Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: RFC 2617 Digest Access Authentication implementation Stand-alone Ruby library implementing Digest Access Authentication. This package is completely independent (and does not fully integrate with) Net::HTTP.