[DRE-commits] [ruby-oauth2] 01/04: Updated version 1.4.0 from 'upstream/1.4.0'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 27 07:35:34 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-oauth2.

commit fcee6d7aa24b93785c9e4262964561d0740c2b7b
Merge: bf5e42a ae30bd2
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Jul 27 12:52:13 2017 +0530

    Updated version 1.4.0 from 'upstream/1.4.0'
    
    with Debian dir fd657e8e90e85af8323991e13373e988e8f2af22

 .rubocop.yml                                    |  25 +++--
 .travis.yml                                     |  20 +++-
 CHANGELOG.md                                    |  32 ++++++-
 Gemfile                                         |  19 +++-
 README.md                                       |   4 +-
 Rakefile                                        |  16 +---
 lib/oauth2.rb                                   |   1 +
 lib/oauth2/access_token.rb                      |   6 +-
 lib/oauth2/authenticator.rb                     |  58 +++++++++++
 lib/oauth2/client.rb                            |  54 +++++++++--
 lib/oauth2/error.rb                             |   2 +-
 lib/oauth2/response.rb                          |   2 +-
 lib/oauth2/strategy/assertion.rb                |   2 +-
 lib/oauth2/strategy/auth_code.rb                |   3 +-
 lib/oauth2/strategy/base.rb                     |   7 --
 lib/oauth2/strategy/client_credentials.rb       |  14 +--
 lib/oauth2/strategy/password.rb                 |   2 +-
 lib/oauth2/version.rb                           |   2 +-
 oauth2.gemspec                                  |   9 +-
 spec/oauth2/authenticator_spec.rb               |  68 +++++++++++++
 spec/oauth2/client_spec.rb                      | 122 +++++++++++++++++++++---
 spec/oauth2/strategy/assertion_spec.rb          |   2 +-
 spec/oauth2/strategy/auth_code_spec.rb          |  23 ++++-
 spec/oauth2/strategy/client_credentials_spec.rb |  18 +---
 spec/oauth2/strategy/password_spec.rb           |   2 +-
 25 files changed, 403 insertions(+), 110 deletions(-)

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



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