[DRE-commits] [ruby-httpauth] branch master updated (dabce44 -> 1cf1461)
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 change to branch master
in repository ruby-httpauth.
from dabce44 use canonical URI in Vcs-* fields
adds 0be870d Imported Upstream version 0.2.1+gh
new 9337f67 Merge tag 'upstream/0.2.1+gh'
new 4b6daf4 d/control: bumped up standards version to 3.9.6 (no changes needed)
new cfe4fbc d/control: removed whitespaces
new 97f0d29 d/control: added testsuite header
new 13cb7a2 d/examples: added examples
new 514ccf9 added ruby-tests.rake to run build tests
new 1cf1461 update changelog for upload
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
Gemfile | 5 +
README.md | 2 +-
Rakefile | 12 +++
TODO | 8 ++
debian/changelog | 19 ++++
debian/control | 9 +-
debian/ruby-httpauth.examples | 1 +
debian/ruby-tests.rake | 5 +
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 +++++++
26 files changed, 896 insertions(+), 213 deletions(-)
create mode 100644 .gitignore
create mode 100644 Gemfile
create mode 100644 Rakefile
create mode 100644 TODO
create mode 100644 debian/ruby-httpauth.examples
create mode 100644 debian/ruby-tests.rake
create mode 100755 examples/client_digest_secure
create mode 100755 examples/server_digest_secure
create mode 100644 httpauth.gemspec
delete mode 100644 metadata.yml
create mode 100644 test/basic_test.rb
create mode 100644 test/digest_conversions_test.rb
create mode 100644 test/digest_credentials_test.rb
create mode 100644 test/digest_scenario_test.rb
create mode 100644 test/digest_session_test.rb
create mode 100644 test/digest_utils_test.rb
create mode 100644 test/fixtures/credentials.yml
create mode 100644 test/test_helper.rb
--
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