[DRE-commits] [ruby-oauth2] 01/06: Merge tag 'upstream/0.9.3'

Cédric Boutillier boutil at moszumanska.debian.org
Tue May 6 20:53:03 UTC 2014


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

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

commit 14392225f3364495123a794b1ac88a5600552737
Merge: 412982e 7665479
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue May 6 22:14:25 2014 +0200

    Merge tag 'upstream/0.9.3'
    
    Upstream version 0.9.3
    
    # gpg: Signature faite le mar. 06 mai 2014 22:14:19 CEST avec la clef RSA d'identifiant 39CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 CONTRIBUTING.md                                 |   9 +-
 README.md                                       |  56 +++++-----
 Rakefile                                        |  22 +++-
 checksums.yaml.gz                               | Bin 0 -> 270 bytes
 checksums.yaml.gz.sig                           | Bin 0 -> 256 bytes
 data.tar.gz.sig                                 | Bin 256 -> 256 bytes
 lib/oauth2/access_token.rb                      |  36 ++++---
 lib/oauth2/client.rb                            |  34 +++---
 lib/oauth2/response.rb                          |  20 ++--
 lib/oauth2/strategy/assertion.rb                |  14 ++-
 lib/oauth2/strategy/auth_code.rb                |   6 +-
 lib/oauth2/strategy/client_credentials.rb       |  16 ++-
 lib/oauth2/strategy/implicit.rb                 |   6 +-
 lib/oauth2/strategy/password.rb                 |   4 +-
 lib/oauth2/version.rb                           |  11 +-
 metadata.gz.sig                                 |   5 +-
 metadata.yml                                    | 136 +++++++++---------------
 oauth2.gemspec                                  |  19 ++--
 spec/helper.rb                                  |  16 ++-
 spec/oauth2/access_token_spec.rb                |  92 ++++++++--------
 spec/oauth2/client_spec.rb                      | 126 ++++++++++++----------
 spec/oauth2/response_spec.rb                    |  40 +++----
 spec/oauth2/strategy/assertion_spec.rb          |  27 +++--
 spec/oauth2/strategy/auth_code_spec.rb          |  46 ++++----
 spec/oauth2/strategy/base_spec.rb               |   4 +-
 spec/oauth2/strategy/client_credentials_spec.rb |  45 +++++---
 spec/oauth2/strategy/implicit_spec.rb           |  16 +--
 spec/oauth2/strategy/password_spec.rb           |  26 ++---
 28 files changed, 439 insertions(+), 393 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