ruby-devise-lastseenable 0.0.6-1.1 source package in Ubuntu

Changelog

ruby-devise-lastseenable (0.0.6-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Source-only upload to allow testing migration.
  * debian/control:
    + Bump Standards-Version to 4.4.1.
    + Update Vcs-* fields to use git packaging repo under Salsa
      platform.

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

 -- Boyuan Yang <email address hidden>  Mon, 23 Dec 2019 11:42:49 -0500

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-devise-lastseenable_0.0.6-1.1.dsc 2.2 KiB b57011dc4d50c4d97e6e9a9dd9dc57d99546aeda035a56bf4c23ea96dd505373
ruby-devise-lastseenable_0.0.6.orig.tar.gz 4.0 KiB fe41d370243b6132029e1ce3f3d05ebf744e90aa7cada6f4036148f680d57487
ruby-devise-lastseenable_0.0.6-1.1.debian.tar.xz 2.7 KiB edb9a1c81379f55aa6638436e3a78df735078c7cd220f04e8affd7533bc91e64

Available diffs

No changes file available.

Binary packages built by this source

ruby-devise-lastseenable: 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.