[DRE-commits] [ruby-openid] branch master updated (a39305c -> 99e4c75)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sun Apr 12 21:15:49 UTC 2015


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

sbadia-guest pushed a change to branch master
in repository ruby-openid.

      from  a39305c   prepare changelog
      adds  bac9ad9   Imported Upstream version 2.7.0debian
       new  2a41703   Merge tag 'upstream/2.7.0debian'
       new  d418443   Add ruby-minitest to Build-Depends for ruby2.2
       new  d6e42d0   Bump Standards-Version to 3.9.6 (no further changes)
       new  2506b69   Update Vcs-Browser to cgit URL and HTTPS
       new  99e4c75   Prepare experimental upload

The 5 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:
 CHANGELOG.md                             |  16 +++++
 checksums.yaml.gz                        | Bin 269 -> 0 bytes
 debian/changelog                         |  10 +++
 debian/control                           |   8 +--
 lib/openid/association.rb                |   2 +-
 lib/openid/consumer.rb                   |   6 +-
 lib/openid/consumer/discovery.rb         |  18 ++++++
 lib/openid/consumer/discovery_manager.rb |  29 ++++++++-
 lib/openid/consumer/session.rb           |  36 +++++++++++
 lib/openid/cryptutil.rb                  |  10 +--
 lib/openid/extras.rb                     |  13 ----
 lib/openid/message.rb                    |   2 +-
 lib/openid/store/filesystem.rb           |  14 ++--
 lib/openid/trustroot.rb                  |   4 +-
 lib/openid/urinorm.rb                    |  10 ++-
 lib/openid/util.rb                       |  11 +++-
 lib/openid/version.rb                    |   2 +-
 metadata.yml                             |  70 +++++++++++---------
 test/discoverdata.rb                     |   3 +-
 test/test_accept.rb                      |   9 ++-
 test/test_association.rb                 |   7 +-
 test/test_associationmanager.rb          |  46 +++++++-------
 test/test_ax.rb                          |  18 +++---
 test/test_checkid_request.rb             |  14 ++--
 test/test_consumer.rb                    |  10 +--
 test/test_cryptutil.rb                   |  10 +--
 test/test_dh.rb                          |   4 +-
 test/test_discover.rb                    |  42 ++++++------
 test/test_discovery_manager.rb           |  26 ++++----
 test/test_extension.rb                   |   4 +-
 test/test_extras.rb                      |  35 ----------
 test/test_fetchers.rb                    |  32 +++++-----
 test/test_filters.rb                     |  14 ++--
 test/test_idres.rb                       |  65 ++++++++-----------
 test/test_kvform.rb                      |  10 +--
 test/test_kvpost.rb                      |   4 +-
 test/test_linkparse.rb                   |   8 +--
 test/test_message.rb                     |  38 +++++------
 test/test_nonce.rb                       |   4 +-
 test/test_oauth.rb                       |   6 +-
 test/test_openid_yadis.rb                |   4 +-
 test/test_pape.rb                        |   8 +--
 test/test_parsehtml.rb                   |   6 +-
 test/test_responses.rb                   |   4 +-
 test/test_server.rb                      | 106 +++++++++++++++----------------
 test/test_sreg.rb                        |  12 ++--
 test/test_stores.rb                      |  24 +++----
 test/test_trustroot.rb                   |   4 +-
 test/test_ui.rb                          |   4 +-
 test/test_urinorm.rb                     |   4 +-
 test/test_util.rb                        |   4 +-
 test/test_xrds.rb                        |  30 ++++-----
 test/test_xri.rb                         |   8 +--
 test/test_xrires.rb                      |   4 +-
 test/test_yadis_discovery.rb             |  10 +--
 test/testutil.rb                         |   9 ++-
 56 files changed, 483 insertions(+), 428 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 lib/openid/consumer/session.rb
 delete mode 100644 lib/openid/extras.rb
 delete mode 100644 test/test_extras.rb

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



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