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 35 36 37 38 39 40 41 42 43 44
|
Source: ruby-devise
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Markus Tornow <tornow@riseup.net>,
Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
ruby-bcrypt (>= 3.0.1),
ruby-bson-ext,
ruby-omniauth-openid,
ruby-orm-adapter (>= 0.5.0),
ruby-railties (>= 3.2.6),
ruby-responders,
ruby-thor,
ruby-thread-safe,
ruby-warden (>= 1.2.1)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-devise.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-devise
Homepage: https://github.com/plataformatec/devise
XS-Ruby-Versions: all
Package: ruby-devise
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-bcrypt (>= 3.0.1),
ruby-orm-adapter (>= 0.5.0),
ruby-railties (>= 3.2.6),
ruby-responders,
ruby-thor,
ruby-thread-safe,
ruby-warden (>= 1.2.1),
${misc:Depends},
${shlibs:Depends}
Description: Flexible authentication solution for Rails with Warden
Devise is Rack based, a MVC solution based on Rails engines, allows one to
have multiple roles (or models/scopes) signed at the same time, based on a
modularity concept. It is composed of 12 modules: Database Authenticable,
Token Authenticable, Omniauthable, Confirmable, Recoverable, Registerable,
Rememberable, Trackable, Timeoutable, Validatable and Lockable.
There are a number of extensions to be found at the github homepage of
devise.
|