[DRE-commits] [ruby-omniauth] branch master updated (faeebf1 -> 5d09a5f)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 24 16:49:58 UTC 2017


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

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

      from  faeebf1   added description to the remove-git-from-gemspec.diff patch file
      adds  b0eaa88   New upstream version 1.6.1
       new  05b36dd   Merge tag 'upstream/1.6.1'
       new  d60a653   update changelog
       new  e47db45   tighten dependency on ruby-hashie
       new  deb4aa7   remove unnecessary patches
       new  914bdf8   bump standards version
       new  22c277b   update changelog
       new  5d09a5f   remove coverage in clean

The 7 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:
 .github/ISSUE_TEMPLATE.md                   | 20 ++++++++
 .rubocop.yml                                |  3 ++
 .travis.yml                                 | 22 ++------
 Gemfile                                     | 25 +++++----
 Gemfile.rack-1.3.x                          | 20 --------
 Gemfile.rack-master                         | 16 ------
 LICENSE.md                                  |  2 +-
 README.md                                   | 35 ++++++-------
 Rakefile                                    | 35 +++++++++++++
 debian/changelog                            |  8 +++
 debian/control                              | 12 ++---
 debian/patches/remove-git-from-gemspec.diff | 16 ------
 debian/patches/remove-simplecov.patch       | 32 ------------
 debian/patches/series                       |  2 -
 debian/rules                                |  4 ++
 lib/omniauth/auth_hash.rb                   | 10 ++--
 lib/omniauth/builder.rb                     |  2 +-
 lib/omniauth/failure_endpoint.rb            |  2 +-
 lib/omniauth/form.css                       |  2 +-
 lib/omniauth/key_store.rb                   | 22 ++++++++
 lib/omniauth/strategy.rb                    | 53 ++++++++++---------
 lib/omniauth/test/strategy_test_case.rb     |  4 +-
 lib/omniauth/version.rb                     |  2 +-
 omniauth.gemspec                            | 10 ++--
 spec/helper.rb                              | 13 +++--
 spec/omniauth/auth_hash_spec.rb             | 25 +++++++++
 spec/omniauth/failure_endpoint_spec.rb      |  2 +-
 spec/omniauth/key_store_spec.rb             | 79 +++++++++++++++++++++++++++++
 spec/omniauth/strategy_spec.rb              | 44 +++++++++-------
 spec/omniauth_spec.rb                       |  2 +-
 30 files changed, 316 insertions(+), 208 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE.md
 delete mode 100644 Gemfile.rack-1.3.x
 delete mode 100644 Gemfile.rack-master
 delete mode 100644 debian/patches/remove-git-from-gemspec.diff
 delete mode 100644 debian/patches/remove-simplecov.patch
 delete mode 100644 debian/patches/series
 create mode 100644 lib/omniauth/key_store.rb
 create mode 100644 spec/omniauth/key_store_spec.rb

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



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