[DRE-commits] [ruby-saml] branch master updated (580fd0e -> a7ea4ca)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Mar 15 19:11:55 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  580fd0e   Run wrap-and-sort on packaging files
       new  89ee9a8   Imported Upstream version 1.1.2
       new  2fb6f83   update changelog
       new  fab46c9   refresh patches
       new  2f3cdc1   enable tests
       new  672b32b   remove bundler completely
       new  3c005c6   add ruby-mocha to build deps
       new  a7ea4ca   fix test failure

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:
 .travis.yml                                        |   7 +
 README.md                                          |  26 +-
 Rakefile                                           |  14 -
 changelog.md                                       |  20 +
 debian/changelog                                   |   7 +
 debian/control                                     |   4 +-
 debian/patches/remove-bundler.patch                |  20 +
 debian/patches/remove-git-from-gemspec.diff        |   8 +-
 debian/patches/remove-simplecov.patch              |  19 +
 debian/patches/series                              |   2 +
 debian/ruby-tests.rake                             |   6 +
 lib/onelogin/ruby-saml/authrequest.rb              |  13 +-
 lib/onelogin/ruby-saml/idp_metadata_parser.rb      |  22 +-
 lib/onelogin/ruby-saml/response.rb                 | 103 +++--
 lib/onelogin/ruby-saml/saml_message.rb             |   2 +-
 lib/onelogin/ruby-saml/settings.rb                 |   8 +-
 lib/onelogin/ruby-saml/utils.rb                    |   2 +-
 lib/onelogin/ruby-saml/version.rb                  |   2 +-
 lib/xml_security.rb                                | 173 +++++----
 metadata.yml                                       | 414 ---------------------
 ruby-saml.gemspec                                  |  14 +-
 test/response_test.rb                              | 153 +++++++-
 .../invalids/signature_wrapping_attack.xml.base64  |   1 +
 ...sponse_with_ds_namespace_at_the_root.xml.base64 |   1 +
 .../response_with_signed_message_and_assertion.xml |  34 ++
 .../response_without_reference_uri.xml.base64      |   1 +
 test/responses/signed_nameid_in_atts.xml           |  47 +++
 test/responses/signed_unqual_nameid_in_atts.xml    |  47 +++
 ...lid_response_without_x509certificate.xml.base64 |   1 +
 test/test_helper.rb                                |  13 +
 test/xml_security_test.rb                          |  42 ++-
 31 files changed, 648 insertions(+), 578 deletions(-)
 create mode 100644 debian/patches/remove-bundler.patch
 create mode 100644 debian/patches/remove-simplecov.patch
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 metadata.yml
 create mode 100644 test/responses/invalids/signature_wrapping_attack.xml.base64
 create mode 100644 test/responses/response_with_ds_namespace_at_the_root.xml.base64
 create mode 100644 test/responses/response_with_signed_message_and_assertion.xml
 create mode 100644 test/responses/response_without_reference_uri.xml.base64
 create mode 100644 test/responses/signed_nameid_in_atts.xml
 create mode 100644 test/responses/signed_unqual_nameid_in_atts.xml
 create mode 100644 test/responses/valid_response_without_x509certificate.xml.base64

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