[DRE-commits] [ruby-oauth2] branch master updated (bf5e42a -> f75f804)

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 change to branch master
in repository ruby-oauth2.

      from  bf5e42a   check gemspec depends
      adds  b489651   Imported Upstream version 1.2.0
      adds  1c6816a   Imported Upstream version 1.2.0
      adds  ae30bd2   New upstream version 1.4.0
       new  fcee6d7   Updated version 1.4.0 from 'upstream/1.4.0'
       new  052d9a0   add testsuite, bump standards
       new  6cd555e   update changelog
       new  f75f804   remove unused override

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:
 .rubocop.yml                                    |  25 +++--
 .travis.yml                                     |  20 +++-
 CHANGELOG.md                                    |  32 ++++++-
 Gemfile                                         |  19 +++-
 README.md                                       |   4 +-
 Rakefile                                        |  16 +---
 debian/changelog                                |   6 ++
 debian/control                                  |   3 +-
 debian/ruby-oauth2.lintian-overrides            |   2 -
 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 +-
 28 files changed, 411 insertions(+), 113 deletions(-)
 delete mode 100644 debian/ruby-oauth2.lintian-overrides
 create mode 100644 lib/oauth2/authenticator.rb
 create mode 100644 spec/oauth2/authenticator_spec.rb

-- 
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