[DRE-commits] [ruby-httpauth] 01/07: Merge tag 'upstream/0.2.1+gh'
Jonas Genannt
jonas at brachium-system.net
Fri Oct 10 09:46:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-httpauth.
commit 9337f673dab06678e24944fa1646434202a7c8d6
Merge: dabce44 0be870d
Author: Jonas Genannt <jonas.genannt at brachium-system.net>
Date: Fri Oct 10 11:32:57 2014 +0200
Merge tag 'upstream/0.2.1+gh'
Upstream version 0.2.1+gh
.gitignore | 1 +
Gemfile | 5 +
README.md | 2 +-
Rakefile | 12 +++
TODO | 8 ++
examples/client_digest_secure | 131 +++++++++++++++++++++++
examples/server_digest_secure | 47 +++++++++
httpauth.gemspec | 20 ++++
lib/httpauth.rb | 2 +-
lib/httpauth/basic.rb | 31 +++---
lib/httpauth/constants.rb | 10 +-
lib/httpauth/digest.rb | 225 ++++++++++++++++++++--------------------
lib/httpauth/exceptions.rb | 2 +-
metadata.yml | 72 -------------
test/basic_test.rb | 63 +++++++++++
test/digest_conversions_test.rb | 62 +++++++++++
test/digest_credentials_test.rb | 85 +++++++++++++++
test/digest_scenario_test.rb | 29 ++++++
test/digest_session_test.rb | 37 +++++++
test/digest_utils_test.rb | 141 +++++++++++++++++++++++++
test/fixtures/credentials.yml | 53 ++++++++++
test/test_helper.rb | 37 +++++++
22 files changed, 866 insertions(+), 209 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-httpauth.git
More information about the Pkg-ruby-extras-commits
mailing list