1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: ruby-saml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
ruby-nokogiri (>= 1.5.10),
ruby-uuid (>= 2.3),
ruby-timecop,
ruby-mocha
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-saml.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-saml
Homepage: https://github.com/onelogin/ruby-saml
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-saml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-nokogiri (>= 1.5.10),
ruby-uuid (>= 2.3),
${misc:Depends},
${shlibs:Depends}
Description: SAML toolkit for Ruby on Rails
The Ruby SAML library is for implementing the client side of a SAML
authorization, i.e. it provides a means for managing authorization
initialization and confirmation requests from identity providers.
.
SAML authorization is a two step process and you are expected to implement
support for both.
|