[DRE-commits] [ruby-rack-oauth2] branch master updated (034ff44 -> df0717b)

Sruthi Chandran srud-guest at moszumanska.debian.org
Mon Sep 18 19:06:52 UTC 2017


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

srud-guest pushed a change to branch master
in repository ruby-rack-oauth2.

      from  034ff44   Use DH_RUBY = --gem-install
      adds  89a84d3   New upstream version 1.6.2
       new  3d48e76   Updated version 1.6.2 from 'upstream/1.6.2'
       new  c4a6d9a   Update Standards version
       new  b506067   Update changelog
       new  df0717b   Upload to unstable

The 4 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:
 .travis.yml                                        |   5 +-
 VERSION                                            |   2 +-
 debian/changelog                                   |   7 +
 debian/control                                     |   2 +-
 lib/rack/oauth2/client.rb                          |  22 +--
 lib/rack/oauth2/client/error.rb                    |   5 +-
 lib/rack/oauth2/server/abstract/handler.rb         |   8 +
 lib/rack/oauth2/server/authorize.rb                |  10 +-
 lib/rack/oauth2/server/authorize/code.rb           |   2 +-
 .../server/authorize/extension/code_and_token.rb   |   2 +-
 lib/rack/oauth2/server/authorize/token.rb          |   2 +-
 lib/rack/oauth2/server/rails/authorize.rb          |   4 +-
 lib/rack/oauth2/server/resource.rb                 |   2 +-
 lib/rack/oauth2/server/resource/bearer.rb          |   2 +-
 lib/rack/oauth2/server/resource/mac.rb             |   2 +-
 lib/rack/oauth2/server/token.rb                    |   4 +-
 lib/rack/oauth2/server/token/authorization_code.rb |   2 +-
 lib/rack/oauth2/server/token/client_credentials.rb |   2 +-
 lib/rack/oauth2/server/token/extension/example.rb  |   2 +-
 lib/rack/oauth2/server/token/jwt_bearer.rb         |   2 +-
 lib/rack/oauth2/server/token/password.rb           |   2 +-
 lib/rack/oauth2/server/token/refresh_token.rb      |   2 +-
 lib/rack/oauth2/server/token/saml2_bearer.rb       |   2 +-
 spec/rack/oauth2/client/error_spec.rb              |   2 +-
 spec/rack/oauth2/server/extension/pkce_spec.rb     | 162 +++++++++++++++++++++
 25 files changed, 220 insertions(+), 39 deletions(-)
 create mode 100644 spec/rack/oauth2/server/extension/pkce_spec.rb

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



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