[DRE-commits] [ruby-mixlib-authentication] branch master updated (8f0bea9 -> 7a1fd03)

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Mar 3 21:55:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository ruby-mixlib-authentication.

      from  8f0bea9   Release to unstable
      adds  70f1387   Imported Upstream version 1.4.0
       new  85fb2c3   Merge tag 'upstream/1.4.0'
       new  2db98e3   d/changelog: new release 1.4.0
       new  d08f8c8   Drop 0001-make-specs-compatible-with-rspec-3.patch
       new  f7ed676   debian/control: use secure uri in Vcs field, silence lintian
       new  3cb87f9   Bump debhelper compatibility level to 9
       new  a3b402e   Declare compliance with Debian policy 3.9.7
       new  a66051b   debian/control: wrap and sort Uploaders field
       new  7a1fd03   Prepare version 1.4.0 to unstable

The 8 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:
 Gemfile                                            |   6 +
 Rakefile                                           |   6 +-
 debian/changelog                                   |  13 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  10 +-
 .../0001-make-specs-compatible-with-rspec-3.patch  |  21 ---
 debian/patches/series                              |   1 -
 lib/mixlib/authentication.rb                       |   2 +
 lib/mixlib/authentication/digester.rb              |  20 +-
 .../authentication/http_authentication_request.rb  |   6 +-
 lib/mixlib/authentication/signatureverification.rb |  19 +-
 lib/mixlib/authentication/signedheaderauth.rb      | 135 ++++++++++---
 .../version.rb}                                    |  25 +--
 metadata.yml                                       | 150 +++++++++------
 mixlib-authentication.gemspec                      |  25 +++
 spec/mixlib/authentication/digester_spec.rb        |  24 +++
 .../http_authentication_request_spec.rb            |  24 ++-
 .../authentication/mixlib_authentication_spec.rb   | 209 ++++++++++++++++-----
 18 files changed, 498 insertions(+), 200 deletions(-)
 create mode 100644 Gemfile
 delete mode 100644 debian/patches/0001-make-specs-compatible-with-rspec-3.patch
 delete mode 100644 debian/patches/series
 copy lib/mixlib/{authentication.rb => authentication/version.rb} (65%)
 create mode 100644 mixlib-authentication.gemspec
 create mode 100644 spec/mixlib/authentication/digester_spec.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mixlib-authentication.git



More information about the Pkg-ruby-extras-commits mailing list