ruby-devise 4.8.1-1 source package in Ubuntu

Changelog

ruby-devise (4.8.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Team upload.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Mohammed Bilal ]
  * New upstream version 4.8.1
  * d/control: Bump Standards-Ver to 4.6.1
    -  Swtich to ruby:Depends for dependencies

 -- Mohammed Bilal <email address hidden>  Sat, 08 Oct 2022 21:51:10 +0530

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-devise_4.8.1-1.dsc 2.2 KiB 318312d275afa8051541977c736b63b8aae1656048aac888a458cd0e4433def3
ruby-devise_4.8.1.orig.tar.gz 86.8 KiB 85e44619f5cabf16a7716ac643d80e82e88b7dd287900abfafd348a117a3d8a8
ruby-devise_4.8.1-1.debian.tar.xz 4.2 KiB 6250a74c2812ca95b671a6f1fba932c156894c9cd9babb5f927dce9551047df0

Available diffs

No changes file available.

Binary packages built by this source

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