File: control

package info (click to toggle)
ruby-devise-lastseenable 0.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 124 kB
  • ctags: 19
  • sloc: ruby: 87; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,244 bytes parent folder | download
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-devise-lastseenable
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>,
 Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               gem2deb,
               rake,
               ruby-devise,
               ruby-rails (>= 3.0.4),
               ruby-warden
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-devise-lastseenable.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-devise-lastseenable.git
Homepage: http://github.com/ctide/devise_lastseenable
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-devise-lastseenable
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-devise,
         ruby-rails (>= 3.0.4),
         ruby-warden,
         ${misc:Depends},
         ${shlibs:Depends}
Description: make devise update last_seen flag on user  
 This gem can be used to ensure that devise will update a last_seen flag on the 
 model whenever you check if a user is authed.
 .
 Devise is a flexible authentication solution for Rails based on Warden.