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 34
|
Source: ruby-omniauth-crowd
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,
rake,
ruby-activesupport,
ruby-nokogiri (>= 1.4.4),
ruby-omniauth (>= 1.0),
ruby-rack-test,
ruby-rspec,
ruby-webmock
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-omniauth-crowd.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-omniauth-crowd
Homepage: https://github.com/robdimarco/omniauth_crowd
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-omniauth-crowd
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activesupport,
ruby-nokogiri (>= 1.4.4),
ruby-omniauth (>= 1.0),
${misc:Depends},
${shlibs:Depends}
Description: OmniAuth provider for Atlassian Crowd REST API
This package provides the gem 'omniauth_crowd', which is an OmniAuth provider
for Atlassian Crowd's REST API. It allows you to easily integrate your Rack
application in with Atlassian Crowd.
|