[DRE-commits] [ruby-oauth2] branch master updated (412982e -> a29f550)

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

      from  412982e   upstream does not provide changelog
      adds  7665479   Imported Upstream version 0.9.3
       new  1439222   Merge tag 'upstream/0.9.3'
       new  a1e7ef9   wrap and sort
       new  5577075   drop dependency on ruby-httpauth
       new  92db0d3   bump Standards-Version to 3.9.5 (no changes needed)
       new  38f06f2   Refresh remove-simplecov.patch to also exclude coveralls
       new  a29f550   prepare changelog

The 6 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:
 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
 debian/changelog                                |  11 ++
 debian/control                                  |  25 +++--
 debian/patches/remove-simplecov.patch           |  31 +++---
 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 ++---
 31 files changed, 485 insertions(+), 414 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 checksums.yaml.gz.sig

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