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

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 14 09:55:04 UTC 2016


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

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

      from  3b91ff5   Run wrap-and-sort on packaging files
       new  ac67bb4   Imported Upstream version 1.2.0
       new  10ed442   new upstream release
       new  21c6645   update watch file
       new  a5466a1   Imported Upstream version 1.2.0
       new  0eebb03   refresh patches
       new  bf5e42a   check gemspec depends

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:
 .gitignore                                      |  10 ++
 .rspec                                          |   2 +
 .rubocop.yml                                    |  58 ++++++++
 .travis.yml                                     |  21 +++
 CHANGELOG.md                                    |  29 ++++
 Gemfile                                         |  24 ++++
 README.md                                       |   9 +-
 Rakefile                                        |   2 +-
 checksums.yaml.gz                               | Bin 270 -> 0 bytes
 debian/changelog                                |   6 +
 debian/control                                  |   4 +-
 debian/patches/remove-simplecov.patch           |  36 +++--
 debian/rules                                    |  13 +-
 debian/watch                                    |   3 +-
 lib/oauth2/access_token.rb                      |  20 +--
 lib/oauth2/client.rb                            |  12 +-
 lib/oauth2/error.rb                             |  26 +++-
 lib/oauth2/mac_token.rb                         |  18 ++-
 lib/oauth2/response.rb                          |  44 +++---
 lib/oauth2/strategy/assertion.rb                |  22 +--
 lib/oauth2/strategy/client_credentials.rb       |   6 +-
 lib/oauth2/strategy/implicit.rb                 |   2 +-
 lib/oauth2/strategy/password.rb                 |   2 +-
 lib/oauth2/version.rb                           |  66 +++++++--
 metadata.yml                                    | 179 ------------------------
 oauth2.gemspec                                  |   7 +-
 spec/helper.rb                                  |  23 ++-
 spec/oauth2/access_token_spec.rb                |  17 ++-
 spec/oauth2/client_spec.rb                      |  23 +--
 spec/oauth2/response_spec.rb                    |   6 +-
 spec/oauth2/strategy/assertion_spec.rb          |   1 -
 spec/oauth2/strategy/client_credentials_spec.rb |   4 +-
 spec/oauth2/strategy/password_spec.rb           |   1 -
 33 files changed, 364 insertions(+), 332 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 .rubocop.yml
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG.md
 create mode 100644 Gemfile
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 metadata.yml

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