[DRE-commits] [ruby-saml] branch master updated (aa72668 -> f4da92a)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Jul 10 08:32:25 UTC 2016


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

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

      from  aa72668   use unshift instead of push
      adds  868af4f   Imported Upstream version 1.1.2
      adds  c01228c   Imported Upstream version 1.3.0
      adds  07b3705   Imported Upstream version 1.3.0
       new  ab477ce   Merge tag 'upstream/1.3.0'
       new  c4f54c2   update changelog
       new  b8ccca8   fix merge issues
       new  9710500   disable failing test
       new  79cbe0f   upload to unstable
       new  e1d870c   tag patches
       new  f4da92a   bump standards

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:
 README.md                                          |  25 ++-
 changelog.md                                       |  21 ++-
 debian/changelog                                   |   6 +-
 debian/control                                     |   2 +-
 debian/patches/disable-failing-test.patch          |  35 ++++
 debian/patches/remove-bundler.patch                |   2 +
 debian/patches/remove-git-from-gemspec.diff        |  27 ----
 debian/patches/remove-simplecov.patch              |   2 +
 debian/patches/series                              |   2 +-
 debian/patches/use-unshift-in-gemspec.patch        |   2 +
 lib/onelogin/ruby-saml/authrequest.rb              |   4 +-
 lib/onelogin/ruby-saml/error_handling.rb           |  27 ++++
 lib/onelogin/ruby-saml/idp_metadata_parser.rb      |  96 +++++++++--
 lib/onelogin/ruby-saml/logoutrequest.rb            |   7 +-
 lib/onelogin/ruby-saml/logoutresponse.rb           |  40 +++--
 lib/onelogin/ruby-saml/metadata.rb                 |   7 +-
 lib/onelogin/ruby-saml/response.rb                 | 179 ++++++++++++++-------
 lib/onelogin/ruby-saml/saml_message.rb             |  13 +-
 lib/onelogin/ruby-saml/settings.rb                 |   2 +
 lib/onelogin/ruby-saml/slo_logoutrequest.rb        |  61 ++++---
 lib/onelogin/ruby-saml/slo_logoutresponse.rb       |   6 +-
 lib/onelogin/ruby-saml/utils.rb                    |  34 ++--
 lib/onelogin/ruby-saml/version.rb                  |   2 +-
 lib/xml_security.rb                                |  60 +++----
 ruby-saml.gemspec                                  |   5 +-
 test/idp_metadata_parser_test.rb                   |  28 ++++
 test/logoutrequest_test.rb                         |   7 +-
 test/logoutresponse_test.rb                        |   9 ++
 test/metadata_test.rb                              |  16 +-
 test/request_test.rb                               |   2 +-
 test/response_test.rb                              |  89 +++++++++-
 test/responses/idp_descriptor.xml                  |   2 +-
 test/responses/response_with_retrieval_method.xml  |  26 +++
 .../response_without_reference_uri.xml.base64      |   2 +-
 test/settings_test.rb                              |   2 +-
 test/slo_logoutrequest_test.rb                     |  31 +++-
 test/slo_logoutresponse_test.rb                    |   4 +-
 test/test_helper.rb                                |   2 +-
 test/utils_test.rb                                 |  15 +-
 test/xml_security_test.rb                          |   2 +
 40 files changed, 654 insertions(+), 250 deletions(-)
 create mode 100644 debian/patches/disable-failing-test.patch
 delete mode 100644 debian/patches/remove-git-from-gemspec.diff
 create mode 100644 lib/onelogin/ruby-saml/error_handling.rb
 create mode 100644 test/responses/response_with_retrieval_method.xml

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



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